diff --git a/_data/chains/eip155-107.json b/_data/chains/eip155-107.json index 841cff0c..f41e8b7c 100644 --- a/_data/chains/eip155-107.json +++ b/_data/chains/eip155-107.json @@ -3,9 +3,10 @@ "chain": "NTN", "icon": "nebulatestnet", "rpc": [ - "http://testnet.rpc.novanetwork.io:8545", - "http://74.208.29.238:8545" + "https://testnet.rpc.novanetwork.io:9070", + "http://testnet.rpc.novanetwork.io:8545" ], + "faucets": [], "nativeCurrency": { "name": "Nebula X", "symbol": "NBX", @@ -14,5 +15,10 @@ "infoURL": "https://novanetwork.io", "shortName": "ntn", "chainId": 107, - "networkId": 107 + "networkId": 107, + "explorers": [{ + "name": "nebulatestnet", + "url": "https://explorer.novanetwork.io", + "standard": "EIP3091" + }] }