Added comma

This commit is contained in:
Nova Network Inc 2022-02-13 14:11:39 +13:00 committed by GitHub
parent 1740df9aa9
commit c98c7e6332
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}]
}