mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@5968b3154b 🚀
This commit is contained in:
parent
6fd23d102b
commit
ebc4036e5e
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -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,
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user