mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
7056fdcfbc
Note: so far CI wise only EIP155 is accepted as namespace - will be extended when chains from other namespaces are PRed in
22 lines
444 B
JSON
22 lines
444 B
JSON
{
|
|
"name": "POA Network Sokol",
|
|
"chain": "POA",
|
|
"network": "sokol",
|
|
"rpc": [
|
|
"https://sokol.poa.network",
|
|
"wss://sokol.poa.network/wss",
|
|
"ws://sokol.poa.network:8546"
|
|
],
|
|
"faucets": [
|
|
"https://faucet-sokol.herokuapp.com"
|
|
],
|
|
"nativeCurrency": {
|
|
"name": "POA Sokol Ether",
|
|
"symbol": "POA",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://poa.network",
|
|
"shortName": "poa",
|
|
"chainId": 77,
|
|
"networkId": 77
|
|
} |