Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.

Commit c793471

Browse files
authored
Merge pull request #403 from blocto/feat/deprecate-goerli-testnet
feat: deprecate goerli testnet info
2 parents 6d85d89 + 233f7be commit c793471

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

.changeset/heavy-flies-mix.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@blocto/sdk': patch
3+
---
4+
5+
deprecate goerli testnet info

packages/blocto-sdk/src/constants.ts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -37,43 +37,31 @@ export const ETH_RPC_LIST: Mapping = {
3737

3838
// Arbitrum Mainnet
3939
42161: 'https://arb1.arbitrum.io/rpc',
40-
// Arbitrum Testnet
41-
421613: 'https://endpoints.omniatech.io/v1/arbitrum/goerli/public',
4240
// Arbitrum Sepolia Testnet
4341
421614: 'https://arbitrum-sepolia.blockpi.network/v1/rpc/public',
4442

4543
// Optimism Mainnet
4644
10: 'https://mainnet.optimism.io',
47-
// Optimism Goerli Testnet
48-
420: 'https://goerli.optimism.io',
4945
// Optimism Sepolia Testnet
5046
11155420: 'https://sepolia.optimism.io',
5147

5248
// Base Mainnet
5349
8453: 'https://mainnet.base.org',
54-
// Base Goerli Testnet
55-
84531: 'https://goerli.base.org',
5650
// Base Sepolia Testnet
5751
84532: 'https://sepolia.base.org',
5852

5953
// Zora
6054
7777777: 'https://rpc.zora.energy',
61-
// Zora Goerli Testnet
62-
999: 'https://testnet.rpc.zora.energy',
6355
// Zora Sepolia Testnet
6456
999999999: 'https://sepolia.rpc.zora.energy',
6557

6658
// Scroll
6759
534352: 'https://rpc.scroll.io',
68-
// Scroll Goerli Testnet
69-
534353: 'https://alpha-rpc.scroll.io/l2',
7060
// Scroll Sepolia Testnet
7161
534351: 'https://sepolia-rpc.scroll.io',
7262

7363
// Linea
7464
59144: 'https://rpc.linea.build',
75-
// Linea Goerli Testnet
76-
59140: 'https://rpc.goerli.linea.build',
7765

7866
// zKatana Sepolia Testnet
7967
1261120: 'https://rpc.startale.com/zkatana',

0 commit comments

Comments
 (0)