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