From 406e3ffad6fd24aa6231ae9a88f5222e65de3677 Mon Sep 17 00:00:00 2001 From: x9q <45015191+x9q@users.noreply.github.com> Date: Wed, 23 Nov 2022 03:09:57 +0200 Subject: [PATCH] Add OctaSpace network (#1913) * Add OctaSpace network * Fix icon name * Prettify eip155-800001.json Co-authored-by: x9q --- _data/chains/eip155-800001.json | 24 ++++++++++++++++++++++++ _data/icons/octaspace.json | 8 ++++++++ 2 files changed, 32 insertions(+) create mode 100644 _data/chains/eip155-800001.json create mode 100644 _data/icons/octaspace.json diff --git a/_data/chains/eip155-800001.json b/_data/chains/eip155-800001.json new file mode 100644 index 00000000..8c89cbef --- /dev/null +++ b/_data/chains/eip155-800001.json @@ -0,0 +1,24 @@ +{ + "name": "OctaSpace", + "chain": "OCTA", + "rpc": ["https://rpc.octa.space", "wss://rpc.octa.space"], + "faucets": [], + "nativeCurrency": { + "name": "OctaSpace", + "symbol": "OCTA", + "decimals": 18 + }, + "infoURL": "https://octa.space", + "shortName": "octa", + "chainId": 800001, + "networkId": 800001, + "icon": "octaspace", + "explorers": [ + { + "name": "blockscout", + "url": "https://explorer.octa.space", + "icon": "blockscout", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/octaspace.json b/_data/icons/octaspace.json new file mode 100644 index 00000000..9781d2ba --- /dev/null +++ b/_data/icons/octaspace.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmVhezQHkqSZ5Tvtsw18giA1yBjV1URSsBQ7HenUh6p6oC", + "width": 512, + "height": 512, + "format": "png" + } +]