Skip to content

Commit

Permalink
fix: fixed remaining glados-1 scan link in glados 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tansawit committed Oct 22, 2024
1 parent 3aba5dd commit c08f741
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions testnets/milkyway/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,23 @@
"bech32_prefix": "init",
"daemon_name": "milkywayd",
"node_home": "$HOME/.milkywayd",
"key_algos": [
"secp256k1"
],
"key_algos": ["secp256k1"],
"slip44": 118,
"fees": {
"fee_tokens": [
{
"denom": "umilk",
"fixed_min_gas_price": 0.15,
"low_gas_price": 0.20,
"average_gas_price": 0.30,
"high_gas_price": 0.40
"low_gas_price": 0.2,
"average_gas_price": 0.3,
"high_gas_price": 0.4
},
{
"denom": "ibc/37A3FB4FED4CA04ED6D9E5DA36C6D27248645F0E22F585576A1488B8A89C5A50",
"fixed_min_gas_price": 0.15,
"low_gas_price": 0.20,
"average_gas_price": 0.30,
"high_gas_price": 0.40
"low_gas_price": 0.2,
"average_gas_price": 0.3,
"high_gas_price": 0.4
}
]
},
Expand Down Expand Up @@ -77,8 +75,8 @@
{
"kind": "initia scan",
"url": "https://scan.testnet.initia.xyz/glados-2.1",
"tx_page": "https://scan.testnet.initia.xyz/glados-1/txs/${txHash}",
"account_page": "https://scan.testnet.initia.xyz/glados-1/accounts/${accountAddress}"
"tx_page": "https://scan.testnet.initia.xyz/glados-2.1/txs/${txHash}",
"account_page": "https://scan.testnet.initia.xyz/glados-2.1/accounts/${accountAddress}"
}
],
"faucets": [],
Expand Down

0 comments on commit c08f741

Please sign in to comment.