From c8ed86c84aaf3febb5666de581e5dcd0ee8c946e Mon Sep 17 00:00:00 2001 From: amory1997 <75554264+amory1997@users.noreply.github.com> Date: Sun, 4 Sep 2022 00:48:00 +0800 Subject: [PATCH] Add Quokkacoin Mainnet (#1538) * Add Quokkacoin Mainnet * Update _data/chains/eip155-2077.json Co-authored-by: ligi * Update eip155-2077.json run the prettier, thank you for the suggestion Co-authored-by: ligi --- _data/chains/eip155-2077.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 _data/chains/eip155-2077.json diff --git a/_data/chains/eip155-2077.json b/_data/chains/eip155-2077.json new file mode 100644 index 00000000..2d8a95b5 --- /dev/null +++ b/_data/chains/eip155-2077.json @@ -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" + } + ] +}