From 09e490f7191ef77c35185d6c8a7b919ae1ad8141 Mon Sep 17 00:00:00 2001 From: hiletmis Date: Fri, 27 Sep 2024 11:41:25 +0300 Subject: [PATCH 1/2] Remove broken RPC provider entries for Astar zkEVM and Astar zkEVM testnet chains --- chains/astar-sepolia-testnet.json | 4 ---- chains/astar.json | 4 ---- src/generated/chains.ts | 6 +----- 3 files changed, 1 insertion(+), 13 deletions(-) diff --git a/chains/astar-sepolia-testnet.json b/chains/astar-sepolia-testnet.json index 36b90682..a22f3545 100644 --- a/chains/astar-sepolia-testnet.json +++ b/chains/astar-sepolia-testnet.json @@ -16,10 +16,6 @@ { "alias": "default", "rpcUrl": "https://rpc.startale.com/zkyoto" - }, - { - "alias": "public", - "rpcUrl": "https://rpc.zkyoto.gelato.digital" } ], "symbol": "ETH", diff --git a/chains/astar.json b/chains/astar.json index 563648ab..179f0233 100644 --- a/chains/astar.json +++ b/chains/astar.json @@ -20,10 +20,6 @@ { "alias": "dwellir", "homepageUrl": "https://dwellir.com/" - }, - { - "alias": "gelato", - "rpcUrl": "https://rpc.astar-zkevm.gelato.digital" } ], "symbol": "ETH", diff --git a/src/generated/chains.ts b/src/generated/chains.ts index 7ab2005b..98314164 100644 --- a/src/generated/chains.ts +++ b/src/generated/chains.ts @@ -81,10 +81,7 @@ export const CHAINS: Chain[] = [ }, id: '6038361', name: 'Astar zkEVM testnet', - providers: [ - { alias: 'default', rpcUrl: 'https://rpc.startale.com/zkyoto' }, - { alias: 'public', rpcUrl: 'https://rpc.zkyoto.gelato.digital' }, - ], + providers: [{ alias: 'default', rpcUrl: 'https://rpc.startale.com/zkyoto' }], symbol: 'ETH', testnet: true, }, @@ -100,7 +97,6 @@ export const CHAINS: Chain[] = [ providers: [ { alias: 'default', rpcUrl: 'https://rpc.startale.com/astar-zkevm' }, { alias: 'dwellir', homepageUrl: 'https://dwellir.com/' }, - { alias: 'gelato', rpcUrl: 'https://rpc.astar-zkevm.gelato.digital' }, ], symbol: 'ETH', testnet: false, From bb4fcdeb53e74cccb49be30c8188d4acbc80d1df Mon Sep 17 00:00:00 2001 From: hiletmis Date: Fri, 27 Sep 2024 11:41:33 +0300 Subject: [PATCH 2/2] Add changeset --- .changeset/spotty-foxes-buy.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/spotty-foxes-buy.md diff --git a/.changeset/spotty-foxes-buy.md b/.changeset/spotty-foxes-buy.md new file mode 100644 index 00000000..cd2094b2 --- /dev/null +++ b/.changeset/spotty-foxes-buy.md @@ -0,0 +1,5 @@ +--- +'@api3/chains': patch +--- + +Remove Gelato provider from Astar zkEVM and Astar zkEVM testnet