From c594d838c87ab466c9f79c798d6372d682776954 Mon Sep 17 00:00:00 2001 From: Nova Network Inc <95463062+nova-network-inc@users.noreply.github.com> Date: Sun, 13 Feb 2022 14:15:13 +1300 Subject: [PATCH] Change short name --- _data/chains/eip155-107.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/_data/chains/eip155-107.json b/_data/chains/eip155-107.json index 3b239528..4d9b555f 100644 --- a/_data/chains/eip155-107.json +++ b/_data/chains/eip155-107.json @@ -3,17 +3,16 @@ "chain": "NBX", "icon": "nebulatestnet", "rpc": [ - "http://testnet.rpc.novanetwork.io:8545/", - "http://74.208.29.238:8545/" + "http://testnet.rpc.novanetwork.io:8545", + "http://74.208.29.238:8545" ], - "faucets": [], "nativeCurrency": { "name": "Nebula X", "symbol": "NBX", "decimals": 18 }, - "infoURL": "https://novanetwork.io/", - "shortName": "nbx", + "infoURL": "https://novanetwork.io", + "shortName": "ntn", "chainId": 107, "networkId": 107 }