mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
modify mainnet name
This commit is contained in:
parent
e23373c30d
commit
b9e55cf54f
|
@ -1,25 +1,31 @@
|
||||||
{
|
{
|
||||||
"name": "Hupayx Testnet",
|
"name": "Taycan Testnet",
|
||||||
"chain": "HPX",
|
"chain": "Taycan",
|
||||||
"rpc": [
|
"rpc": [
|
||||||
"http://rpc-test.hupayx.io:8545",
|
"https://test-taycan.hupayx.io",
|
||||||
"ws://rpc-ws-test.hupayx.io:8546"
|
"http://ttaycan-ws.hupayx.io:8546"
|
||||||
],
|
],
|
||||||
"faucets": [
|
"faucets": [
|
||||||
"http://faucet-test.hupayx.io/"
|
"http://ttaycan-faucet.hupayx.io/"
|
||||||
],
|
],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "Hupayx Test Coin",
|
"name": "test-Shuffle",
|
||||||
"symbol": "THPX",
|
"symbol": "tSFL",
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"infoURL": "http://hupayx.io",
|
"infoURL": "http://hupayx.io",
|
||||||
"shortName": "thpx",
|
"shortName": "taycan-testnet",
|
||||||
"chainId": 2023,
|
"chainId": 2023,
|
||||||
"networkId": 2023,
|
"networkId": 2023,
|
||||||
"explorers": [{
|
"explorers": [{
|
||||||
"name": "HPX Test Explorer",
|
"name": "Taycan Explorer(Blockscout)",
|
||||||
"url": "http://evmscan-test.hupayx.io/",
|
"url": "http://evmscan-test.hupayx.io/",
|
||||||
"standard": "EIP3091"
|
"standard": "none"
|
||||||
}]
|
},
|
||||||
|
{
|
||||||
|
"name": "Taycan Cosmos Explorer",
|
||||||
|
"url": "http://cosmoscan-test.hupayx.io/",
|
||||||
|
"standard": "none"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,26 +1,28 @@
|
||||||
{
|
{
|
||||||
"name": "Hupayx Mainnet",
|
"name": "Taycan",
|
||||||
"chain": "HPX",
|
"chain": "Taycan",
|
||||||
|
"network": "mainnet",
|
||||||
"rpc": [
|
"rpc": [
|
||||||
"https://rpc.hupayx.io:8545",
|
"https://taycan-rpc.hupayx.io:8545"
|
||||||
"wss://rpc-ws.hupayx.io:8546"
|
|
||||||
],
|
|
||||||
"faucets": [
|
|
||||||
|
|
||||||
],
|
],
|
||||||
|
"faucets": [],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "Hupayx",
|
"name": "shuffle",
|
||||||
"symbol": "HPX",
|
"symbol": "SFL",
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"infoURL": "http://hupayx.io",
|
"infoURL": "http://hupayx.io",
|
||||||
"shortName": "hpx",
|
"shortName": "SFL",
|
||||||
"chainId": 22023,
|
"chainId": 22023,
|
||||||
"networkId": 22023,
|
"networkId": 22023,
|
||||||
"icon": "hupayx",
|
|
||||||
"explorers": [{
|
"explorers": [{
|
||||||
"name": "HPX Explorer",
|
"name": "Taycan Explorer(Blockscout)",
|
||||||
"url": "https://scan.hupayx.io",
|
"url": "http://taycan-evmscan.hupayx.io/",
|
||||||
"standard": "EIP3091"
|
"standard": "none"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Taycan Cosmos Explorer(BigDipper)",
|
||||||
|
"url": "http://taycan-cosmoscan.hupayx.io/",
|
||||||
|
"standard": "none"
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
[
|
|
||||||
{
|
|
||||||
"url": "ipfs://bafkreibodosjlmo6i7xqy4y7w5w6o6jnn2tqi5tfpgbq4mxrfy6n7ftio4",
|
|
||||||
"width": 1024,
|
|
||||||
"height": 1024,
|
|
||||||
"format": "svg"
|
|
||||||
}
|
|
||||||
]
|
|
Loading…
Reference in New Issue
Block a user