Skip to content

Commit f2b3167

Browse files
authored
Update ETH testnet to sepolia from goerli (#783)
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).
1 parent b205b60 commit f2b3167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/base/src/constants/rpc.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const rpcConfig = [[
5050
["Worldchain","https://worldchain-mainnet.g.alchemy.com/public"],
5151
]], [
5252
"Testnet", [
53-
["Ethereum", "https://eth-goerli.public.blastapi.io"],
53+
["Ethereum", "https://eth-sepolia.public.blastapi.io"],
5454
["Polygon", "https://rpc-mumbai.polygon.technology"],
5555
["Bsc", "https://data-seed-prebsc-1-s3.binance.org:8545"],
5656
["Avalanche", "https://api.avax-test.network/ext/bc/C/rpc"],

0 commit comments

Comments
 (0)