Deploying to gh-pages from @ ethereum-lists/chains@12df8a6da1 🚀

This commit is contained in:
ligi 2023-04-27 12:00:45 +00:00
parent ec359671dc
commit 98e7af19a8
11 changed files with 2179 additions and 2124 deletions

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

View File

@ -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
View 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

View File

@ -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,

View File

@ -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

View File

@ -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",