modify mainnet name

This commit is contained in:
eunjay lee 2022-04-27 11:16:32 +09:00
parent e23373c30d
commit b9e55cf54f
3 changed files with 33 additions and 33 deletions

View File

@ -1,25 +1,31 @@
{
"name": "Hupayx Testnet",
"chain": "HPX",
"name": "Taycan Testnet",
"chain": "Taycan",
"rpc": [
"http://rpc-test.hupayx.io:8545",
"ws://rpc-ws-test.hupayx.io:8546"
"https://test-taycan.hupayx.io",
"http://ttaycan-ws.hupayx.io:8546"
],
"faucets": [
"http://faucet-test.hupayx.io/"
"http://ttaycan-faucet.hupayx.io/"
],
"nativeCurrency": {
"name": "Hupayx Test Coin",
"symbol": "THPX",
"name": "test-Shuffle",
"symbol": "tSFL",
"decimals": 18
},
"infoURL": "http://hupayx.io",
"shortName": "thpx",
"shortName": "taycan-testnet",
"chainId": 2023,
"networkId": 2023,
"explorers": [{
"name": "HPX Test Explorer",
"name": "Taycan Explorer(Blockscout)",
"url": "http://evmscan-test.hupayx.io/",
"standard": "EIP3091"
}]
"standard": "none"
},
{
"name": "Taycan Cosmos Explorer",
"url": "http://cosmoscan-test.hupayx.io/",
"standard": "none"
}
]
}

View File

@ -1,26 +1,28 @@
{
"name": "Hupayx Mainnet",
"chain": "HPX",
"name": "Taycan",
"chain": "Taycan",
"network": "mainnet",
"rpc": [
"https://rpc.hupayx.io:8545",
"wss://rpc-ws.hupayx.io:8546"
],
"faucets": [
"https://taycan-rpc.hupayx.io:8545"
],
"faucets": [],
"nativeCurrency": {
"name": "Hupayx",
"symbol": "HPX",
"name": "shuffle",
"symbol": "SFL",
"decimals": 18
},
"infoURL": "http://hupayx.io",
"shortName": "hpx",
"shortName": "SFL",
"chainId": 22023,
"networkId": 22023,
"icon": "hupayx",
"explorers": [{
"name": "HPX Explorer",
"url": "https://scan.hupayx.io",
"standard": "EIP3091"
"name": "Taycan Explorer(Blockscout)",
"url": "http://taycan-evmscan.hupayx.io/",
"standard": "none"
},
{
"name": "Taycan Cosmos Explorer(BigDipper)",
"url": "http://taycan-cosmoscan.hupayx.io/",
"standard": "none"
}]
}

View File

@ -1,8 +0,0 @@
[
{
"url": "ipfs://bafkreibodosjlmo6i7xqy4y7w5w6o6jnn2tqi5tfpgbq4mxrfy6n7ftio4",
"width": 1024,
"height": 1024,
"format": "svg"
}
]