---
title: "Arbitrum Goerli support ending Mar 18 - migrate to Sepolia"
description: "Arbitrum will deprecate Arbitrum Goerli on March 18th. On the same day, we will turn off our Goerli nodes for Arbitrum. Please migrate to Arbitrum Sepolia."
---

# Arbitrum Goerli support ending Mar 18 - migrate to Sepolia

<ImageBlock
  src="https://media.alchemy.com/1709660540-arbitrum-goerlie-testnet-deprecation.png"
  alt="arbitrum goerli testnet deprecation march 18th 2024"
  width={2400}
  height={1260}
  priority
/>

**Arbitrum has informed us that they will deprecate Arbitrum Goerli on March 18.** On the same day, we will turn off our Goerli nodes for [Arbitrum](https://www.alchemy.com/arbitrum). This means if you try to send requests to these nodes, your requests will fail with a DNS resolution error.

## Required actions for developers

**To ensure you’re able to continue testing seamlessly, you will need to migrate to Arbitrum Sepolia before March 18.**

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

Arbitrum 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 Arbitrum Sepolia
<ImageBlock
  src="https://media.alchemy.com/1709581192-how-to-create-an-arbitrum-sepolia-app.png"
  alt="Alchemy dashboard: creating a new app on the Arbitrum Sepolia network"
  width={2860}
  height={1608}
/>

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

1. [Create a new app](https://dashboard.alchemy.com/apps?showModal) from the Alchemy dashboard on the Arbitrum Sepolia network.
1. Get free Arbitrum Sepolia tokens from Alchemy's public [Arbitrum Sepolia Faucet](https://www.alchemy.com/faucets/arbitrum-sepolia) which drips up to 0.5 SepoliaETH per day.
1. Change your `API\_URL` to your Arbitrum Sepolia RPC URL: `https://arb-sepolia.g.alchemy.com/v2/\[YOUR-API-KEY\]`
1. Deploy your test contract to Arbitrum 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

Goerli deprecation dates for other chains are up to date on [this blog post](https://www.alchemy.com/blog/goerli-faucet-deprecation).
