Deploying to gh-pages from @ ethereum-lists/chains@e6c4ee6883 🚀

This commit is contained in:
ligi 2022-02-19 13:44:56 +00:00
parent e819b53e45
commit 1a679ec5d7
5 changed files with 38 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -2832,6 +2832,19 @@
"rpc": ["https://zerorpc.singularity.gold"],
"faucets": ["https://zeroscan.singularity.gold"],
"infoURL": "https://www.singularity.gold"
}, {
"name": "Phoenix Mainnet",
"chainId": 13381,
"shortName": "Phoenix",
"networkId": 13381,
"nativeCurrency": {
"name": "Phoenix",
"symbol": "Phoenix",
"decimals": 18
},
"rpc": ["https://rpc.phoenixplorer.com/"],
"faucets": [],
"infoURL": "https://cryptophoenix.org/phoenix"
}, {
"name": "MetaDot Mainnet",
"chainId": 16000,

View File

@ -3831,6 +3831,28 @@
"url": "https://zeroscan.singularity.gold",
"standard": "EIP3091"
}]
}, {
"name": "Phoenix Mainnet",
"chain": "Phoenix",
"network": "mainnet",
"rpc": ["https://rpc.phoenixplorer.com/"],
"faucets": [],
"nativeCurrency": {
"name": "Phoenix",
"symbol": "Phoenix",
"decimals": 18
},
"infoURL": "https://cryptophoenix.org/phoenix",
"shortName": "Phoenix",
"chainId": 13381,
"networkId": 13381,
"icon": "phoenix",
"explorers": [{
"name": "phoenixplorer",
"url": "https://phoenixplorer.com",
"icon": "phoenixplorer",
"standard": "EIP3091"
}]
}, {
"name": "MetaDot Mainnet",
"chain": "MTT",

View File

@ -217,6 +217,7 @@
"shyftt": "eip155:11437",
"tZERO": "eip155:12051",
"ZERO": "eip155:12052",
"Phoenix": "eip155:13381",
"mtt": "eip155:16000",
"mtttest": "eip155:16001",
"btcix": "eip155:19845",