From 50f8ff5562428cdebaa5718d3036dbe51eb737fd Mon Sep 17 00:00:00 2001 From: Robby Uitbeijerse Date: Thu, 5 Dec 2024 10:29:47 +0100 Subject: [PATCH 1/2] chore: expand 50104 config --- _data/chains/eip155-50104.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/_data/chains/eip155-50104.json b/_data/chains/eip155-50104.json index 6e4c3894e410..92760fc54ea1 100644 --- a/_data/chains/eip155-50104.json +++ b/_data/chains/eip155-50104.json @@ -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", @@ -19,5 +19,14 @@ "icon": "sophon-testnet", "standard": "none" } - ] + ], + "parent": { + "type": "L2", + "chain": "eip155-1", + "bridges": [ + { + "url": "https://portal.sophon.xyz/bridge" + } + ] + } } From fa65972f9b0c0ef1a1f7199a737dd0b98de8a2b7 Mon Sep 17 00:00:00 2001 From: Robby Uitbeijerse Date: Mon, 9 Dec 2024 09:53:23 +0100 Subject: [PATCH 2/2] fix: replace sophon icon for a working version --- _data/chains/eip155-50104.json | 2 +- _data/chains/eip155-531050104.json | 2 +- _data/icons/sophon-testnet.json | 8 -------- _data/icons/sophon.json | 8 ++++++++ 4 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 _data/icons/sophon-testnet.json create mode 100644 _data/icons/sophon.json diff --git a/_data/chains/eip155-50104.json b/_data/chains/eip155-50104.json index 92760fc54ea1..05a833cf9e00 100644 --- a/_data/chains/eip155-50104.json +++ b/_data/chains/eip155-50104.json @@ -16,7 +16,7 @@ { "name": "Sophon Block Explorer", "url": "https://explorer.sophon.xyz", - "icon": "sophon-testnet", + "icon": "sophon", "standard": "none" } ], diff --git a/_data/chains/eip155-531050104.json b/_data/chains/eip155-531050104.json index a2c571f1dec4..4cda78c990d2 100644 --- a/_data/chains/eip155-531050104.json +++ b/_data/chains/eip155-531050104.json @@ -16,7 +16,7 @@ { "name": "Sophon Block Explorer", "url": "https://explorer.testnet.sophon.xyz", - "icon": "sophon-testnet", + "icon": "sophon", "standard": "none" } ], diff --git a/_data/icons/sophon-testnet.json b/_data/icons/sophon-testnet.json deleted file mode 100644 index e28dff9eb973..000000000000 --- a/_data/icons/sophon-testnet.json +++ /dev/null @@ -1,8 +0,0 @@ -[ - { - "url": "ipfs://QmVJWQ1f1vuQFdajLnqgbV3udPJKK7yC4comWwjT6NUinQ", - "width": 128, - "height": 64, - "format": "svg" - } -] diff --git a/_data/icons/sophon.json b/_data/icons/sophon.json new file mode 100644 index 000000000000..cc100996c257 --- /dev/null +++ b/_data/icons/sophon.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://Qmbj2SwVe1mYUt2yy1EdEVyckcTs465oupBrZy2WjH7CNB", + "width": 68, + "height": 68, + "format": "svg" + } +]