File tree Expand file tree Collapse file tree 2 files changed +46
-0
lines changed
constants/additionalChainRegistry Expand file tree Collapse file tree 2 files changed +46
-0
lines changed Original file line number Diff line number Diff line change 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+ "explorers" : [ {
19+ "name" : "Alpha Chain Scan" ,
20+ "url" : "https://scan.goalpha.org" ,
21+ "standard" : "EIP3091"
22+ } ]
23+ }
Original file line number Diff line number Diff line change 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+ "explorers" : [ {
19+ "name" : "Alpha Chain Scan" ,
20+ "url" : "https://testnet-scan.goalpha.org" ,
21+ "standard" : "EIP3091"
22+ } ]
23+ }
You can’t perform that action at this time.
0 commit comments