File tree Expand file tree Collapse file tree 2 files changed +51
-0
lines changed
Expand file tree Collapse file tree 2 files changed +51
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "name" : " AnchorChain" ,
3+ "chain" : " ANCH" ,
4+ "rpc" : [
5+ " https://api.anchorchain.co.za/rpc"
6+ ],
7+ "faucets" : [],
8+ "nativeCurrency" : {
9+ "name" : " Anchor" ,
10+ "symbol" : " ANCH" ,
11+ "decimals" : 18
12+ },
13+ "infoURL" : " https://anchorchain.co.za" ,
14+ "shortName" : " anch" ,
15+ "chainId" : 7206 ,
16+ "networkId" : 7206 ,
17+ "explorers" : [
18+ {
19+ "name" : " AnchorChain Explorer" ,
20+ "url" : " https://explorer.anchorchain.co.za" ,
21+ "standard" : " none"
22+ }
23+ ]
24+ }
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " AnchorChain Testnet" ,
3+ "chain" : " ANCH" ,
4+ "rpc" : [
5+ " https://api-testnet.anchorchain.co.za/rpc"
6+ ],
7+ "faucets" : [
8+ " https://api-testnet.anchorchain.co.za/v1/faucet/claim"
9+ ],
10+ "nativeCurrency" : {
11+ "name" : " Anchor" ,
12+ "symbol" : " ANCH" ,
13+ "decimals" : 18
14+ },
15+ "infoURL" : " https://anchorchain.co.za" ,
16+ "shortName" : " anch-testnet" ,
17+ "chainId" : 7605 ,
18+ "networkId" : 7605 ,
19+ "testnet" : true ,
20+ "explorers" : [
21+ {
22+ "name" : " AnchorChain Testnet Explorer" ,
23+ "url" : " https://explorer-testnet.anchorchain.co.za" ,
24+ "standard" : " none"
25+ }
26+ ]
27+ }
You can’t perform that action at this time.
0 commit comments