Add Sherpax (#1202)

* Add Sherpax

* Modify icon size

* Fix test error
This commit is contained in:
NingBo Wang 2022-05-31 15:33:09 +08:00 committed by GitHub
parent 920f7e88cf
commit 0d32f008bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 59 additions and 0 deletions

View File

@ -0,0 +1,25 @@
{
"name": "Sherpax Mainnet",
"chain": "Sherpax Mainnet",
"rpc": [
"https://mainnet.sherpax.io/rpc"
],
"faucets": [
],
"nativeCurrency": {
"name": "KSX",
"symbol": "KSX",
"decimals": 18
},
"infoURL": "https://sherpax.io/",
"shortName": "Sherpax",
"chainId": 1506,
"networkId": 1506,
"explorers": [
{
"name": "Sherpax Mainnet Explorer",
"url": "https://evm.sherpax.io",
"standard": "none"
}
]
}

View File

@ -0,0 +1,26 @@
{
"name": "Sherpax Testnet",
"chain": "Sherpax Testnet",
"rpc": [
"https://sherpax-testnet.chainx.org/rpc"
],
"faucets": [
],
"nativeCurrency": {
"name": "KSX",
"symbol": "KSX",
"decimals": 18
},
"infoURL": "https://sherpax.io/",
"shortName": "Sherpax Testnet",
"chainId": 1507,
"networkId": 1507,
"explorers": [
{
"name": "Sherpax Testnet Explorer",
"url": "https://evm-pre.sherpax.io",
"standard": "none"
}
]
}

8
_data/icons/sherpax.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url":"ipfs://QmTgk86ngUZXLNqpAM7HomNT8pd9ZDTwJv3iwSY67rssdw",
"width":141,
"height":140,
"format":"png"
}
]