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