Add Sherpax

This commit is contained in:
NingBo Wang 2022-05-30 11:44:36 +08:00
parent 920f7e88cf
commit a9f0af13a5
3 changed files with 58 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,25 @@
{
"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",
"chainId": 1506,
"networkId": 1506,
"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":512,
"height":512,
"format":"png"
}
]