mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Pr/2023 (#1110)
* Create Hupayx Network 2023, 22023 * Create Hupayx Network 2023, 22023 * modify testnet shortName * modify mainnet name * modify mainnet name * error fixed
This commit is contained in:
parent
45d108984b
commit
8d5de4e0e6
30
_data/chains/eip155-2023.json
Normal file
30
_data/chains/eip155-2023.json
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
28
_data/chains/eip155-22023.json
Normal file
28
_data/chains/eip155-22023.json
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
{
|
||||||
|
"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"
|
||||||
|
}]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user