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 2e22920 commit cb4a8c4Copy full SHA for cb4a8c4
packages/ethereum-viewer/src/explorer/networks.ts
@@ -29,7 +29,7 @@ export const explorerApiUrls = {
29
blastscan: "https://api.blastscan.io/api",
30
"sepolia.blastscan": "https://api-sepolia.blastscan.io/api",
31
sonicscan: "https://api.sonicscan.org/api",
32
- "testnet.sonicscan": "https://api-testnet.sonicscan.io/api",
+ "testnet.sonicscan": "https://api-testnet.sonicscan.org/api",
33
};
34
35
/**
0 commit comments