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 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,