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 2759cd9 commit de1e932Copy full SHA for de1e932
apps/etherscan/src/app/utils/networks.ts
@@ -34,6 +34,7 @@ export const scanAPIurls = {
34
44787: 'https://api-alfajores.celoscan.io/api',
35
2888: 'https://api-testnet.bobascan.com/api',
36
84531: 'https://api-goerli.basescan.org/api',
37
+ 84532: "https://api-sepolia.basescan.org/api",
38
1442: 'https://api-testnet-zkevm.polygonscan.com/api',
39
59140: 'https://api-testnet.lineascan.build/api',
40
}
0 commit comments