mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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>
This commit is contained in:
parent
48f4ad2e1f
commit
263353e3b3
24
_data/chains/eip155-107.json
Normal file
24
_data/chains/eip155-107.json
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"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"
|
||||||
|
}]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user