mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
d99bef534e
* Fixed Sokol symbol * Fixed POA symbol
28 lines
582 B
JSON
28 lines
582 B
JSON
{
|
|
"name": "POA Network Core",
|
|
"chain": "POA",
|
|
"network": "core",
|
|
"rpc": [
|
|
"https://core.poanetwork.dev",
|
|
"http://core.poanetwork.dev:8545",
|
|
"https://core.poa.network",
|
|
"ws://core.poanetwork.dev:8546"
|
|
],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "POA Network Core Ether",
|
|
"symbol": "POA",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://poa.network",
|
|
"shortName": "poa",
|
|
"chainId": 99,
|
|
"networkId": 99,
|
|
"slip44": 178,
|
|
"explorers": [{
|
|
"name": "blockscout",
|
|
"url": "https://blockscout.com/poa/core",
|
|
"standard": "none"
|
|
}]
|
|
}
|