Skip to content

Commit

Permalink
update stroy test param
Browse files Browse the repository at this point in the history
  • Loading branch information
wannabit-yongjoo committed Dec 13, 2024
1 parent ddda34f commit 64ca882
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions chain/story-testnet/param_2.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/",
Expand Down

0 comments on commit 64ca882

Please sign in to comment.