mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
28 lines
540 B
JSON
28 lines
540 B
JSON
{
|
|
"name": "POA Network Sokol",
|
|
"chain": "POA",
|
|
"rpc": [
|
|
"https://sokol.poa.network",
|
|
"wss://sokol.poa.network/wss",
|
|
"ws://sokol.poa.network:8546"
|
|
],
|
|
"faucets": [
|
|
"https://faucet.poa.network"
|
|
],
|
|
"nativeCurrency": {
|
|
"name": "POA Sokol Ether",
|
|
"symbol": "SPOA",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://poa.network",
|
|
"shortName": "spoa",
|
|
"chainId": 77,
|
|
"networkId": 77,
|
|
|
|
"explorers": [{
|
|
"name": "blockscout",
|
|
"url": "https://blockscout.com/poa/sokol",
|
|
"standard": "none"
|
|
}]
|
|
}
|