Skip to content

Commit

Permalink
Merge pull request #449 from api3dao/445-astar-rpc-provider-url-https…
Browse files Browse the repository at this point in the history
…rpcastar-zkevmgelatodigital-broken
  • Loading branch information
hiletmis authored Sep 28, 2024
2 parents 3eeac5b + bb4fcde commit b56fba1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 13 deletions.
5 changes: 5 additions & 0 deletions .changeset/spotty-foxes-buy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@api3/chains': patch
---

Remove Gelato provider from Astar zkEVM and Astar zkEVM testnet
4 changes: 0 additions & 4 deletions chains/astar-sepolia-testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@
{
"alias": "default",
"rpcUrl": "https://rpc.startale.com/zkyoto"
},
{
"alias": "public",
"rpcUrl": "https://rpc.zkyoto.gelato.digital"
}
],
"symbol": "ETH",
Expand Down
4 changes: 0 additions & 4 deletions chains/astar.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@
{
"alias": "dwellir",
"homepageUrl": "https://dwellir.com/"
},
{
"alias": "gelato",
"rpcUrl": "https://rpc.astar-zkevm.gelato.digital"
}
],
"symbol": "ETH",
Expand Down
6 changes: 1 addition & 5 deletions src/generated/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand All @@ -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,
Expand Down

0 comments on commit b56fba1

Please sign in to comment.