mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@178ab3423b 🚀
This commit is contained in:
parent
40c3b2217f
commit
85918da1bb
File diff suppressed because one or more lines are too long
25
chains/eip155-57000.json
Normal file
25
chains/eip155-57000.json
Normal 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
|
@ -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"],
|
||||
"faucets": [],
|
||||
"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",
|
||||
"chainId": 60000,
|
||||
|
|
|
@ -11757,6 +11757,25 @@
|
|||
"url": "https://blockexplorer.bnb.boba.network",
|
||||
"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",
|
||||
"chain": "Thinkium",
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -604,6 +604,7 @@
|
|||
"reichain": "eip155:55555",
|
||||
"trei": "eip155:55556",
|
||||
"BobaBnb": "eip155:56288",
|
||||
"tsys-rollux": "eip155:57000",
|
||||
"TKM-test0": "eip155:60000",
|
||||
"TKM-test1": "eip155:60001",
|
||||
"TKM-test2": "eip155:60002",
|
||||
|
|
Loading…
Reference in New Issue
Block a user