From b5cadd62994b9beb128ab78cb31de178e1ee1deb Mon Sep 17 00:00:00 2001 From: Elixir <61958762+elixirevo@users.noreply.github.com> Date: Fri, 29 Oct 2021 18:45:48 +0900 Subject: [PATCH] Add Popcateum Mainnet (#517) * Add Popcateum Network * Add Popcateum icon --- _data/chains/eip155-1213.json | 25 +++++++++++++++++++++++++ _data/icons/popcateum.json | 8 ++++++++ 2 files changed, 33 insertions(+) create mode 100644 _data/chains/eip155-1213.json create mode 100644 _data/icons/popcateum.json diff --git a/_data/chains/eip155-1213.json b/_data/chains/eip155-1213.json new file mode 100644 index 00000000..027ae172 --- /dev/null +++ b/_data/chains/eip155-1213.json @@ -0,0 +1,25 @@ +{ + "name": "Popcateum Mainnet", + "chain": "POPCATEUM", + "network": "mainnet", + "rpc": [ + "https://dataseed.popcateum.org" + ], + "faucets": [], + "nativeCurrency": { + "name": "Popcat", + "symbol": "POP", + "decimals": 18 + }, + "infoURL": "https://popcateum.org", + "shortName": "popcat", + "chainId": 1213, + "networkId": 1213, + "explorers": [ + { + "name": "popcateum explorer", + "url": "https://explorer.popcateum.org", + "standard": "none" + } + ] +} \ No newline at end of file diff --git a/_data/icons/popcateum.json b/_data/icons/popcateum.json new file mode 100644 index 00000000..56eb135a --- /dev/null +++ b/_data/icons/popcateum.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmQfFqmCxRU1ZWcBC2A2JX2Ejh5ar6GHAj6mKhTYQgLpjV", + "width": 2600, + "height": 2600, + "format": "png" + } +] \ No newline at end of file