Skip to content

Commit

Permalink
Remove broken RPC provider entries for Astar zkEVM and Astar zkEVM te…
Browse files Browse the repository at this point in the history
…stnet chains
  • Loading branch information
hiletmis committed Sep 27, 2024
1 parent 3eeac5b commit 09e490f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
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 09e490f

Please sign in to comment.