From c08f741ae5d4809863f5d6a08b25a5f866bf3f50 Mon Sep 17 00:00:00 2001 From: Sawit Trisirisatayawong Date: Tue, 22 Oct 2024 13:53:03 +0700 Subject: [PATCH] fix: fixed remaining glados-1 scan link in glados 2.1 --- testnets/milkyway/chain.json | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/testnets/milkyway/chain.json b/testnets/milkyway/chain.json index 2fc7a45..1dd6fe1 100644 --- a/testnets/milkyway/chain.json +++ b/testnets/milkyway/chain.json @@ -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 } ] }, @@ -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": [],