From 263353e3b38768039635d1933e604e747122a5a1 Mon Sep 17 00:00:00 2001 From: Nova Network Inc <95463062+nova-network-inc@users.noreply.github.com> Date: Wed, 16 Feb 2022 08:54:58 +1300 Subject: [PATCH] Create eip155-107.json (#860) * Create eip155-107.json Add Nebula Testnet * Remove extra quote * Http -> https * Update _data/chains/eip155-107.json * Change short name * Update eip155-107.json * Recommit to build * Add Nebula Testnet Icon Co-authored-by: ligi --- _data/chains/eip155-107.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 _data/chains/eip155-107.json diff --git a/_data/chains/eip155-107.json b/_data/chains/eip155-107.json new file mode 100644 index 00000000..f41e8b7c --- /dev/null +++ b/_data/chains/eip155-107.json @@ -0,0 +1,24 @@ +{ + "name": "Nebula Testnet", + "chain": "NTN", + "icon": "nebulatestnet", + "rpc": [ + "https://testnet.rpc.novanetwork.io:9070", + "http://testnet.rpc.novanetwork.io:8545" + ], + "faucets": [], + "nativeCurrency": { + "name": "Nebula X", + "symbol": "NBX", + "decimals": 18 + }, + "infoURL": "https://novanetwork.io", + "shortName": "ntn", + "chainId": 107, + "networkId": 107, + "explorers": [{ + "name": "nebulatestnet", + "url": "https://explorer.novanetwork.io", + "standard": "EIP3091" + }] +}