From d23a5b5074f561639819ad55f8d41528fecba128 Mon Sep 17 00:00:00 2001 From: QuantumFUD <0xwhalehodl@gmail.com> Date: Sat, 14 Mar 2026 07:27:58 +0100 Subject: [PATCH] docs: add solana to supported networks list README listed only EVM networks, omitting solana dir --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ccf81fae..b3f079c7 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This repo contains execution code and artifacts related to Base contract deployments, upgrades, and calls. For actual contract implementations, see [base/contracts](https://github.com/base/contracts). -This repo is structured with each network having a high-level directory which contains subdirectories of any "tasks" (contract deployments/calls) that have happened for that network. Supported networks are `mainnet`, `sepolia`, and `sepolia-alpha`. +This repo is structured with each network having a high-level directory which contains subdirectories of any "tasks" (contract deployments/calls) that have happened for that network. Supported networks are `mainnet`, `sepolia`, `sepolia-alpha`, and `solana`.