Deploying to gh-pages from @ ethereum-lists/chains@178ab3423b 🚀

This commit is contained in:
ligi 2023-03-20 19:00:03 +00:00
parent 40c3b2217f
commit 85918da1bb
8 changed files with 62 additions and 4 deletions

File diff suppressed because one or more lines are too long

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

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

File diff suppressed because one or more lines are too long

View File

@ -7863,6 +7863,19 @@
"rpc": ["https://bnb.boba.network", "wss://wss.bnb.boba.network", "https://replica.bnb.boba.network", "wss://replica-wss.bnb.boba.network"], "rpc": ["https://bnb.boba.network", "wss://wss.bnb.boba.network", "https://replica.bnb.boba.network", "wss://replica-wss.bnb.boba.network"],
"faucets": [], "faucets": [],
"infoURL": "https://boba.network" "infoURL": "https://boba.network"
}, {
"name": "Syscoin Rollux Testnet",
"chainId": 57000,
"shortName": "tsys-rollux",
"networkId": 57000,
"nativeCurrency": {
"name": "Rollux Testnet Syscoin",
"symbol": "tSYS",
"decimals": 18
},
"rpc": ["https://rpc-tanenbaum.rollux.com", "wss://rpc-tanenbaum.rollux.com/wss"],
"faucets": [],
"infoURL": "https://syscoin.org"
}, { }, {
"name": "Thinkium Testnet Chain 0", "name": "Thinkium Testnet Chain 0",
"chainId": 60000, "chainId": 60000,

View File

@ -11757,6 +11757,25 @@
"url": "https://blockexplorer.bnb.boba.network", "url": "https://blockexplorer.bnb.boba.network",
"standard": "none" "standard": "none"
}] }]
}, {
"name": "Syscoin Rollux Testnet",
"chain": "SYS",
"rpc": ["https://rpc-tanenbaum.rollux.com", "wss://rpc-tanenbaum.rollux.com/wss"],
"faucets": [],
"nativeCurrency": {
"name": "Rollux Testnet Syscoin",
"symbol": "tSYS",
"decimals": 18
},
"infoURL": "https://syscoin.org",
"shortName": "tsys-rollux",
"chainId": 57000,
"networkId": 57000,
"explorers": [{
"name": "Syscoin Rollux Testnet Explorer",
"url": "https://rollux.tanenbaum.io",
"standard": "EIP3091"
}]
}, { }, {
"name": "Thinkium Testnet Chain 0", "name": "Thinkium Testnet Chain 0",
"chain": "Thinkium", "chain": "Thinkium",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -604,6 +604,7 @@
"reichain": "eip155:55555", "reichain": "eip155:55555",
"trei": "eip155:55556", "trei": "eip155:55556",
"BobaBnb": "eip155:56288", "BobaBnb": "eip155:56288",
"tsys-rollux": "eip155:57000",
"TKM-test0": "eip155:60000", "TKM-test0": "eip155:60000",
"TKM-test1": "eip155:60001", "TKM-test1": "eip155:60001",
"TKM-test2": "eip155:60002", "TKM-test2": "eip155:60002",