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",
"rpc": [
"https://test-taycan.hupayx.io",
"http://ttaycan-ws.hupayx.io:8546"
],
"faucets": [
"http://ttaycan-faucet.hupayx.io/"
"https://ttaycan-faucet.hupayx.io/"
],
"nativeCurrency": {
"name": "test-Shuffle",
"symbol": "tSFL",
"decimals": 18
},
"infoURL": "http://hupayx.io",
"infoURL": "https://hupayx.io",
"shortName": "taycan-testnet",
"chainId": 2023,
"networkId": 2023,
"explorers": [{
"name": "Taycan Explorer(Blockscout)",
"url": "http://evmscan-test.hupayx.io/",
"url": "https://evmscan-test.hupayx.io/",
"standard": "none"
},
{
"name": "Taycan Cosmos Explorer",
"url": "http://cosmoscan-test.hupayx.io/",
"url": "https://cosmoscan-test.hupayx.io/",
"standard": "none"
}
]

View File

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