Skip to content

Commit 7aabc5c

Browse files
committed
[AUTOMATED] Update constants.ts
1 parent cac9b60 commit 7aabc5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/network/src/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1066,7 +1066,7 @@ export const networks: Record<ChainId, NetworkMetadata> = {
10661066
testnet: false,
10671067
blockExplorer: {
10681068
name: 'Monad Explorer',
1069-
rootUrl: 'https://mainnet-beta.monvision.io/'
1069+
rootUrl: 'https://monvision.io/'
10701070
},
10711071
nativeToken: {
10721072
symbol: 'MON',
@@ -1121,7 +1121,7 @@ export const networks: Record<ChainId, NetworkMetadata> = {
11211121
testnet: true,
11221122
blockExplorer: {
11231123
name: 'Incentiv Testnet Explorer v2',
1124-
rootUrl: 'https://explorer.testnet.incentiv.net/'
1124+
rootUrl: 'https://explorer-testnet.incentiv.io/'
11251125
},
11261126
nativeToken: {
11271127
symbol: 'TCENT',

0 commit comments

Comments
 (0)