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" + } +]