Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: deprecate goerli testnet info #403

Merged
merged 4 commits into from
Apr 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading