From 64ca882b29dee1fd0703b4c4c49eaa4411ebc5b2 Mon Sep 17 00:00:00 2001 From: yongjoo Date: Fri, 13 Dec 2024 13:50:06 +0900 Subject: [PATCH] update stroy test param --- chain/story-testnet/param_2.json | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/chain/story-testnet/param_2.json b/chain/story-testnet/param_2.json index 6342ccfb7c..41784ae307 100644 --- a/chain/story-testnet/param_2.json +++ b/chain/story-testnet/param_2.json @@ -2,10 +2,19 @@ "chain_id_evm" : "0x5E9", "chain_name": "Story Testnet", "chain_image": "https://raw.githubusercontent.com/cosmostation/chainlist/master/chain/story-testnet/resource/chain_story-testnet.png", - "main_asset_denom" : "stake", + "main_asset_denom" : "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee", "main_asset_symbol" : "IP", "main_asset_image": "https://raw.githubusercontent.com/cosmostation/chainlist/master/chain/story-testnet/asset/ip.png", + "gas_asset_denom" : "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee", + "gas_asset_symbol" : "IP", + "gas_asset_image": "https://raw.githubusercontent.com/cosmostation/chainlist/master/chain/story-testnet/asset/ip.png", + "origin_genesis_time" : "", "api_name" : "story-testnet", + "is_support_mobile_wallet" : true, + "is_support_moblie_dapp" : true, + "chain_type": [ + "evm" + ], "evm_fee_info" : { "is_eip1559": true, "simul_gas_multiply" : 1.3 @@ -25,10 +34,10 @@ } ], "explorer" : { - "name": "Story Explorer", - "url": "https://testnet.storyscan.xyz/", - "account": "https://testnet.storyscan.xyz/address/${address}", - "tx": "https://testnet.storyscan.xyz/tx/${hash}" + "name": "Story Scan", + "url": "https://odyssey.storyscan.xyz/", + "account": "https://odyssey.storyscan.xyz/address/${address}", + "tx": "https://odyssey.storyscan.xyz/tx/${hash}" }, "about" : { "website" : "https://www.story.foundation/",