Skip to content

Commit

Permalink
fix: fixed remaining glados-1 scan link in glados 2.1 (#203)
Browse files Browse the repository at this point in the history
* fix: fixed remaining glados-1 scan link in glados 2.1

* Update chain.json
  • Loading branch information
tansawit authored Oct 31, 2024
1 parent 2ebb6c4 commit c37277b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testnets/milkyway/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,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 c37277b

Please sign in to comment.