Add HTTPS RPCs and Explorer (#875)

* Add HTTPS RPCs and Explorer

Added secure RPCs and Explorer.

* Added comma

* Rebranding native prior launch

Rebranding native currency
This commit is contained in:
Nova Network Inc 2022-02-14 20:33:19 +13:00 committed by GitHub
parent 038d89efce
commit f2e9a1e92c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,19 +1,24 @@
{ {
"name": "Nova Network", "name": "Nova Network",
"chain": "NBX", "chain": "NNW",
"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": {
"name": "Nebula X", "name": "Supernova",
"symbol": "NBX", "symbol": "SNT",
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://novanetwork.io/", "infoURL": "https://novanetwork.io",
"shortName": "nbx", "shortName": "nnw",
"chainId": 87, "chainId": 87,
"networkId": 87 "networkId": 87,
"explorers": [{
"name": "novanetwork",
"url": "https://explorer.novanetwork.io",
"standard": "EIP3091"
}]
} }