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 6611292 commit 377ec99Copy full SHA for 377ec99
packages/adapter-evm/src/networks/testnet.ts
@@ -305,7 +305,7 @@ export const mantraDuKongEVMTestnet: TypedEvmNetworkConfig = {
305
chainId: 5887,
306
rpcUrl: viemMantraDuKongEVMTestnet.rpcUrls.default.http[0],
307
explorerUrl: 'https://mantrascan.io/dukong',
308
- // MANTRA Chain is not using Etherscan, so leaving this blank for now.
+ // MANTRA Chain is not using Etherscan, so leaving the following 2 fields empty.
309
apiUrl: '',
310
primaryExplorerApiIdentifier: '',
311
supportsEtherscanV2: false,
0 commit comments