Skip to content

Commit

Permalink
Add SX Rollup testnet & mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
akshar committed Jul 29, 2024
1 parent 3092037 commit cde8f82
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _data/chains/eip155-416.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
"standard": "EIP3091"
}
]
}
}
28 changes: 28 additions & 0 deletions _data/chains/eip155-4162.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "SX Rollup",
"chain": "SX",
"icon": "SX",
"rpc": ["https://rpc.sx-rollup.gelato.digital"],
"faucets": [],
"nativeCurrency": {
"name": "SX Network",
"symbol": "SX",
"decimals": 18
},
"infoURL": "https://www.sx.technology",
"shortName": "SXR",
"chainId": 4162,
"networkId": 4162,
"explorers": [
{
"name": "SX L2 Explorer",
"url": "https://explorerl2.sx.technology",
"standard": "EIP3091",
"icon": "SX"
}
],
"parent": {
"type": "L2",
"chain": "eip155-1"
}
}
2 changes: 1 addition & 1 deletion _data/chains/eip155-647.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
"standard": "EIP3091"
}
]
}
}
28 changes: 28 additions & 0 deletions _data/chains/eip155-79479957.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "SX Toronto Rollup",
"chain": "SX",
"icon": "SX",
"rpc": ["https://rpc.sx-rollup-testnet.t.raas.gelato.cloud"],
"faucets": ["https://faucet.toronto.sx.technology"],
"nativeCurrency": {
"name": "SX Network",
"symbol": "SX",
"decimals": 18
},
"infoURL": "https://www.sx.technology",
"shortName": "SXR-Testnet",
"chainId": 79479957,
"networkId": 79479957,
"explorers": [
{
"name": "SX Toronto L2 Explorer",
"url": "https://explorerl2.toronto.sx.technology",
"standard": "EIP3091",
"icon": "SX"
}
],
"parent": {
"type": "L2",
"chain": "eip155-11155111"
}
}
2 changes: 1 addition & 1 deletion _data/icons/SX.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"height": 690,
"format": "png"
}
]
]

0 comments on commit cde8f82

Please sign in to comment.