chains/_data/chains/eip155-107.json
Nova Network Inc 263353e3b3
Create eip155-107.json (#860)
* Create eip155-107.json

Add Nebula Testnet

* Remove extra quote

* Http -> https

* Update _data/chains/eip155-107.json

* Change short name

* Update eip155-107.json

* Recommit to build

* Add Nebula Testnet Icon

Co-authored-by: ligi <ligi@ligi.de>
2022-02-15 20:54:58 +01:00

25 lines
516 B
JSON

{
"name": "Nebula Testnet",
"chain": "NTN",
"icon": "nebulatestnet",
"rpc": [
"https://testnet.rpc.novanetwork.io:9070",
"http://testnet.rpc.novanetwork.io:8545"
],
"faucets": [],
"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"
}]
}