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",
"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"],
"nativeCurrency": {
"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",
"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": {
"name": "Rollux Testnet Syscoin",
"symbol": "tSYS",
"name": "Testnet Syscoin",
"symbol": "TSYS",
"decimals": 18
},
"infoURL": "https://syscoin.org",
"infoURL": "https://rollux.com",
"shortName": "tsys-rollux",
"chainId": 57000,
"networkId": 57000,
"explorers": [
{
"name": "Syscoin Rollux Testnet Explorer",
"name": "Rollux Testnet Explorer",
"url": "https://rollux.tanenbaum.io",
"standard": "EIP3091"
}

File diff suppressed because one or more lines are too long

View File

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

View File

@ -1063,7 +1063,7 @@
}, {
"name": "Syscoin Mainnet",
"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"],
"nativeCurrency": {
"name": "Syscoin",
@ -4331,6 +4331,25 @@
"url": "https://explorer-testnet.dogechain.dog",
"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",
"chain": "ETH",
@ -13770,21 +13789,21 @@
"standard": "none"
}]
}, {
"name": "Syscoin Rollux Testnet",
"name": "Rollux Testnet",
"chain": "SYS",
"rpc": ["https://rpc-tanenbaum.rollux.com", "wss://rpc-tanenbaum.rollux.com/wss"],
"faucets": [],
"rpc": ["https://rpc-tanenbaum.rollux.com", "https://rpc.ankr.com/rollux_testnet/${ANKR_API_KEY}", "wss://rpc-tanenbaum.rollux.com/wss"],
"faucets": ["https://rollux.id/faucetapp"],
"nativeCurrency": {
"name": "Rollux Testnet Syscoin",
"symbol": "tSYS",
"name": "Testnet Syscoin",
"symbol": "TSYS",
"decimals": 18
},
"infoURL": "https://syscoin.org",
"infoURL": "https://rollux.com",
"shortName": "tsys-rollux",
"chainId": 57000,
"networkId": 57000,
"explorers": [{
"name": "Syscoin Rollux Testnet Explorer",
"name": "Rollux Testnet Explorer",
"url": "https://rollux.tanenbaum.io",
"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",
"tao": "eip155:558",
"dct": "eip155:568",
"sys-rollux": "eip155:570",
"metis-stardust": "eip155:588",
"astr": "eip155:592",
"maca": "eip155:595",