Deploying to gh-pages from @ ethereum-lists/chains@3d9cac3050 🚀

This commit is contained in:
ligi 2023-06-01 18:51:00 +00:00
parent 26265d711b
commit 01e3404855
10 changed files with 87 additions and 26 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,12 @@
{ {
"name": "Syscoin Mainnet", "name": "Syscoin Mainnet",
"chain": "SYS", "chain": "SYS",
"rpc": ["https://rpc.syscoin.org", "wss://rpc.syscoin.org/wss"], "rpc": [
"https://rpc.syscoin.org",
"https://rpc.ankr.com/syscoin/${ANKR_API_KEY}",
"https://syscoin.public-rpc.com",
"wss://rpc.syscoin.org/wss"
],
"faucets": ["https://faucet.syscoin.org"], "faucets": ["https://faucet.syscoin.org"],
"nativeCurrency": { "nativeCurrency": {
"name": "Syscoin", "name": "Syscoin",

22
chains/eip155-570.json Normal file
View File

@ -0,0 +1,22 @@
{
"name": "Rollux Mainnet",
"chain": "SYS",
"rpc": ["https://rpc.rollux.com", "wss://rpc.rollux.com/wss"],
"faucets": ["https://rollux.id/faucetapp"],
"nativeCurrency": {
"name": "Syscoin",
"symbol": "SYS",
"decimals": 18
},
"infoURL": "https://rollux.com",
"shortName": "sys-rollux",
"chainId": 570,
"networkId": 570,
"explorers": [
{
"name": "Rollux Explorer",
"url": "https://explorer.rollux.com",
"standard": "EIP3091"
}
]
}

View File

@ -1,23 +1,24 @@
{ {
"name": "Syscoin Rollux Testnet", "name": "Rollux Testnet",
"chain": "SYS", "chain": "SYS",
"rpc": [ "rpc": [
"https://rpc-tanenbaum.rollux.com", "https://rpc-tanenbaum.rollux.com",
"https://rpc.ankr.com/rollux_testnet/${ANKR_API_KEY}",
"wss://rpc-tanenbaum.rollux.com/wss" "wss://rpc-tanenbaum.rollux.com/wss"
], ],
"faucets": [], "faucets": ["https://rollux.id/faucetapp"],
"nativeCurrency": { "nativeCurrency": {
"name": "Rollux Testnet Syscoin", "name": "Testnet Syscoin",
"symbol": "tSYS", "symbol": "TSYS",
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://syscoin.org", "infoURL": "https://rollux.com",
"shortName": "tsys-rollux", "shortName": "tsys-rollux",
"chainId": 57000, "chainId": 57000,
"networkId": 57000, "networkId": 57000,
"explorers": [ "explorers": [
{ {
"name": "Syscoin Rollux Testnet Explorer", "name": "Rollux Testnet Explorer",
"url": "https://rollux.tanenbaum.io", "url": "https://rollux.tanenbaum.io",
"standard": "EIP3091" "standard": "EIP3091"
} }

File diff suppressed because one or more lines are too long

View File

@ -736,7 +736,7 @@
"symbol": "SYS", "symbol": "SYS",
"decimals": 18 "decimals": 18
}, },
"rpc": ["https://rpc.syscoin.org", "wss://rpc.syscoin.org/wss"], "rpc": ["https://rpc.syscoin.org", "https://rpc.ankr.com/syscoin/${ANKR_API_KEY}", "https://syscoin.public-rpc.com", "wss://rpc.syscoin.org/wss"],
"faucets": ["https://faucet.syscoin.org"], "faucets": ["https://faucet.syscoin.org"],
"infoURL": "https://www.syscoin.org" "infoURL": "https://www.syscoin.org"
}, { }, {
@ -2884,6 +2884,19 @@
"rpc": ["https://rpc-testnet.dogechain.dog"], "rpc": ["https://rpc-testnet.dogechain.dog"],
"faucets": ["https://faucet.dogechain.dog"], "faucets": ["https://faucet.dogechain.dog"],
"infoURL": "https://dogechain.dog" "infoURL": "https://dogechain.dog"
}, {
"name": "Rollux Mainnet",
"chainId": 570,
"shortName": "sys-rollux",
"networkId": 570,
"nativeCurrency": {
"name": "Syscoin",
"symbol": "SYS",
"decimals": 18
},
"rpc": ["https://rpc.rollux.com", "wss://rpc.rollux.com/wss"],
"faucets": ["https://rollux.id/faucetapp"],
"infoURL": "https://rollux.com"
}, { }, {
"name": "Metis Stardust Testnet", "name": "Metis Stardust Testnet",
"chainId": 588, "chainId": 588,
@ -9060,18 +9073,18 @@
"faucets": [], "faucets": [],
"infoURL": "https://boba.network" "infoURL": "https://boba.network"
}, { }, {
"name": "Syscoin Rollux Testnet", "name": "Rollux Testnet",
"chainId": 57000, "chainId": 57000,
"shortName": "tsys-rollux", "shortName": "tsys-rollux",
"networkId": 57000, "networkId": 57000,
"nativeCurrency": { "nativeCurrency": {
"name": "Rollux Testnet Syscoin", "name": "Testnet Syscoin",
"symbol": "tSYS", "symbol": "TSYS",
"decimals": 18 "decimals": 18
}, },
"rpc": ["https://rpc-tanenbaum.rollux.com", "wss://rpc-tanenbaum.rollux.com/wss"], "rpc": ["https://rpc-tanenbaum.rollux.com", "https://rpc.ankr.com/rollux_testnet/${ANKR_API_KEY}", "wss://rpc-tanenbaum.rollux.com/wss"],
"faucets": [], "faucets": ["https://rollux.id/faucetapp"],
"infoURL": "https://syscoin.org" "infoURL": "https://rollux.com"
}, { }, {
"name": "Linea Testnet", "name": "Linea Testnet",
"chainId": 59140, "chainId": 59140,

View File

@ -1063,7 +1063,7 @@
}, { }, {
"name": "Syscoin Mainnet", "name": "Syscoin Mainnet",
"chain": "SYS", "chain": "SYS",
"rpc": ["https://rpc.syscoin.org", "wss://rpc.syscoin.org/wss"], "rpc": ["https://rpc.syscoin.org", "https://rpc.ankr.com/syscoin/${ANKR_API_KEY}", "https://syscoin.public-rpc.com", "wss://rpc.syscoin.org/wss"],
"faucets": ["https://faucet.syscoin.org"], "faucets": ["https://faucet.syscoin.org"],
"nativeCurrency": { "nativeCurrency": {
"name": "Syscoin", "name": "Syscoin",
@ -4331,6 +4331,25 @@
"url": "https://explorer-testnet.dogechain.dog", "url": "https://explorer-testnet.dogechain.dog",
"standard": "EIP3091" "standard": "EIP3091"
}] }]
}, {
"name": "Rollux Mainnet",
"chain": "SYS",
"rpc": ["https://rpc.rollux.com", "wss://rpc.rollux.com/wss"],
"faucets": ["https://rollux.id/faucetapp"],
"nativeCurrency": {
"name": "Syscoin",
"symbol": "SYS",
"decimals": 18
},
"infoURL": "https://rollux.com",
"shortName": "sys-rollux",
"chainId": 570,
"networkId": 570,
"explorers": [{
"name": "Rollux Explorer",
"url": "https://explorer.rollux.com",
"standard": "EIP3091"
}]
}, { }, {
"name": "Metis Stardust Testnet", "name": "Metis Stardust Testnet",
"chain": "ETH", "chain": "ETH",
@ -13770,21 +13789,21 @@
"standard": "none" "standard": "none"
}] }]
}, { }, {
"name": "Syscoin Rollux Testnet", "name": "Rollux Testnet",
"chain": "SYS", "chain": "SYS",
"rpc": ["https://rpc-tanenbaum.rollux.com", "wss://rpc-tanenbaum.rollux.com/wss"], "rpc": ["https://rpc-tanenbaum.rollux.com", "https://rpc.ankr.com/rollux_testnet/${ANKR_API_KEY}", "wss://rpc-tanenbaum.rollux.com/wss"],
"faucets": [], "faucets": ["https://rollux.id/faucetapp"],
"nativeCurrency": { "nativeCurrency": {
"name": "Rollux Testnet Syscoin", "name": "Testnet Syscoin",
"symbol": "tSYS", "symbol": "TSYS",
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://syscoin.org", "infoURL": "https://rollux.com",
"shortName": "tsys-rollux", "shortName": "tsys-rollux",
"chainId": 57000, "chainId": 57000,
"networkId": 57000, "networkId": 57000,
"explorers": [{ "explorers": [{
"name": "Syscoin Rollux Testnet Explorer", "name": "Rollux Testnet Explorer",
"url": "https://rollux.tanenbaum.io", "url": "https://rollux.tanenbaum.io",
"standard": "EIP3091" "standard": "EIP3091"
}] }]

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -221,6 +221,7 @@
"CLASS": "eip155:555", "CLASS": "eip155:555",
"tao": "eip155:558", "tao": "eip155:558",
"dct": "eip155:568", "dct": "eip155:568",
"sys-rollux": "eip155:570",
"metis-stardust": "eip155:588", "metis-stardust": "eip155:588",
"astr": "eip155:592", "astr": "eip155:592",
"maca": "eip155:595", "maca": "eip155:595",