From 0f34a617f60002accb41d9998845dd4ac9605033 Mon Sep 17 00:00:00 2001 From: Justin Chan Date: Mon, 24 Feb 2025 19:26:46 +1100 Subject: [PATCH 1/6] feat: add surge testnet chain data --- _data/chains/eip155-763374.json | 28 ++++++++++++++++++++++++++++ _data/icons/surge-testnet.json | 8 ++++++++ 2 files changed, 36 insertions(+) create mode 100644 _data/chains/eip155-763374.json create mode 100644 _data/icons/surge-testnet.json diff --git a/_data/chains/eip155-763374.json b/_data/chains/eip155-763374.json new file mode 100644 index 000000000000..46772d1f25ca --- /dev/null +++ b/_data/chains/eip155-763374.json @@ -0,0 +1,28 @@ +{ + "name": "Surge Testnet", + "chain": "Surge Testnet", + "rpc": ["https://l2-rpc.surge.staging-nethermind.xyz", "wss://l2-rpc.surge.staging-nethermind.xyz"], + "features": [ + { "name": "EIP155" }, + { "name": "EIP1559" } + ], + "faucets": [], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://surge.wtf", + "shortName": "surge-testnet", + "chainId": 763374, + "networkId": 763374, + "icon": "surge-testnet", + "explorers": [ + { + "name": "blockscout", + "url": "https://explorer.holesky.surge.wtf/", + "standard": "EIP3091", + "icon": "surge-testnet" + } + ] +} \ No newline at end of file diff --git a/_data/icons/surge-testnet.json b/_data/icons/surge-testnet.json new file mode 100644 index 000000000000..f17bb7cc090f --- /dev/null +++ b/_data/icons/surge-testnet.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreianxdx5j3ybmryz7n7fngycnmyihoi3jjerby2xtahahsw5kgz3qa", + "width": 1000, + "height": 1000, + "format": "png" + } +] From 69ff626ec5eeef1023217a527f131757a132d1d4 Mon Sep 17 00:00:00 2001 From: Justin Chan Date: Mon, 24 Feb 2025 19:30:44 +1100 Subject: [PATCH 2/6] fix: update surge logo details --- _data/icons/surge-testnet.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/icons/surge-testnet.json b/_data/icons/surge-testnet.json index f17bb7cc090f..f8fa8a19cdf8 100644 --- a/_data/icons/surge-testnet.json +++ b/_data/icons/surge-testnet.json @@ -1,8 +1,8 @@ [ { "url": "ipfs://bafkreianxdx5j3ybmryz7n7fngycnmyihoi3jjerby2xtahahsw5kgz3qa", - "width": 1000, - "height": 1000, - "format": "png" + "width": 166, + "height": 172, + "format": "svg" } ] From b854a8fd95da8332d81921ecb53c3ced11d593c0 Mon Sep 17 00:00:00 2001 From: Justin Chan Date: Mon, 24 Feb 2025 21:24:51 +1100 Subject: [PATCH 3/6] fix: update surge logo dimensions and add new line for chain info --- _data/chains/eip155-763374.json | 2 +- _data/icons/surge-testnet.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/chains/eip155-763374.json b/_data/chains/eip155-763374.json index 46772d1f25ca..ad2aa0929d08 100644 --- a/_data/chains/eip155-763374.json +++ b/_data/chains/eip155-763374.json @@ -25,4 +25,4 @@ "icon": "surge-testnet" } ] -} \ No newline at end of file +} diff --git a/_data/icons/surge-testnet.json b/_data/icons/surge-testnet.json index f8fa8a19cdf8..c4d91ccaedf4 100644 --- a/_data/icons/surge-testnet.json +++ b/_data/icons/surge-testnet.json @@ -1,8 +1,8 @@ [ { "url": "ipfs://bafkreianxdx5j3ybmryz7n7fngycnmyihoi3jjerby2xtahahsw5kgz3qa", - "width": 166, - "height": 172, + "width": 83, + "height": 86, "format": "svg" } ] From 1939986b7281898eb7c3231856e182cab7366087 Mon Sep 17 00:00:00 2001 From: Justin Chan Date: Mon, 24 Feb 2025 23:29:46 +1100 Subject: [PATCH 4/6] fix: remove block explore link slash --- _data/chains/eip155-763374.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/chains/eip155-763374.json b/_data/chains/eip155-763374.json index ad2aa0929d08..aca4d233847c 100644 --- a/_data/chains/eip155-763374.json +++ b/_data/chains/eip155-763374.json @@ -20,7 +20,7 @@ "explorers": [ { "name": "blockscout", - "url": "https://explorer.holesky.surge.wtf/", + "url": "https://explorer.holesky.surge.wtf", "standard": "EIP3091", "icon": "surge-testnet" } From 4461afd18dd24d129f33209ca2f26494cbdd44d1 Mon Sep 17 00:00:00 2001 From: Mario Apra Date: Mon, 24 Feb 2025 14:41:10 +0000 Subject: [PATCH 5/6] Fix formatting --- _data/chains/eip155-763374.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/_data/chains/eip155-763374.json b/_data/chains/eip155-763374.json index aca4d233847c..9dd791313cb1 100644 --- a/_data/chains/eip155-763374.json +++ b/_data/chains/eip155-763374.json @@ -1,11 +1,11 @@ { "name": "Surge Testnet", "chain": "Surge Testnet", - "rpc": ["https://l2-rpc.surge.staging-nethermind.xyz", "wss://l2-rpc.surge.staging-nethermind.xyz"], - "features": [ - { "name": "EIP155" }, - { "name": "EIP1559" } - ], + "rpc": [ + "https://l2-rpc.surge.staging-nethermind.xyz", + "wss://l2-rpc.surge.staging-nethermind.xyz" + ], + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "faucets": [], "nativeCurrency": { "name": "Ether", From 21d4b21ec743165f1d8b0caaa466fb636bc2fe43 Mon Sep 17 00:00:00 2001 From: Justin Chan Date: Tue, 25 Feb 2025 10:13:05 +1100 Subject: [PATCH 6/6] refac: format rpc urls end bracket --- _data/chains/eip155-763374.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/chains/eip155-763374.json b/_data/chains/eip155-763374.json index 9dd791313cb1..066dec24bd76 100644 --- a/_data/chains/eip155-763374.json +++ b/_data/chains/eip155-763374.json @@ -4,7 +4,7 @@ "rpc": [ "https://l2-rpc.surge.staging-nethermind.xyz", "wss://l2-rpc.surge.staging-nethermind.xyz" - ], + ], "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "faucets": [], "nativeCurrency": {