---
title: "Base Goerli support ending 2/9 - migrate to Sepolia"
description: "Base's Goerli testnet is scheduled to be spun down on February 9th. We will keep our nodes running for an extra week after this date."
---

# Base Goerli support ending 2/9 - migrate to Sepolia

On Monday 1/29, Base [announced on Discord](https://discord.com/channels/1067165013397213286/1072954040771694634/1201693174654062673) that their Goerli Testnet is scheduled to be spun down on February 9th. After that time, no new transactions will be able to be posted on the network. We will keep our nodes running for an extra week after this date.

<CalloutBlock>

**On 2/16 we will turn off our Goerli nodes** for [Base](https://www.alchemy.com/base). This means if you try to send requests to these nodes, your requests will fail with a DNS resolution error.

</CalloutBlock>

## Required actions for developers

**To ensure you’re able to continue testing seamlessly, you will need to migrate to Base Sepolia before 2/9.**

Base Sepolia is the sustainable path forward for web3 developers and we encourage devs to use it for any testing and development needs.

Base Sepolia offers many benefits over Goerli, such as improved scalability and lower gas fees — all attributes we think will ultimately lead to better application development.

## How to migrate to Base Sepolia

<ImageBlock
  src="https://media.alchemy.com/1706810848-get-your-base-sepolia-rpc-api-key-and-api-url.jpg"
  alt="Alchemy dashboard: getting a Base Sepolia RPC API key and URL"
  width={1920}
  height={1080}
/>

Follow these 5 steps to migrate from Goerli to the Sepolia testnet on Base:

1. [Create a new app](https://dashboard.alchemy.com/apps?showModal) from the Alchemy dashboard on the Base Sepolia network.
1. Get free Base Sepolia tokens from Alchemy's public [Base Sepolia Faucet](https://basefaucet.com/) which drips up to 0.5 SepoliaETH per day.
1. Change your `API\_URL` to your Base Sepolia RPC URL: `https://base-sepolia.g.alchemy.com/v2/\[YOUR-API-KEY\]`
1. Deploy your test contract to Base Sepolia.
1. Change your tests to use the new contract.

For more detailed instructions, please reference the ["How to Deploy a Smart Contract to the Sepolia Testnet"](https://www.alchemy.com/docs/how-to-deploy-a-smart-contract-to-the-sepolia-testnet) tutorial on our docs.

### A note on other chains:

We do _not yet_ have a date where we will end support for Ethereum, Optimism, Arbitrum, zkEvm and [Starknet](https://www.alchemy.com/starknet) Goerli nodes. We will keep you informed as we establish timelines for these chains.
