Add SX Network Mainnet and Testnet (#1232)

* Add SX Network Mainnet and Testnet

* shortName now unique
This commit is contained in:
Dan Kostiuk 2022-06-13 10:26:02 -04:00 committed by GitHub
parent f32f8cbb81
commit 0cf2e8d20e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 59 additions and 0 deletions

View File

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

View File

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

8
_data/icons/SX.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url":"ipfs://QmSXLXqyr2H6Ja5XrmznXbWTEvF2gFaL8RXNXgyLmDHjAF",
"width":896,
"height":690,
"format":"png"
}
]