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@12df8a6da1 🚀
This commit is contained in:
parent
ec359671dc
commit
98e7af19a8
4232
chain_icons.json
4232
chain_icons.json
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -2,7 +2,7 @@
|
|||
"name": "Nebula Testnet",
|
||||
"chain": "NTN",
|
||||
"icon": "nebulatestnet",
|
||||
"rpc": ["https://testnet.rpc.novanetwork.io:9070"],
|
||||
"rpc": ["https://testnet.rpc.novanetwork.io"],
|
||||
"faucets": ["https://faucet.novanetwork.io"],
|
||||
"nativeCurrency": {
|
||||
"name": "Nebula X",
|
||||
|
|
22
chains/eip155-230.json
Normal file
22
chains/eip155-230.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"name": "SwapDEX",
|
||||
"chain": "SDX",
|
||||
"rpc": ["https://rpc.swapdex.network", "wss://ss.swapdex.network"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "SwapDEX",
|
||||
"symbol": "SDX",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://swapdex.network/",
|
||||
"shortName": "SDX",
|
||||
"chainId": 230,
|
||||
"networkId": 230,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "SwapDEX",
|
||||
"url": "https://evm.swapdex.network",
|
||||
"standard": "none"
|
||||
}
|
||||
]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -1347,7 +1347,7 @@
|
|||
"symbol": "NBX",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://testnet.rpc.novanetwork.io:9070"],
|
||||
"rpc": ["https://testnet.rpc.novanetwork.io"],
|
||||
"faucets": ["https://faucet.novanetwork.io"],
|
||||
"infoURL": "https://novanetwork.io"
|
||||
}, {
|
||||
|
@ -2065,6 +2065,19 @@
|
|||
"rpc": ["https://rpc-testnet.lachain.io"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://lachain.io"
|
||||
}, {
|
||||
"name": "SwapDEX",
|
||||
"chainId": 230,
|
||||
"shortName": "SDX",
|
||||
"networkId": 230,
|
||||
"nativeCurrency": {
|
||||
"name": "SwapDEX",
|
||||
"symbol": "SDX",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://rpc.swapdex.network", "wss://ss.swapdex.network"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://swapdex.network/"
|
||||
}, {
|
||||
"name": "Energy Web Chain",
|
||||
"chainId": 246,
|
||||
|
|
|
@ -1938,7 +1938,7 @@
|
|||
"name": "Nebula Testnet",
|
||||
"chain": "NTN",
|
||||
"icon": "nebulatestnet",
|
||||
"rpc": ["https://testnet.rpc.novanetwork.io:9070"],
|
||||
"rpc": ["https://testnet.rpc.novanetwork.io"],
|
||||
"faucets": ["https://faucet.novanetwork.io"],
|
||||
"nativeCurrency": {
|
||||
"name": "Nebula X",
|
||||
|
@ -2982,6 +2982,25 @@
|
|||
"url": "https://scan-test.lachain.io",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "SwapDEX",
|
||||
"chain": "SDX",
|
||||
"rpc": ["https://rpc.swapdex.network", "wss://ss.swapdex.network"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "SwapDEX",
|
||||
"symbol": "SDX",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://swapdex.network/",
|
||||
"shortName": "SDX",
|
||||
"chainId": 230,
|
||||
"networkId": 230,
|
||||
"explorers": [{
|
||||
"name": "SwapDEX",
|
||||
"url": "https://evm.swapdex.network",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"name": "Energy Web Chain",
|
||||
"chain": "Energy Web Chain",
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -158,6 +158,7 @@
|
|||
"ASK": "eip155:222",
|
||||
"LA": "eip155:225",
|
||||
"TLA": "eip155:226",
|
||||
"SDX": "eip155:230",
|
||||
"ewt": "eip155:246",
|
||||
"OAS": "eip155:248",
|
||||
"ftm": "eip155:250",
|
||||
|
|
Loading…
Reference in New Issue
Block a user