• Mark Tyneway's avatar
    contracts-bedrock: small fix to cleanup L2 genesis (#10326) · 4886ab47
    Mark Tyneway authored
    * contracts-bedrock: small fix to cleanup L2 genesis
    
    Adds a `run()` function to the L2 genesis generation script
    so that its possible to run the command without the `--sig`
    argument. Also resolve some linting isssues, semgrep has
    a rule that prefers `@notice` over `@dev` for natspec comments.
    Also use a foundry cheatcode to set the chainid during execution
    to ensure that the correct chainid is set to remove the need to
    set it as a cli flag.
    
    * devnet: remove extra flag to foundry script
    
    * contracts-bedrock: fix test
    
    * contracts-bedrock: update config
    
    Turns on funding of genesis accounts
    
    * contracts-bedrock: fix broken test
    
    * contracts-bedrock: cleanup
    4886ab47
Name
Last commit
Last update
..
L1 Loading commit data...
L2 Loading commit data...
Safe Loading commit data...
actors Loading commit data...
cannon Loading commit data...
dispute Loading commit data...
governance Loading commit data...
invariants Loading commit data...
kontrol Loading commit data...
legacy Loading commit data...
libraries Loading commit data...
mocks Loading commit data...
periphery Loading commit data...
safe-tools Loading commit data...
setup Loading commit data...
universal Loading commit data...
vendor Loading commit data...
BenchmarkTest.t.sol Loading commit data...
ExtendedPause.t.sol Loading commit data...
L2Genesis.t.sol Loading commit data...
Predeploys.t.sol Loading commit data...
Preinstalls.t.sol Loading commit data...
Specs.t.sol Loading commit data...