modify mainnet name

This commit is contained in:
eunjay lee 2022-04-27 11:25:52 +09:00
parent b9e55cf54f
commit 5d95739838
2 changed files with 7 additions and 8 deletions

View File

@ -3,28 +3,27 @@
"chain": "Taycan", "chain": "Taycan",
"rpc": [ "rpc": [
"https://test-taycan.hupayx.io", "https://test-taycan.hupayx.io",
"http://ttaycan-ws.hupayx.io:8546"
], ],
"faucets": [ "faucets": [
"http://ttaycan-faucet.hupayx.io/" "https://ttaycan-faucet.hupayx.io/"
], ],
"nativeCurrency": { "nativeCurrency": {
"name": "test-Shuffle", "name": "test-Shuffle",
"symbol": "tSFL", "symbol": "tSFL",
"decimals": 18 "decimals": 18
}, },
"infoURL": "http://hupayx.io", "infoURL": "https://hupayx.io",
"shortName": "taycan-testnet", "shortName": "taycan-testnet",
"chainId": 2023, "chainId": 2023,
"networkId": 2023, "networkId": 2023,
"explorers": [{ "explorers": [{
"name": "Taycan Explorer(Blockscout)", "name": "Taycan Explorer(Blockscout)",
"url": "http://evmscan-test.hupayx.io/", "url": "https://evmscan-test.hupayx.io/",
"standard": "none" "standard": "none"
}, },
{ {
"name": "Taycan Cosmos Explorer", "name": "Taycan Cosmos Explorer",
"url": "http://cosmoscan-test.hupayx.io/", "url": "https://cosmoscan-test.hupayx.io/",
"standard": "none" "standard": "none"
} }
] ]

View File

@ -11,18 +11,18 @@
"symbol": "SFL", "symbol": "SFL",
"decimals": 18 "decimals": 18
}, },
"infoURL": "http://hupayx.io", "infoURL": "https://hupayx.io",
"shortName": "SFL", "shortName": "SFL",
"chainId": 22023, "chainId": 22023,
"networkId": 22023, "networkId": 22023,
"explorers": [{ "explorers": [{
"name": "Taycan Explorer(Blockscout)", "name": "Taycan Explorer(Blockscout)",
"url": "http://taycan-evmscan.hupayx.io/", "url": "https://taycan-evmscan.hupayx.io/",
"standard": "none" "standard": "none"
}, },
{ {
"name": "Taycan Cosmos Explorer(BigDipper)", "name": "Taycan Cosmos Explorer(BigDipper)",
"url": "http://taycan-cosmoscan.hupayx.io/", "url": "https://taycan-cosmoscan.hupayx.io/",
"standard": "none" "standard": "none"
}] }]
} }