mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Fix test error
This commit is contained in:
parent
b8f8fa597b
commit
e5d2f53d18
|
@ -18,8 +18,8 @@
|
||||||
"explorers": [
|
"explorers": [
|
||||||
{
|
{
|
||||||
"name": "Sherpax Mainnet Explorer",
|
"name": "Sherpax Mainnet Explorer",
|
||||||
"url": "https://evm.sherpax.io/",
|
"url": "https://evm.sherpax.io",
|
||||||
"standard": "none"
|
"standard": "none"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,14 +12,15 @@
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"infoURL": "https://sherpax.io/",
|
"infoURL": "https://sherpax.io/",
|
||||||
"shortName": "Sherpax",
|
"shortName": "Sherpax Testnet",
|
||||||
"chainId": 1506,
|
"chainId": 1507,
|
||||||
"networkId": 1506,
|
"networkId": 1507,
|
||||||
"explorers": [
|
"explorers": [
|
||||||
{
|
{
|
||||||
"name": "Sherpax Testnet Explorer",
|
"name": "Sherpax Testnet Explorer",
|
||||||
"url": "https://evm-pre.sherpax.io/",
|
"url": "https://evm-pre.sherpax.io",
|
||||||
"standard": "none"
|
"standard": "none"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user