Skip to content

Commit

Permalink
Merge pull request #403 from blocto/feat/deprecate-goerli-testnet
Browse files Browse the repository at this point in the history
feat: deprecate goerli testnet info
  • Loading branch information
sanyu1225 authored Apr 16, 2024
2 parents 6d85d89 + 233f7be commit c793471
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
5 changes: 5 additions & 0 deletions .changeset/heavy-flies-mix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@blocto/sdk': patch
---

deprecate goerli testnet info
12 changes: 0 additions & 12 deletions packages/blocto-sdk/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,43 +37,31 @@ export const ETH_RPC_LIST: Mapping = {

// Arbitrum Mainnet
42161: 'https://arb1.arbitrum.io/rpc',
// Arbitrum Testnet
421613: 'https://endpoints.omniatech.io/v1/arbitrum/goerli/public',
// Arbitrum Sepolia Testnet
421614: 'https://arbitrum-sepolia.blockpi.network/v1/rpc/public',

// Optimism Mainnet
10: 'https://mainnet.optimism.io',
// Optimism Goerli Testnet
420: 'https://goerli.optimism.io',
// Optimism Sepolia Testnet
11155420: 'https://sepolia.optimism.io',

// Base Mainnet
8453: 'https://mainnet.base.org',
// Base Goerli Testnet
84531: 'https://goerli.base.org',
// Base Sepolia Testnet
84532: 'https://sepolia.base.org',

// Zora
7777777: 'https://rpc.zora.energy',
// Zora Goerli Testnet
999: 'https://testnet.rpc.zora.energy',
// Zora Sepolia Testnet
999999999: 'https://sepolia.rpc.zora.energy',

// Scroll
534352: 'https://rpc.scroll.io',
// Scroll Goerli Testnet
534353: 'https://alpha-rpc.scroll.io/l2',
// Scroll Sepolia Testnet
534351: 'https://sepolia-rpc.scroll.io',

// Linea
59144: 'https://rpc.linea.build',
// Linea Goerli Testnet
59140: 'https://rpc.goerli.linea.build',

// zKatana Sepolia Testnet
1261120: 'https://rpc.startale.com/zkatana',
Expand Down

0 comments on commit c793471

Please sign in to comment.