From 34a7a68a4b61b1d8ec658b07db8f4b8fef150af7 Mon Sep 17 00:00:00 2001 From: Amine Ben Brahim Date: Mon, 28 Oct 2024 11:48:08 +0100 Subject: [PATCH 1/3] swell testnet 1923 --- _data/chains/eip155-1923.json | 23 +++++++++++++++++++++++ _data/icons/swell.json | 8 ++++++++ 2 files changed, 31 insertions(+) create mode 100644 _data/chains/eip155-1923.json create mode 100644 _data/icons/swell.json diff --git a/_data/chains/eip155-1923.json b/_data/chains/eip155-1923.json new file mode 100644 index 000000000000..8d0e43ae9b7e --- /dev/null +++ b/_data/chains/eip155-1923.json @@ -0,0 +1,23 @@ +{ + "name": "Swell Network Testnet", + "chain": "Swell L2", + "rpc": ["https://swell-testnet.alt.technology"], + "faucets": [], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://app.swellnetwork.io/layer2/swell-l2", + "shortName": "swell-l2", + "chainId": 1923, + "networkId": 1923, + "explorers": [ + { + "name": "swell-l2-testnet", + "icon": "swell", + "url": "https://swell-testnet-explorer.alt.technology", + "standard": "none" + } + ] +} diff --git a/_data/icons/swell.json b/_data/icons/swell.json new file mode 100644 index 000000000000..cea89ec4d5b3 --- /dev/null +++ b/_data/icons/swell.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmZcZreqE6P7JQCduEkXtni8UTJVjtX1PEiPFm7WpSEPc3", + "width": 640, + "height": 640, + "format": "png" + } +] From e776c8611d8c984a8e1ef23202162ae24898101d Mon Sep 17 00:00:00 2001 From: Amine Ben Brahim Date: Tue, 29 Oct 2024 06:02:37 +0100 Subject: [PATCH 2/3] mainnet : 1923 testnet : 1924 --- _data/chains/eip155-1923.json | 8 ++++---- _data/chains/eip155-1924.json | 23 +++++++++++++++++++++++ 2 files changed, 27 insertions(+), 4 deletions(-) create mode 100644 _data/chains/eip155-1924.json diff --git a/_data/chains/eip155-1923.json b/_data/chains/eip155-1923.json index 8d0e43ae9b7e..17bfd2ae3203 100644 --- a/_data/chains/eip155-1923.json +++ b/_data/chains/eip155-1923.json @@ -1,7 +1,7 @@ { - "name": "Swell Network Testnet", + "name": "Swell Network", "chain": "Swell L2", - "rpc": ["https://swell-testnet.alt.technology"], + "rpc": ["https://swell-mainnet.alt.technology"], "faucets": [], "nativeCurrency": { "name": "Ether", @@ -14,9 +14,9 @@ "networkId": 1923, "explorers": [ { - "name": "swell-l2-testnet", + "name": "swell-l2", "icon": "swell", - "url": "https://swell-testnet-explorer.alt.technology", + "url": "https://swell-mainnet-explorer.alt.technology", "standard": "none" } ] diff --git a/_data/chains/eip155-1924.json b/_data/chains/eip155-1924.json new file mode 100644 index 000000000000..942e3421c158 --- /dev/null +++ b/_data/chains/eip155-1924.json @@ -0,0 +1,23 @@ +{ + "name": "Swell Network Testnet", + "chain": "Swell L2 Testnet", + "rpc": ["https://swell-testnet.alt.technology"], + "faucets": [], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://app.swellnetwork.io/layer2/swell-l2", + "shortName": "swell-l2-testnet", + "chainId": 1924, + "networkId": 1924, + "explorers": [ + { + "name": "swell-l2-testnet", + "icon": "swell", + "url": "https://swell-testnet-explorer.alt.technology", + "standard": "none" + } + ] +} From dfd72099faabc6647a1668afc813b9d71e524cbb Mon Sep 17 00:00:00 2001 From: Amine Ben Brahim Date: Thu, 31 Oct 2024 11:01:57 +0100 Subject: [PATCH 3/3] rpc & explorer for mainnet --- _data/chains/eip155-1924.json | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 _data/chains/eip155-1924.json diff --git a/_data/chains/eip155-1924.json b/_data/chains/eip155-1924.json deleted file mode 100644 index 942e3421c158..000000000000 --- a/_data/chains/eip155-1924.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "name": "Swell Network Testnet", - "chain": "Swell L2 Testnet", - "rpc": ["https://swell-testnet.alt.technology"], - "faucets": [], - "nativeCurrency": { - "name": "Ether", - "symbol": "ETH", - "decimals": 18 - }, - "infoURL": "https://app.swellnetwork.io/layer2/swell-l2", - "shortName": "swell-l2-testnet", - "chainId": 1924, - "networkId": 1924, - "explorers": [ - { - "name": "swell-l2-testnet", - "icon": "swell", - "url": "https://swell-testnet-explorer.alt.technology", - "standard": "none" - } - ] -}