From 27fde6d3e268cdcf8a1eb0c150526b4c3f302e87 Mon Sep 17 00:00:00 2001 From: xylophonez <69069725+xylophonez@users.noreply.github.com> Date: Fri, 12 Jul 2024 14:48:59 +0100 Subject: [PATCH] Add WeaveVM Testnet (#5278) * Create eip155-9496.json * Create weavevm.json * Update eip155-9496.json * Update eip155-9496.json * Update weavevm.json --------- Co-authored-by: ligi --- _data/chains/eip155-9496.json | 23 +++++++++++++++++++++++ _data/icons/weavevm.json | 8 ++++++++ 2 files changed, 31 insertions(+) create mode 100644 _data/chains/eip155-9496.json create mode 100644 _data/icons/weavevm.json diff --git a/_data/chains/eip155-9496.json b/_data/chains/eip155-9496.json new file mode 100644 index 000000000000..d5cad1f9a86b --- /dev/null +++ b/_data/chains/eip155-9496.json @@ -0,0 +1,23 @@ +{ + "name": "WeaveVM Testnet", + "chain": "WVM", + "rpc": ["https://testnet.wvm.dev"], + "faucets": [], + "nativeCurrency": { + "name": "Testnet WeaveVM Token", + "symbol": "tWVM", + "decimals": 18 + }, + "infoURL": "https://wvm.dev", + "shortName": "twvm", + "chainId": 9496, + "networkId": 9496, + "icon": "weavevm", + "explorers": [ + { + "name": "WeaveVM Explorer", + "url": "https://explorer.wvm.dev", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/weavevm.json b/_data/icons/weavevm.json new file mode 100644 index 000000000000..0fffbea1a3b2 --- /dev/null +++ b/_data/icons/weavevm.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmZrL43kuLcK14gQo1cVbzwczcVULxN6NKb4EcjYpFpE7w", + "width": 500, + "height": 500, + "format": "png" + } +]