Skip to content

Commit a344af4

Browse files
authored
Merge pull request sebs#116 from peterferguson/add-avalanche
Add Avalanche fixes sebs#115
2 parents 93ec011 + 01f8ef2 commit a344af4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/pick-chain-url.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ const OTHER_API_URL_MAP = {
55
rinkeby: 'https://api-rinkeby.etherscan.io',
66
homestead: 'https://api.etherscan.io',
77
arbitrum: 'https://api.arbiscan.io',
8-
arbitrum_rinkeby: 'https://api-testnet.arbiscan.io'
8+
arbitrum_rinkeby: 'https://api-testnet.arbiscan.io',
9+
avalanche:'https://api.snowtrace.io',
10+
avalanche_fuji: 'https://api-testnet.snowtrace.io',
911
};
1012

1113
/**

0 commit comments

Comments
 (0)