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`.