mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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.
23 lines
435 B
JSON
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"
|
|
}
|
|
]
|
|
}
|