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:
Nova Network Inc 2022-02-16 08:54:58 +13:00 committed by GitHub
parent 48f4ad2e1f
commit 263353e3b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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"
}]
}