chains/_data/chains/eip155-77.json
Pedro Gomes 7056fdcfbc
Use CAIP-2 prefixing for filename - closes #130
Note: so far CI wise only EIP155 is accepted as namespace - will be extended when chains from other namespaces are PRed in
2020-12-17 08:22:08 +01:00

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
}