We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cac9b60 commit 7aabc5cCopy full SHA for 7aabc5c
packages/network/src/constants.ts
@@ -1066,7 +1066,7 @@ export const networks: Record<ChainId, NetworkMetadata> = {
1066
testnet: false,
1067
blockExplorer: {
1068
name: 'Monad Explorer',
1069
- rootUrl: 'https://mainnet-beta.monvision.io/'
+ rootUrl: 'https://monvision.io/'
1070
},
1071
nativeToken: {
1072
symbol: 'MON',
@@ -1121,7 +1121,7 @@ export const networks: Record<ChainId, NetworkMetadata> = {
1121
testnet: true,
1122
1123
name: 'Incentiv Testnet Explorer v2',
1124
- rootUrl: 'https://explorer.testnet.incentiv.net/'
+ rootUrl: 'https://explorer-testnet.incentiv.io/'
1125
1126
1127
symbol: 'TCENT',
0 commit comments