Skip to content

Commit 1548143

Browse files
Daniel ZhouDaniel Zhou
authored andcommitted
Add Alpha Chain to Chainlist (3111 & 511111)
1 parent 550e319 commit 1548143

File tree

2 files changed

+50
-0
lines changed

2 files changed

+50
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
export const data = {
2+
"name": "Alpha Chain Mainnet",
3+
"chain": "Alpha Chain",
4+
"rpc": [
5+
"https://rpc.goalpha.org"
6+
],
7+
"faucets": [],
8+
"nativeCurrency": {
9+
"name": "Ether",
10+
"symbol": "ETH",
11+
"decimals": 18
12+
},
13+
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
14+
"infoURL": "https://docs.alphatoken.com/AlphaChain/about-alpha-chain",
15+
"shortName": "alpha",
16+
"chainId": 3111,
17+
"networkId": 3111,
18+
"icon": "alphachain",
19+
"explorers": [{
20+
"name": "Alpha Chain Scan",
21+
"url": "https://scan.goalpha.org",
22+
"icon": "alphachain",
23+
"standard": "EIP3091"
24+
}]
25+
}
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
export const data = {
2+
"name": "Alpha Chain Testnet",
3+
"chain": "Alpha Chain",
4+
"rpc": [
5+
"https://testnet-rpc.goalpha.org"
6+
],
7+
"faucets": [],
8+
"nativeCurrency": {
9+
"name": "Ether",
10+
"symbol": "ETH",
11+
"decimals": 18
12+
},
13+
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
14+
"infoURL": "https://docs.alphatoken.com/AlphaChain/about-alpha-chain",
15+
"shortName": "alpha",
16+
"chainId": 511111,
17+
"networkId": 511111,
18+
"icon": "alphachain",
19+
"explorers": [{
20+
"name": "Alpha Chain Scan",
21+
"url": "https://testnet-scan.goalpha.org",
22+
"icon": "alphachain",
23+
"standard": "EIP3091"
24+
}]
25+
}

0 commit comments

Comments
 (0)