Skip to content

Commit 669a7b9

Browse files
committed
add AnchorChain mainnet (7206) and testnet (7605)
1 parent f8c89f3 commit 669a7b9

File tree

2 files changed

+51
-0
lines changed

2 files changed

+51
-0
lines changed

_data/chains/eip155-7206.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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+
}

_data/chains/eip155-7605.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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+
}

0 commit comments

Comments
 (0)