From 7b59345ff4b2bfdfde037cde9f5ef13896eb61ff Mon Sep 17 00:00:00 2001 From: Vincent <33245656+sameplacewei@users.noreply.github.com> Date: Wed, 22 Feb 2023 18:26:46 +0800 Subject: [PATCH] add arcology testnet (#2313) * add arcology testnet * Prettier --- _data/chains/eip155-118.json | 23 +++++++++++++++++++++++ _data/icons/acolicon.json | 8 ++++++++ 2 files changed, 31 insertions(+) create mode 100644 _data/chains/eip155-118.json create mode 100644 _data/icons/acolicon.json diff --git a/_data/chains/eip155-118.json b/_data/chains/eip155-118.json new file mode 100644 index 00000000..df16c630 --- /dev/null +++ b/_data/chains/eip155-118.json @@ -0,0 +1,23 @@ +{ + "name": "Arcology Testnet", + "chain": "Arcology", + "icon": "acolicon", + "rpc": ["https://testnet.arcology.network/rpc"], + "faucets": [], + "nativeCurrency": { + "name": "Arcology Coin", + "symbol": "Acol", + "decimals": 18 + }, + "infoURL": "https://arcology.network/", + "shortName": "arcology", + "chainId": 118, + "networkId": 118, + "explorers": [ + { + "name": "arcology", + "url": "https://testnet.arcology.network/explorer", + "standard": "none" + } + ] +} diff --git a/_data/icons/acolicon.json b/_data/icons/acolicon.json new file mode 100644 index 00000000..807dd4df --- /dev/null +++ b/_data/icons/acolicon.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmRD7itMvaZutfBjyA7V9xkMGDtsZiJSagPwd3ijqka8kE", + "width": 288, + "height": 288, + "format": "png" + } +]