Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit b56fba1

Browse files
authored
Merge pull request #449 from api3dao/445-astar-rpc-provider-url-httpsrpcastar-zkevmgelatodigital-broken
2 parents 3eeac5b + bb4fcde commit b56fba1

4 files changed

Lines changed: 6 additions & 13 deletions

File tree

.changeset/spotty-foxes-buy.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@api3/chains': patch
3+
---
4+
5+
Remove Gelato provider from Astar zkEVM and Astar zkEVM testnet

chains/astar-sepolia-testnet.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@
1616
{
1717
"alias": "default",
1818
"rpcUrl": "https://rpc.startale.com/zkyoto"
19-
},
20-
{
21-
"alias": "public",
22-
"rpcUrl": "https://rpc.zkyoto.gelato.digital"
2319
}
2420
],
2521
"symbol": "ETH",

chains/astar.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@
2020
{
2121
"alias": "dwellir",
2222
"homepageUrl": "https://dwellir.com/"
23-
},
24-
{
25-
"alias": "gelato",
26-
"rpcUrl": "https://rpc.astar-zkevm.gelato.digital"
2723
}
2824
],
2925
"symbol": "ETH",

src/generated/chains.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,7 @@ export const CHAINS: Chain[] = [
8181
},
8282
id: '6038361',
8383
name: 'Astar zkEVM testnet',
84-
providers: [
85-
{ alias: 'default', rpcUrl: 'https://rpc.startale.com/zkyoto' },
86-
{ alias: 'public', rpcUrl: 'https://rpc.zkyoto.gelato.digital' },
87-
],
84+
providers: [{ alias: 'default', rpcUrl: 'https://rpc.startale.com/zkyoto' }],
8885
symbol: 'ETH',
8986
testnet: true,
9087
},
@@ -100,7 +97,6 @@ export const CHAINS: Chain[] = [
10097
providers: [
10198
{ alias: 'default', rpcUrl: 'https://rpc.startale.com/astar-zkevm' },
10299
{ alias: 'dwellir', homepageUrl: 'https://dwellir.com/' },
103-
{ alias: 'gelato', rpcUrl: 'https://rpc.astar-zkevm.gelato.digital' },
104100
],
105101
symbol: 'ETH',
106102
testnet: false,

0 commit comments

Comments
 (0)