Add HTTPS RPCs and Explorer

Added secure RPCs and Explorer.
This commit is contained in:
Nova Network Inc 2022-02-13 14:01:34 +13:00 committed by GitHub
parent 038d89efce
commit 1740df9aa9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,8 +3,8 @@
"chain": "NBX", "chain": "NBX",
"icon": "novanetwork", "icon": "novanetwork",
"rpc": [ "rpc": [
"http://rpc.novanetwork.io:8545/", "https://rpc.novanetwork.io:9070/",
"http://82.165.54.110:8545/" "http://nova.genyrpc.info:8545/"
], ],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
@ -16,4 +16,9 @@
"shortName": "nbx", "shortName": "nbx",
"chainId": 87, "chainId": 87,
"networkId": 87 "networkId": 87
"explorers": [{
"name": "novanetwork",
"url": "https://explorer.novanetwork.io/",
"standard": "EIP3091"
}]
} }