From d2fdf54017a84195a72be66fd6bdac216c54765a Mon Sep 17 00:00:00 2001 From: lau90eth Date: Sun, 10 May 2026 12:44:03 +0200 Subject: [PATCH] docs: update README to reflect Base stack architecture post-OP-Stack migration --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f9ae270..711f1dfd 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # contracts This repo contains contracts and scripts for Base. -Note that Base primarily utilizes Optimism's bedrock contracts located in Optimism's repo [here](https://github.com/ethereum-optimism/optimism/tree/develop/packages/contracts-bedrock). +Note that Base's core protocol contracts are maintained in the [base/base](https://github.com/base/base). For contract deployment artifacts, see [base-org/contract-deployments](https://github.com/base-org/contract-deployments).