Add Quokkacoin Mainnet (#1538)

* Add Quokkacoin Mainnet

* Update _data/chains/eip155-2077.json

Co-authored-by: ligi <ligi@ligi.de>

* Update eip155-2077.json

run the prettier, thank you for the suggestion

Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
amory1997 2022-09-04 00:48:00 +08:00 committed by GitHub
parent 5cd6a87556
commit c8ed86c84a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,22 @@
{
"name": "Quokkacoin Mainnet",
"chain": "Qkacoin",
"rpc": ["http://rpc.qkacoin.org:8548"],
"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"
}
]
}