Skip to content

Commit 469f83c

Browse files
author
Audio
committed
docs: Document Chain Explrers and api urls
1 parent 4fab2ff commit 469f83c

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

Readme.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,21 @@ var api = init('apikey', null, 10000, client);
4646

4747
## For testnet and L2s usage
4848

49-
Supported:
50-
51-
* morden
52-
* ropsten
53-
* rinkeby
54-
* arbitrum
55-
* arbitrum_rinkeby
49+
Supported Chain Explorers
50+
51+
* [Etherscan](https://etherscan.io)
52+
* ropsten: 'https://api-ropsten.etherscan.io'
53+
* kovan: 'https://api-kovan.etherscan.io'
54+
* rinkeby: 'https://api-rinkeby.etherscan.io'
55+
* goerli: 'https://api-goerli.etherscan.io'
56+
* sepolia: 'https://api-sepolia.etherscan.io'
57+
* homestead: 'https://api.etherscan.io'
58+
* [Arbiscan](https://arbiscan.io) (Experimental)
59+
* arbitrum: 'https://api.arbiscan.io'
60+
* arbitrum_rinkeby: 'https://api-testnet.arbiscan.io'
61+
* [Snowtrace](https://snowtrace.io) (Experimental)
62+
* avalanche:'https://api.snowtrace.io',
63+
* avalanche_fuji: 'https://api-testnet.snowtrace.io'
5664

5765
Latest
5866

0 commit comments

Comments
 (0)