diff --git a/chain/story-testnet/asset/README.md b/chain/story-testnet/asset/README.md deleted file mode 100644 index 8b13789179..0000000000 --- a/chain/story-testnet/asset/README.md +++ /dev/null @@ -1 +0,0 @@ - diff --git a/chain/story-testnet/asset/ip.png b/chain/story-testnet/asset/ip.png new file mode 100644 index 0000000000..329713208b Binary files /dev/null and b/chain/story-testnet/asset/ip.png differ diff --git a/chain/story-testnet/asset/unknown.png b/chain/story-testnet/asset/unknown.png new file mode 100644 index 0000000000..b27b24c64b Binary files /dev/null and b/chain/story-testnet/asset/unknown.png differ diff --git a/chain/story-testnet/moniker/README.md b/chain/story-testnet/moniker/README.md deleted file mode 100644 index 8b13789179..0000000000 --- a/chain/story-testnet/moniker/README.md +++ /dev/null @@ -1 +0,0 @@ - diff --git a/chain/story-testnet/param.json b/chain/story-testnet/param.json new file mode 100644 index 0000000000..0eab1c6024 --- /dev/null +++ b/chain/story-testnet/param.json @@ -0,0 +1,44 @@ +{ + "chain_id_evm" : "0x5E9", + "chain_name": "Story Testnet", + "chain_image": "story-testnet/resource/chain_story-testnet.png", + "symbol" : "IP", + "symbol_image" : "story-testnet/asset/ip.png", + "moblie_dapp" : true, + "evm_fee" : { + "eip1559": true, + "simul_gas_multiply" : 1.3 + }, + "evm_rpc_endpoint" : [ + { + "provider": "Cosmostation", + "url": "https://rpc-office-evm.cosmostation.io/story-testnet" + }, + { + "provider": "StoryRPC", + "url": "https://testnet.storyrpc.io" + }, + { + "provider": "Oneiricts", + "url": "https://story-rpc.oneiricts.com:8445" + } + ], + "explorer" : { + "name": "Story Explorer", + "url": "https://explorer.story.foundation/", + "account": "", + "tx": "https://explorer.story.foundation/transactions/${hash}" + }, + "about" : { + "website" : "https://www.story.foundation/", + "docs": "https://docs.story.foundation/docs/", + "github" : "https://github.com/storyprotocol", + "twitter" : "https://x.com/StoryProtocol", + "discord" : "https://discord.com/invite/storyprotocol" + }, + "description" : { + "ko" : "스토리는 세계의 IP 블록체인으로, 차세대 AI, DeFi 및 소비자 애플리케이션을 구동하는 프로그래밍 가능 IP를 추진하고 있습니다.", + "en" : "Story is the World’s IP Blockchain, onramping Programmable IP to power the next generation of AI, DeFi, and consumer applications.", + "ja" : "Story は世界初の IP ブロックチェーンであり、プログラマブル IP を導入して次世代の AI、DeFi、コンシューマー アプリケーションを強化します。" + } +} diff --git a/chain/story-testnet/resource/README.md b/chain/story-testnet/resource/README.md deleted file mode 100644 index 8b13789179..0000000000 --- a/chain/story-testnet/resource/README.md +++ /dev/null @@ -1 +0,0 @@ - diff --git a/chain/supports.json b/chain/supports.json index 302f5b5dc1..5a9225803e 100644 --- a/chain/supports.json +++ b/chain/supports.json @@ -132,5 +132,6 @@ "artela-testnet", "nillion-testnet", "mantra-testnet", - "bitcoin-testnet" + "bitcoin-testnet", + "story-testnet" ]