Skip to content

Latest commit

 

History

History
53 lines (40 loc) · 2.54 KB

File metadata and controls

53 lines (40 loc) · 2.54 KB

Base

contracts

This repo contains contracts and scripts for Base. Note that Base primarily utilizes Optimism's bedrock contracts located in Optimism's repo here. For contract deployment artifacts, see base-org/contract-deployments.

GitHub contributors GitHub commit activity GitHub Stars GitHub repo size GitHub

Website base.org Blog Docs Discord Twitter Base

GitHub pull requests by-label GitHub Issues

Fixing semver-lock CI failures

If the semver-lock CI check fails, regenerate locally and commit:

just semver-lock

If CI still rejects it (Foundry version mismatch), update your local Foundry first:

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.
  • make deps
  • Test contracts: make test