From 4b2563633021fe80b7ef1a19daad9f896d109d05 Mon Sep 17 00:00:00 2001 From: AxelVeni <101347490+AxelVeni@users.noreply.github.com> Date: Fri, 11 Mar 2022 17:19:26 +0200 Subject: [PATCH] Add Venidium Testnet --- _data/eip155-4918.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 _data/eip155-4918.json diff --git a/_data/eip155-4918.json b/_data/eip155-4918.json new file mode 100644 index 00000000..e60be47a --- /dev/null +++ b/_data/eip155-4918.json @@ -0,0 +1,19 @@ +{ + "name": "Venidium Testnet", + "chain": "XVM", + "rpc": ["https://rpc-evm-testnet.venidium.io/"], + "nativeCurrency": { + "name": "Venidium", + "symbol": "XVM", + "decimals": 18 + }, + "infoURL": "https://venidium.io/", + "shortName": "xvm", + "chainId": 4918, + "networkId": 4918, + "explorers": [{ + "name": "Venidium EVM Testnet Explorer", + "url": "https://evm-testnet.venidiumexplorer.com/", + "standard": "EIP3091" + }] + }