mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add HTTPS RPCs and Explorer
Added secure RPCs and Explorer.
This commit is contained in:
parent
038d89efce
commit
1740df9aa9
|
@ -3,8 +3,8 @@
|
|||
"chain": "NBX",
|
||||
"icon": "novanetwork",
|
||||
"rpc": [
|
||||
"http://rpc.novanetwork.io:8545/",
|
||||
"http://82.165.54.110:8545/"
|
||||
"https://rpc.novanetwork.io:9070/",
|
||||
"http://nova.genyrpc.info:8545/"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
|
@ -16,4 +16,9 @@
|
|||
"shortName": "nbx",
|
||||
"chainId": 87,
|
||||
"networkId": 87
|
||||
"explorers": [{
|
||||
"name": "novanetwork",
|
||||
"url": "https://explorer.novanetwork.io/",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user