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" + } +]