From 6c8b395bed633232a716c4004b7f6fcf6064773f Mon Sep 17 00:00:00 2001 From: Javier Donoso Date: Mon, 23 Sep 2024 08:08:50 +0200 Subject: [PATCH 1/3] add athene parthenon --- _data/chains/eip155-281123.json | 35 +++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 _data/chains/eip155-281123.json diff --git a/_data/chains/eip155-281123.json b/_data/chains/eip155-281123.json new file mode 100644 index 000000000000..28310aefb5d5 --- /dev/null +++ b/_data/chains/eip155-281123.json @@ -0,0 +1,35 @@ +{ + "name": "Athene Parthenon", + "chain": "athene-parthenon", + "rpc": [ + "https://rpc.parthenon.athenescan.io", + "wss://ws.parthenon.athenescan.io" + ], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://raas.gelato.network/rollups/details/public/athene-parthenon", + "faucets": [], + "shortName": "athene-parthenon", + "chainId": 281123, + "networkId": 281123, + "slip44": 60, + "explorers": [ + { + "name": "blockscout", + "url": "https://parthenon.athenescan.io", + "icon": "blockscout", + "standard": "EIP3091" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-11155111", + "bridges": [ + { "url": "https://bridge.parthenon.athenescan.io/bridge/athene-parthenon" } + ] + }, + "status": "active" +} From 9e8044df34db629ac58bf4b0b5d628fac2f1f873 Mon Sep 17 00:00:00 2001 From: Javier Donoso Date: Mon, 23 Sep 2024 08:14:28 +0200 Subject: [PATCH 2/3] fix bridge format --- _data/chains/eip155-281123.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_data/chains/eip155-281123.json b/_data/chains/eip155-281123.json index 28310aefb5d5..8e63962753bf 100644 --- a/_data/chains/eip155-281123.json +++ b/_data/chains/eip155-281123.json @@ -28,7 +28,9 @@ "type": "L2", "chain": "eip155-11155111", "bridges": [ - { "url": "https://bridge.parthenon.athenescan.io/bridge/athene-parthenon" } + { + "url": "https://bridge.parthenon.athenescan.io/bridge/athene-parthenon" + } ] }, "status": "active" From 75653503402815f16d3825a98ef8a7822f833329 Mon Sep 17 00:00:00 2001 From: Javier Donoso Date: Mon, 23 Sep 2024 08:20:13 +0200 Subject: [PATCH 3/3] fix: remove bridge --- _data/chains/eip155-281123.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/_data/chains/eip155-281123.json b/_data/chains/eip155-281123.json index 8e63962753bf..f665856eb5a8 100644 --- a/_data/chains/eip155-281123.json +++ b/_data/chains/eip155-281123.json @@ -26,12 +26,7 @@ ], "parent": { "type": "L2", - "chain": "eip155-11155111", - "bridges": [ - { - "url": "https://bridge.parthenon.athenescan.io/bridge/athene-parthenon" - } - ] + "chain": "eip155-11155111" }, "status": "active" }