Deploying to gh-pages from @ ethereum-lists/chains@263353e3b3 🚀

This commit is contained in:
ligi 2022-02-15 19:58:15 +00:00
parent 49642c2b63
commit 7d1db8b61b
5 changed files with 36 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1116,6 +1116,19 @@
"rpc": ["https://evmexplorer.velas.com/rpc", "https://explorer.velas.com/rpc"],
"faucets": [],
"infoURL": "https://velas.com"
}, {
"name": "Nebula Testnet",
"chainId": 107,
"shortName": "ntn",
"networkId": 107,
"nativeCurrency": {
"name": "Nebula X",
"symbol": "NBX",
"decimals": 18
},
"rpc": ["https://testnet.rpc.novanetwork.io:9070", "http://testnet.rpc.novanetwork.io:8545"],
"faucets": [],
"infoURL": "https://novanetwork.io"
}, {
"name": "ThunderCore Mainnet",
"chainId": 108,

View File

@ -1533,6 +1533,26 @@
"url": "https://evmexplorer.velas.com",
"standard": "EIP3091"
}]
}, {
"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"
}]
}, {
"name": "ThunderCore Mainnet",
"chain": "TT",

View File

@ -85,6 +85,7 @@
"eti": "eip155:101",
"w3g": "eip155:102",
"vlx": "eip155:106",
"ntn": "eip155:107",
"TT": "eip155:108",
"xpr": "eip155:110",
"ETL": "eip155:111",