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@8d5de4e0e6 🚀
This commit is contained in:
parent
b5de7942ee
commit
b8650a11f2
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -2767,6 +2767,19 @@
|
|||
"rpc": ["https://beresheet1.edgewa.re"],
|
||||
"faucets": [],
|
||||
"infoURL": "http://edgewa.re"
|
||||
}, {
|
||||
"name": "Taycan Testnet",
|
||||
"chainId": 2023,
|
||||
"shortName": "taycan-testnet",
|
||||
"networkId": 2023,
|
||||
"nativeCurrency": {
|
||||
"name": "test-Shuffle",
|
||||
"symbol": "tSFL",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://test-taycan.hupayx.io"],
|
||||
"faucets": ["https://ttaycan-faucet.hupayx.io/"],
|
||||
"infoURL": "https://hupayx.io"
|
||||
}, {
|
||||
"name": "Rangers Protocol Mainnet",
|
||||
"chainId": 2025,
|
||||
|
@ -3625,6 +3638,19 @@
|
|||
"rpc": ["https://seed.omlira.com"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://omlira.com"
|
||||
}, {
|
||||
"name": "Taycan",
|
||||
"chainId": 22023,
|
||||
"shortName": "SFL",
|
||||
"networkId": 22023,
|
||||
"nativeCurrency": {
|
||||
"name": "shuffle",
|
||||
"symbol": "SFL",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://taycan-rpc.hupayx.io:8545"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://hupayx.io"
|
||||
}, {
|
||||
"name": "Webchain",
|
||||
"chainId": 24484,
|
||||
|
|
|
@ -3789,6 +3789,29 @@
|
|||
"shortName": "edgt",
|
||||
"chainId": 2022,
|
||||
"networkId": 2022
|
||||
}, {
|
||||
"name": "Taycan Testnet",
|
||||
"chain": "Taycan",
|
||||
"rpc": ["https://test-taycan.hupayx.io"],
|
||||
"faucets": ["https://ttaycan-faucet.hupayx.io/"],
|
||||
"nativeCurrency": {
|
||||
"name": "test-Shuffle",
|
||||
"symbol": "tSFL",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://hupayx.io",
|
||||
"shortName": "taycan-testnet",
|
||||
"chainId": 2023,
|
||||
"networkId": 2023,
|
||||
"explorers": [{
|
||||
"name": "Taycan Explorer(Blockscout)",
|
||||
"url": "https://evmscan-test.hupayx.io",
|
||||
"standard": "none"
|
||||
}, {
|
||||
"name": "Taycan Cosmos Explorer",
|
||||
"url": "https://cosmoscan-test.hupayx.io",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"name": "Rangers Protocol Mainnet",
|
||||
"chain": "Rangers",
|
||||
|
@ -5060,6 +5083,30 @@
|
|||
"url": "https://explorer.omlira.com",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Taycan",
|
||||
"chain": "Taycan",
|
||||
"network": "mainnet",
|
||||
"rpc": ["https://taycan-rpc.hupayx.io:8545"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "shuffle",
|
||||
"symbol": "SFL",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://hupayx.io",
|
||||
"shortName": "SFL",
|
||||
"chainId": 22023,
|
||||
"networkId": 22023,
|
||||
"explorers": [{
|
||||
"name": "Taycan Explorer(Blockscout)",
|
||||
"url": "https://taycan-evmscan.hupayx.io",
|
||||
"standard": "none"
|
||||
}, {
|
||||
"name": "Taycan Cosmos Explorer(BigDipper)",
|
||||
"url": "https://taycan-cosmoscan.hupayx.io",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"name": "Webchain",
|
||||
"chain": "WEB",
|
||||
|
|
|
@ -212,6 +212,7 @@
|
|||
"420": "eip155:2020",
|
||||
"edg": "eip155:2021",
|
||||
"edgt": "eip155:2022",
|
||||
"taycan-testnet": "eip155:2023",
|
||||
"rpg": "eip155:2025",
|
||||
"eco": "eip155:2100",
|
||||
"esp": "eip155:2101",
|
||||
|
@ -278,6 +279,7 @@
|
|||
"btcix": "eip155:19845",
|
||||
"cennz-a": "eip155:21337",
|
||||
"oml": "eip155:21816",
|
||||
"SFL": "eip155:22023",
|
||||
"web": "eip155:24484",
|
||||
"mintme": "eip155:24734",
|
||||
"esn": "eip155:31102",
|
||||
|
|
Loading…
Reference in New Issue
Block a user