chains/_data/chains/eip155-107.json
Ashutosh Kumar fb49612d70
Added Prettier and formatted existing JSON files (#1501)
* Added Prettier and formatted existing JSON files

* fixed one more json file
2022-08-27 19:20:08 +02:00

24 lines
509 B
JSON

{
"name": "Nebula Testnet",
"chain": "NTN",
"icon": "nebulatestnet",
"rpc": ["https://testnet.rpc.novanetwork.io:9070"],
"faucets": ["https://faucet.novanetwork.io"],
"nativeCurrency": {
"name": "Nebula X",
"symbol": "NBX",
"decimals": 18
},
"infoURL": "https://novanetwork.io",
"shortName": "ntn",
"chainId": 107,
"networkId": 107,
"explorers": [
{
"name": "nebulatestnet",
"url": "https://explorer.novanetwork.io",
"standard": "EIP3091"
}
]
}