Deploying to gh-pages from @ ethereum-lists/chains@0cf2e8d20e 🚀

This commit is contained in:
ligi 2022-06-13 14:29:44 +00:00
parent 2e7705466f
commit 4eee6d70d1
8 changed files with 131 additions and 2 deletions

File diff suppressed because one or more lines are too long

25
chains/eip155-416.json Normal file
View File

@ -0,0 +1,25 @@
{
"name": "SX Network Mainnet",
"chain": "SX",
"icon": "SX",
"network": "mainnet",
"rpc": [
"https://rpc.sx.technology"
],
"faucets": [
],
"nativeCurrency": {
"name": "SX Network",
"symbol": "SX",
"decimals": 18
},
"infoURL": "https://www.sx.technology",
"shortName": "SX",
"chainId": 416,
"networkId": 416,
"explorers": [{
"name": "SX Network Explorer",
"url": "https://explorer.sx.technology",
"standard": "EIP3091"
}]
}

26
chains/eip155-647.json Normal file
View File

@ -0,0 +1,26 @@
{
"name": "SX Network Testnet",
"chain": "SX",
"icon": "SX",
"network": "testnet",
"rpc": [
"https://rpc.toronto.sx.technology"
],
"faucets": [
"https://faucet.toronto.sx.technology"
],
"nativeCurrency": {
"name": "SX Network",
"symbol": "SX",
"decimals": 18
},
"infoURL": "https://www.sx.technology",
"shortName": "SX-Testnet",
"chainId": 647,
"networkId": 647,
"explorers": [{
"name": "SX Network Toronto Explorer",
"url": "https://explorer.toronto.sx.technology",
"standard": "EIP3091"
}]
}

File diff suppressed because one or more lines are too long

View File

@ -1844,6 +1844,19 @@
"rpc": ["https://rpc-bitfalls1.lisinski.online"],
"faucets": ["https://pipa.lisinski.online"],
"infoURL": "https://lisinski.online"
}, {
"name": "SX Network Mainnet",
"chainId": 416,
"shortName": "SX",
"networkId": 416,
"nativeCurrency": {
"name": "SX Network",
"symbol": "SX",
"decimals": 18
},
"rpc": ["https://rpc.sx.technology"],
"faucets": [],
"infoURL": "https://www.sx.technology"
}, {
"name": "Optimistic Ethereum Testnet Goerli",
"chainId": 420,
@ -2013,6 +2026,19 @@
"rpc": [],
"faucets": [],
"infoURL": ""
}, {
"name": "SX Network Testnet",
"chainId": 647,
"shortName": "SX-Testnet",
"networkId": 647,
"nativeCurrency": {
"name": "SX Network",
"symbol": "SX",
"decimals": 18
},
"rpc": ["https://rpc.toronto.sx.technology"],
"faucets": ["https://faucet.toronto.sx.technology"],
"infoURL": "https://www.sx.technology"
}, {
"name": "Pixie Chain Testnet",
"chainId": 666,

View File

@ -2565,6 +2565,27 @@
"shortName": "lisinski",
"chainId": 385,
"networkId": 385
}, {
"name": "SX Network Mainnet",
"chain": "SX",
"icon": "SX",
"network": "mainnet",
"rpc": ["https://rpc.sx.technology"],
"faucets": [],
"nativeCurrency": {
"name": "SX Network",
"symbol": "SX",
"decimals": 18
},
"infoURL": "https://www.sx.technology",
"shortName": "SX",
"chainId": 416,
"networkId": 416,
"explorers": [{
"name": "SX Network Explorer",
"url": "https://explorer.sx.technology",
"standard": "EIP3091"
}]
}, {
"name": "Optimistic Ethereum Testnet Goerli",
"chain": "ETH",
@ -2793,6 +2814,27 @@
"shortName": "mesh-chain-testnet",
"chainId": 600,
"networkId": 600
}, {
"name": "SX Network Testnet",
"chain": "SX",
"icon": "SX",
"network": "testnet",
"rpc": ["https://rpc.toronto.sx.technology"],
"faucets": ["https://faucet.toronto.sx.technology"],
"nativeCurrency": {
"name": "SX Network",
"symbol": "SX",
"decimals": 18
},
"infoURL": "https://www.sx.technology",
"shortName": "SX-Testnet",
"chainId": 647,
"networkId": 647,
"explorers": [{
"name": "SX Network Toronto Explorer",
"url": "https://explorer.toronto.sx.technology",
"standard": "EIP3091"
}]
}, {
"name": "Pixie Chain Testnet",
"chain": "PixieChain",

8
icons/SX.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url":"ipfs://QmSXLXqyr2H6Ja5XrmznXbWTEvF2gFaL8RXNXgyLmDHjAF",
"width":896,
"height":690,
"format":"png"
}
]

View File

@ -141,6 +141,7 @@
"theta-testnet": "eip155:365",
"pls": "eip155:369",
"lisinski": "eip155:385",
"SX": "eip155:416",
"ogor": "eip155:420",
"rupx": "eip155:499",
"aac": "eip155:512",
@ -154,6 +155,7 @@
"tkar": "eip155:596",
"taca": "eip155:597",
"mesh-chain-testnet": "eip155:600",
"SX-Testnet": "eip155:647",
"pixie-chain-testnet": "eip155:666",
"kar": "eip155:686",
"SNS": "eip155:700",