diff --git a/_data/chains/eip155-1506.json b/_data/chains/eip155-1506.json new file mode 100644 index 00000000..120f48a8 --- /dev/null +++ b/_data/chains/eip155-1506.json @@ -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" + } + ] +} diff --git a/_data/chains/eip155-1507.json b/_data/chains/eip155-1507.json new file mode 100644 index 00000000..424a3836 --- /dev/null +++ b/_data/chains/eip155-1507.json @@ -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" + } + ] +} + diff --git a/_data/icons/sherpax.json b/_data/icons/sherpax.json new file mode 100644 index 00000000..d4c2701b --- /dev/null +++ b/_data/icons/sherpax.json @@ -0,0 +1,8 @@ +[ + { + "url":"ipfs://QmTgk86ngUZXLNqpAM7HomNT8pd9ZDTwJv3iwSY67rssdw", + "width":141, + "height":140, + "format":"png" + } +]