mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Added comma
This commit is contained in:
parent
1740df9aa9
commit
c98c7e6332
|
@ -3,8 +3,8 @@
|
||||||
"chain": "NBX",
|
"chain": "NBX",
|
||||||
"icon": "novanetwork",
|
"icon": "novanetwork",
|
||||||
"rpc": [
|
"rpc": [
|
||||||
"https://rpc.novanetwork.io:9070/",
|
"https://rpc.novanetwork.io:9070",
|
||||||
"http://nova.genyrpc.info:8545/"
|
"http://nova.genyrpc.info:8545"
|
||||||
],
|
],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
|
@ -12,13 +12,13 @@
|
||||||
"symbol": "NBX",
|
"symbol": "NBX",
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"infoURL": "https://novanetwork.io/",
|
"infoURL": "https://novanetwork.io",
|
||||||
"shortName": "nbx",
|
"shortName": "nbx",
|
||||||
"chainId": 87,
|
"chainId": 87,
|
||||||
"networkId": 87
|
"networkId": 87,
|
||||||
"explorers": [{
|
"explorers": [{
|
||||||
"name": "novanetwork",
|
"name": "novanetwork",
|
||||||
"url": "https://explorer.novanetwork.io/",
|
"url": "https://explorer.novanetwork.io",
|
||||||
"standard": "EIP3091"
|
"standard": "EIP3091"
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user