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

This commit is contained in:
ligi 2022-06-03 10:30:35 +00:00
parent 6fd23d102b
commit ebc4036e5e
5 changed files with 35 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

@ -3820,6 +3820,19 @@
"rpc": ["https://node1.mintme.com"],
"faucets": [],
"infoURL": "https://www.mintme.com"
}, {
"name": "OasisChain Mainnet",
"chainId": 26863,
"shortName": "OAC",
"networkId": 26863,
"nativeCurrency": {
"name": "OAC",
"symbol": "OAC",
"decimals": 18
},
"rpc": ["https://rpc1.oasischain.io", "https://rpc2.oasischain.io", "https://rpc3.oasischain.io"],
"faucets": ["http://faucet.oasischain.io"],
"infoURL": "https://scan.oasischain.io"
}, {
"name": "Piece testnet",
"chainId": 30067,

View File

@ -5346,6 +5346,25 @@
"shortName": "mintme",
"chainId": 24734,
"networkId": 37480
}, {
"name": "OasisChain Mainnet",
"chain": "OasisChain",
"rpc": ["https://rpc1.oasischain.io", "https://rpc2.oasischain.io", "https://rpc3.oasischain.io"],
"faucets": ["http://faucet.oasischain.io"],
"nativeCurrency": {
"name": "OAC",
"symbol": "OAC",
"decimals": 18
},
"infoURL": "https://scan.oasischain.io",
"shortName": "OAC",
"chainId": 26863,
"networkId": 26863,
"explorers": [{
"name": "OasisChain Explorer",
"url": "https://scan.oasischain.io",
"standard": "EIP3091"
}]
}, {
"name": "Piece testnet",
"chain": "PieceNetwork",

View File

@ -293,6 +293,7 @@
"SFL": "eip155:22023",
"web": "eip155:24484",
"mintme": "eip155:24734",
"OAC": "eip155:26863",
"Piece": "eip155:30067",
"esn": "eip155:31102",
"got": "eip155:31337",