Base Goerli Support Ending 2/9 - Migrate to Sepolia
On Monday 1/29, Base announced on Discord 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.
On 2/16 we will turn off our Goerli nodes for Base. 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 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
Follow these 5 steps to migrate from Goerli to the Sepolia testnet on Base:
Create a new app from the Alchemy dashboard on the Base Sepolia network.
Get free Base Sepolia tokens from Alchemy's public Base Sepolia Faucet which drips up to 0.5 SepoliaETH per day.
Change your
API_URL
to your Base Sepolia RPC URL:https://base-sepolia.g.alchemy.com/v2/[YOUR-API-KEY]
Deploy your test contract to Base Sepolia.
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" 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 Goerli nodes. We will keep you informed as we establish timelines for these chains.
Related articles
Preparing for the Agave 2.0 Upgrade
ERC-1271 Signature Replay Vulnerability
On October 27th 2023, Alchemy discovered a ERC1271 contract signature replay vulnerability that affected a large number of smart contract accounts (SCA), and led to risks when interacting with several applications.
What is RIP-7212? Precompile for secp256r1 Curve Support
RIP-7212 is a core change in the Ethereum protocol that opens up a way to have cheap, secure, and fast P256 curve verification with a precompiled contract.