mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add SX Network Mainnet and Testnet (#1232)
* Add SX Network Mainnet and Testnet * shortName now unique
This commit is contained in:
parent
f32f8cbb81
commit
0cf2e8d20e
25
_data/chains/eip155-416.json
Normal file
25
_data/chains/eip155-416.json
Normal 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"
|
||||
}]
|
||||
}
|
26
_data/chains/eip155-647.json
Normal file
26
_data/chains/eip155-647.json
Normal 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
8
_data/icons/SX.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url":"ipfs://QmSXLXqyr2H6Ja5XrmznXbWTEvF2gFaL8RXNXgyLmDHjAF",
|
||||
"width":896,
|
||||
"height":690,
|
||||
"format":"png"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user