From c98c7e6332b51d2c054f71927e7f95ffd7a22b9d 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:11:39 +1300 Subject: [PATCH] Added comma --- _data/chains/eip155-87.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/_data/chains/eip155-87.json b/_data/chains/eip155-87.json index 36cf43ef..b20d2691 100644 --- a/_data/chains/eip155-87.json +++ b/_data/chains/eip155-87.json @@ -3,8 +3,8 @@ "chain": "NBX", "icon": "novanetwork", "rpc": [ - "https://rpc.novanetwork.io:9070/", - "http://nova.genyrpc.info:8545/" + "https://rpc.novanetwork.io:9070", + "http://nova.genyrpc.info:8545" ], "faucets": [], "nativeCurrency": { @@ -12,13 +12,13 @@ "symbol": "NBX", "decimals": 18 }, - "infoURL": "https://novanetwork.io/", + "infoURL": "https://novanetwork.io", "shortName": "nbx", "chainId": 87, - "networkId": 87 + "networkId": 87, "explorers": [{ "name": "novanetwork", - "url": "https://explorer.novanetwork.io/", + "url": "https://explorer.novanetwork.io", "standard": "EIP3091" }] }