From 26f4477c51640eeef44aeb64eff9735a6e85c9a9 Mon Sep 17 00:00:00 2001 From: Anar Aydinli <109851305+anaraydinli55@users.noreply.github.com> Date: Fri, 3 Apr 2026 15:15:42 +0400 Subject: [PATCH] docs: add predeploy contract addresses to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 56e8a0e2..86d7510b 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,13 @@ If CI still rejects it (Foundry version mismatch), update your local Foundry fir foundryup just semver-lock ``` +## Contract Addresses +| Contract | Network | Address | +|----------|---------|---------| +| BaseFeeVault | Base Mainnet | `0x4200000000000000000000000000000000000019` | +| L1FeeVault | Base Mainnet | `0x420000000000000000000000000000000000001a` | +| SequencerFeeVault | Base Mainnet | `0x4200000000000000000000000000000000000011` | ### setup and testing - If you don't have foundry installed, run `make install-foundry`.