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": [
|
||||
{
|
||||
"name": "Sherpax Mainnet Explorer",
|
||||
"url": "https://evm.sherpax.io/",
|
||||
"url": "https://evm.sherpax.io",
|
||||
"standard": "none"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user