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.
2 parents 93ec011 + 01f8ef2 commit a344af4Copy full SHA for a344af4
lib/pick-chain-url.js
@@ -5,7 +5,9 @@ const OTHER_API_URL_MAP = {
5
rinkeby: 'https://api-rinkeby.etherscan.io',
6
homestead: 'https://api.etherscan.io',
7
arbitrum: 'https://api.arbiscan.io',
8
- arbitrum_rinkeby: 'https://api-testnet.arbiscan.io'
+ arbitrum_rinkeby: 'https://api-testnet.arbiscan.io',
9
+ avalanche:'https://api.snowtrace.io',
10
+ avalanche_fuji: 'https://api-testnet.snowtrace.io',
11
};
12
13
/**
0 commit comments