chains/_data/chains/eip155-2077.json
amory1997 8bc3ea0668
Update the RPC server (#1555)
We update the rpc  from http with a port indicated to https without a prot.
Please check out if everything still work.
feel free to reply if there is anything wrong.
thank you helping.
2022-09-07 09:22:42 +02:00

23 lines
435 B
JSON

{
"name": "Quokkacoin Mainnet",
"chain": "Qkacoin",
"rpc": ["https://rpc.qkacoin.org"],
"faucets": [],
"nativeCurrency": {
"name": "Qkacoin",
"symbol": "QKA",
"decimals": 18
},
"infoURL": "https://qkacoin.org",
"shortName": "QKA",
"chainId": 2077,
"networkId": 2077,
"explorers": [
{
"name": "blockscout",
"url": "https://explorer.qkacoin.org",
"standard": "EIP3091"
}
]
}