mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@263353e3b3 🚀
This commit is contained in:
parent
49642c2b63
commit
7d1db8b61b
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1116,6 +1116,19 @@
|
||||||
"rpc": ["https://evmexplorer.velas.com/rpc", "https://explorer.velas.com/rpc"],
|
"rpc": ["https://evmexplorer.velas.com/rpc", "https://explorer.velas.com/rpc"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://velas.com"
|
"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",
|
"name": "ThunderCore Mainnet",
|
||||||
"chainId": 108,
|
"chainId": 108,
|
||||||
|
|
|
@ -1533,6 +1533,26 @@
|
||||||
"url": "https://evmexplorer.velas.com",
|
"url": "https://evmexplorer.velas.com",
|
||||||
"standard": "EIP3091"
|
"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",
|
"name": "ThunderCore Mainnet",
|
||||||
"chain": "TT",
|
"chain": "TT",
|
||||||
|
|
|
@ -85,6 +85,7 @@
|
||||||
"eti": "eip155:101",
|
"eti": "eip155:101",
|
||||||
"w3g": "eip155:102",
|
"w3g": "eip155:102",
|
||||||
"vlx": "eip155:106",
|
"vlx": "eip155:106",
|
||||||
|
"ntn": "eip155:107",
|
||||||
"TT": "eip155:108",
|
"TT": "eip155:108",
|
||||||
"xpr": "eip155:110",
|
"xpr": "eip155:110",
|
||||||
"ETL": "eip155:111",
|
"ETL": "eip155:111",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user