Skip to content

Commit

Permalink
chore: expand 50104 config (ethereum-lists#6348)
Browse files Browse the repository at this point in the history
Co-authored-by: ligi <[email protected]>
  • Loading branch information
RobbyUitbeijerse and ligi authored Dec 5, 2024
1 parent b961776 commit 4ae36b3
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions _data/chains/eip155-50104.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Sophon",
"chain": "Sophon",
"rpc": ["https://rpc.sophon.xyz"],
"rpc": ["https://rpc.sophon.xyz", "wss://rpc.sophon.xyz/ws"],
"nativeCurrency": {
"name": "Sophon",
"symbol": "SOPH",
Expand All @@ -19,5 +19,14 @@
"icon": "sophon-testnet",
"standard": "none"
}
]
],
"parent": {
"type": "L2",
"chain": "eip155-1",
"bridges": [
{
"url": "https://portal.sophon.xyz/bridge"
}
]
}
}

0 comments on commit 4ae36b3

Please sign in to comment.