• Mark Tyneway's avatar
    contracts-bedrock: lite foundry profile · 3ef2413d
    Mark Tyneway authored
    Adds a `lite` profile for foundry that turns off the compiler
    optimizer. This is suitable for development purposes when the compiler
    is taking a long time to compile. The developer should be sure to
    not use this mode when doing contract deployments. To set the profile,
    set the env var `FOUNDRY_PROFILE=lite`.
    3ef2413d
Name
Last commit
Last update
..
chain-mon Loading commit data...
common-ts Loading commit data...
contracts-bedrock Loading commit data...
contracts-ts Loading commit data...
core-utils Loading commit data...
fee-estimation Loading commit data...
sdk Loading commit data...
web3js-plugin Loading commit data...