From 6d959b87c557cf770837fa94c5f12b617fa3beb7 Mon Sep 17 00:00:00 2001 From: Surou <652511569@qq.com> Date: Mon, 13 Jun 2022 19:42:23 +0800 Subject: [PATCH] Add mainnet to cube (#1224) * update# Add icon to cube * add# cube chain mainnet * Update _data/chains/eip155-1818.json Co-authored-by: ligi Co-authored-by: ligi --- _data/chains/eip155-1818.json | 29 +++++++++++++++++++++++++++++ _data/chains/eip155-1819.json | 1 + _data/icons/cube.json | 8 ++++++++ 3 files changed, 38 insertions(+) create mode 100644 _data/chains/eip155-1818.json create mode 100644 _data/icons/cube.json diff --git a/_data/chains/eip155-1818.json b/_data/chains/eip155-1818.json new file mode 100644 index 00000000..ee2b2591 --- /dev/null +++ b/_data/chains/eip155-1818.json @@ -0,0 +1,29 @@ +{ + "name": "Cube Chain Mainnet", + "chain": "Cube", + "icon": "cube", + "rpc": [ + "https://http-mainnet.cube.network", + "wss://ws-mainnet.cube.network", + "https://http-mainnet-sg.cube.network", + "wss://ws-mainnet-sg.cube.network", + "https://http-mainnet-us.cube.network", + "wss://ws-mainnet-us.cube.network" + ], + "faucets": [], + "nativeCurrency": { + "name": "Cube Chain Native Token", + "symbol": "CUBE", + "decimals": 18 + }, + "infoURL": "https://www.cube.network", + "shortName": "cube", + "chainId": 1818, + "networkId": 1818, + "slip44": 1818, + "explorers": [{ + "name": "cube-scan", + "url": "https://cubescan.network", + "standard": "EIP3091" + }] +} diff --git a/_data/chains/eip155-1819.json b/_data/chains/eip155-1819.json index d5166f02..50075a5b 100644 --- a/_data/chains/eip155-1819.json +++ b/_data/chains/eip155-1819.json @@ -1,6 +1,7 @@ { "name": "Cube Chain Testnet", "chain": "Cube", + "icon": "cube", "rpc": [ "https://http-testnet.cube.network", "wss://ws-testnet.cube.network", diff --git a/_data/icons/cube.json b/_data/icons/cube.json new file mode 100644 index 00000000..6c05fc1c --- /dev/null +++ b/_data/icons/cube.json @@ -0,0 +1,8 @@ +[ + { + "url":"ipfs://QmbENgHTymTUUArX5MZ2XXH69WGenirU3oamkRD448hYdz", + "width":282, + "height":250, + "format":"png" + } +]