diff --git a/_data/chains/eip155-1506.json b/_data/chains/eip155-1506.json new file mode 100644 index 00000000..0f2eab19 --- /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" + } + ] +} \ No newline at end of file diff --git a/_data/chains/eip155-1507.json b/_data/chains/eip155-1507.json new file mode 100644 index 00000000..60e20dfe --- /dev/null +++ b/_data/chains/eip155-1507.json @@ -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" + } + ] +} \ No newline at end of file diff --git a/_data/icons/sherpax.json b/_data/icons/sherpax.json new file mode 100644 index 00000000..8bbe6cfa --- /dev/null +++ b/_data/icons/sherpax.json @@ -0,0 +1,8 @@ +[ + { + "url":"ipfs://QmTgk86ngUZXLNqpAM7HomNT8pd9ZDTwJv3iwSY67rssdw", + "width":512, + "height":512, + "format":"png" + } +]