Skip to content

Commit

Permalink
Update ETH testnet to sepolia from goerli (#783)
Browse files Browse the repository at this point in the history
Goerli testnet is deprecated, and the URL no longer works. This change updates the testnet RPC endpoint to the sepolia testnet

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/wormhole-foundation/wormhole-sdk-ts?shareId=XXXX-XXXX-XXXX-XXXX).
  • Loading branch information
LucasSimpson authored Jan 22, 2025
1 parent b205b60 commit f2b3167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/base/src/constants/rpc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const rpcConfig = [[
["Worldchain","https://worldchain-mainnet.g.alchemy.com/public"],
]], [
"Testnet", [
["Ethereum", "https://eth-goerli.public.blastapi.io"],
["Ethereum", "https://eth-sepolia.public.blastapi.io"],
["Polygon", "https://rpc-mumbai.polygon.technology"],
["Bsc", "https://data-seed-prebsc-1-s3.binance.org:8545"],
["Avalanche", "https://api.avax-test.network/ext/bc/C/rpc"],
Expand Down

0 comments on commit f2b3167

Please sign in to comment.