From 0cf2e8d20ee3b714966af3ec73257830e0670b09 Mon Sep 17 00:00:00 2001 From: Dan Kostiuk Date: Mon, 13 Jun 2022 10:26:02 -0400 Subject: [PATCH] Add SX Network Mainnet and Testnet (#1232) * Add SX Network Mainnet and Testnet * shortName now unique --- _data/chains/eip155-416.json | 25 +++++++++++++++++++++++++ _data/chains/eip155-647.json | 26 ++++++++++++++++++++++++++ _data/icons/SX.json | 8 ++++++++ 3 files changed, 59 insertions(+) create mode 100644 _data/chains/eip155-416.json create mode 100644 _data/chains/eip155-647.json create mode 100644 _data/icons/SX.json diff --git a/_data/chains/eip155-416.json b/_data/chains/eip155-416.json new file mode 100644 index 00000000..f0de295a --- /dev/null +++ b/_data/chains/eip155-416.json @@ -0,0 +1,25 @@ +{ + "name": "SX Network Mainnet", + "chain": "SX", + "icon": "SX", + "network": "mainnet", + "rpc": [ + "https://rpc.sx.technology" + ], + "faucets": [ + ], + "nativeCurrency": { + "name": "SX Network", + "symbol": "SX", + "decimals": 18 + }, + "infoURL": "https://www.sx.technology", + "shortName": "SX", + "chainId": 416, + "networkId": 416, + "explorers": [{ + "name": "SX Network Explorer", + "url": "https://explorer.sx.technology", + "standard": "EIP3091" + }] +} diff --git a/_data/chains/eip155-647.json b/_data/chains/eip155-647.json new file mode 100644 index 00000000..776573bd --- /dev/null +++ b/_data/chains/eip155-647.json @@ -0,0 +1,26 @@ +{ + "name": "SX Network Testnet", + "chain": "SX", + "icon": "SX", + "network": "testnet", + "rpc": [ + "https://rpc.toronto.sx.technology" + ], + "faucets": [ + "https://faucet.toronto.sx.technology" + ], + "nativeCurrency": { + "name": "SX Network", + "symbol": "SX", + "decimals": 18 + }, + "infoURL": "https://www.sx.technology", + "shortName": "SX-Testnet", + "chainId": 647, + "networkId": 647, + "explorers": [{ + "name": "SX Network Toronto Explorer", + "url": "https://explorer.toronto.sx.technology", + "standard": "EIP3091" + }] +} diff --git a/_data/icons/SX.json b/_data/icons/SX.json new file mode 100644 index 00000000..563aecf3 --- /dev/null +++ b/_data/icons/SX.json @@ -0,0 +1,8 @@ +[ + { + "url":"ipfs://QmSXLXqyr2H6Ja5XrmznXbWTEvF2gFaL8RXNXgyLmDHjAF", + "width":896, + "height":690, + "format":"png" + } +]