Fix test error

This commit is contained in:
NingBo Wang 2022-05-31 14:54:47 +08:00
parent b8f8fa597b
commit e5d2f53d18
2 changed files with 8 additions and 7 deletions

View File

@ -18,8 +18,8 @@
"explorers": [
{
"name": "Sherpax Mainnet Explorer",
"url": "https://evm.sherpax.io/",
"url": "https://evm.sherpax.io",
"standard": "none"
}
]
}
}

View File

@ -12,14 +12,15 @@
"decimals": 18
},
"infoURL": "https://sherpax.io/",
"shortName": "Sherpax",
"chainId": 1506,
"networkId": 1506,
"shortName": "Sherpax Testnet",
"chainId": 1507,
"networkId": 1507,
"explorers": [
{
"name": "Sherpax Testnet Explorer",
"url": "https://evm-pre.sherpax.io/",
"url": "https://evm-pre.sherpax.io",
"standard": "none"
}
]
}
}