Skip to content

Commit

Permalink
Merge pull request #450 from api3dao/main
Browse files Browse the repository at this point in the history
Initiate release
  • Loading branch information
hiletmis authored Sep 30, 2024
2 parents 4874d8d + b56fba1 commit 1e48f23
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 1e48f23

Please sign in to comment.