Skip to content

Commit eb4b843

Browse files
feat(monad): Update block explorer (#4553)
* feat(monad): Update explorer * feat(monad): Update explorer schema
1 parent 55a973c commit eb4b843

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

registry.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4929,7 +4929,7 @@
49294929
"chainId": "143",
49304930
"addressHasher": "keccak256",
49314931
"explorer": {
4932-
"url": "https://monadexplorer.com",
4932+
"url": "https://monvision.io",
49334933
"txPath": "/tx/",
49344934
"accountPath": "/address/",
49354935
"sampleTx": "0x8394f9f01bc2ae2cc93e19170bf80c303210f6f4198e5ec3cc99b0cba04962b6",

tests/chains/Monad/TWCoinTypeTests.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ TEST(TWMonadCoinType, TWCoinType) {
2424
ASSERT_EQ(TWCoinTypeP2pkhPrefix(coin), 0);
2525
ASSERT_EQ(TWCoinTypeP2shPrefix(coin), 0);
2626
ASSERT_EQ(TWCoinTypeStaticPrefix(coin), 0);
27-
assertStringsEqual(txUrl, "https://monadexplorer.com/tx/0x8394f9f01bc2ae2cc93e19170bf80c303210f6f4198e5ec3cc99b0cba04962b6");
28-
assertStringsEqual(accUrl, "https://monadexplorer.com/address/0x6ab69B482987b0BA1f1c96BDbDC192a80CB09132");
27+
assertStringsEqual(txUrl, "https://monvision.io/tx/0x8394f9f01bc2ae2cc93e19170bf80c303210f6f4198e5ec3cc99b0cba04962b6");
28+
assertStringsEqual(accUrl, "https://monvision.io/address/0x6ab69B482987b0BA1f1c96BDbDC192a80CB09132");
2929
}

0 commit comments

Comments
 (0)