mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
* 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>
25 lines
516 B
JSON
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"
|
|
}]
|
|
}
|