Skip to content

Commit

Permalink
remove pricing for goerli, add for sepolia
Browse files Browse the repository at this point in the history
  • Loading branch information
ewansheldon committed Nov 16, 2023
1 parent 7c55e47 commit 923af51
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/networks.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,15 @@ const networks = [
rpc: 'https://arb1.arbitrum.io/rpc'
},
{
name: 'arbitrum_goerli',
rpc: 'https://goerli-rollup.arbitrum.io/rpc'
name: 'arbitrum_sepolia',
rpc: 'https://sepolia-rollup.arbitrum.io/rpc'
}
]

const archiveNodes = [
{
name: 'arbitrum',
rpc: 'https://arbitrum-one-archive.allthatnode.com'
},
{
name: 'arbitrum_goerli',
rpc: 'https://arbitrum-goerli-archive.allthatnode.com'
}
]

Expand Down

0 comments on commit 923af51

Please sign in to comment.