From 9df4a67de504c0d3420d94d783e499b15256b230 Mon Sep 17 00:00:00 2001 From: llentskynet <100741803+llentskynet@users.noreply.github.com> Date: Wed, 15 Jun 2022 18:37:52 +0800 Subject: [PATCH] add XT Smart Chain Mainnet (#1261) * add XT Smart Chain Mainnet * Update _data/chains/eip155-520.json Co-authored-by: ligi --- _data/chains/eip155-520.json | 26 ++++++++++++++++++++++++++ _data/icons/xsc.json | 8 ++++++++ 2 files changed, 34 insertions(+) create mode 100644 _data/chains/eip155-520.json create mode 100644 _data/icons/xsc.json diff --git a/_data/chains/eip155-520.json b/_data/chains/eip155-520.json new file mode 100644 index 00000000..539315c4 --- /dev/null +++ b/_data/chains/eip155-520.json @@ -0,0 +1,26 @@ +{ + "name": "XT Smart Chain Mainnet", + "chain": "XSC", + "icon": "xsc", + "rpc": [ + "https://datarpc1.xsc.pub", + "https://datarpc2.xsc.pub", + "https://datarpc3.xsc.pub" + ], + "faucets": ["https://xsc.pub/faucet"], + "nativeCurrency": { + "name": "XT Smart Chain Native Token", + "symbol": "XT", + "decimals": 18 + }, + "infoURL": "https://xsc.pub/", + "shortName": "xt", + "chainId": 520, + "networkId": 1024, + "explorers": [{ + "name": "xscscan", + "url": "https://xscscan.pub", + "standard": "EIP3091" + }] + } + \ No newline at end of file diff --git a/_data/icons/xsc.json b/_data/icons/xsc.json new file mode 100644 index 00000000..0371ab09 --- /dev/null +++ b/_data/icons/xsc.json @@ -0,0 +1,8 @@ +[ + { + "url":"ipfs://QmNmAFgQKkjofaBR5mhB5ygE1Gna36YBVsGkgZQxrwW85s", + "width":98, + "height":96, + "format":"png" + } +]