Deploying to gh-pages from @ ethereum-lists/chains@8d5de4e0e6 🚀

This commit is contained in:
ligi 2022-05-08 15:26:29 +00:00
parent b5de7942ee
commit b8650a11f2
5 changed files with 77 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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,

View File

@ -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",

View File

@ -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",