Skip to content

Arvuno/contracts

 
 

Repository files navigation

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

setup and testing

  • If you don't have foundry installed, run just install-foundry.
  • just deps
  • Test contracts: just test

Contributing

PRs welcome! \n## Improvements\n- Updated gas estimation notes\n- Fixed contract artifact loading typo

About

No description, website, or topics provided.

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Solidity 95.6%
  • Go 3.6%
  • Other 0.8%