• Matthew Slipper's avatar
    op-deployer: Test for existing OPCM (#12257) · a83c3752
    Matthew Slipper authored
    * op-deployer: Test for existing OPCM
    
    Adds a test for deployments against an existing OPCM. The test works by spinning up an Anvil instance and forking Sepolia. To run this test, you'll need to specify two env vars:
    
    - `SEPOLIA_RPC_URL`: RPC URL for a Sepolia node.
    - `ENABLE_ANVIL`: Set to `true` to enable the test.
    
    In CI, the test uses our internal CI RPC nodes.
    
    * goimports
    
    * ensure streams close
    
    * lint
    
    * run anvil as part of unit not integration tests
    
    * simplify
    
    * remove foundry from kurtosis
    
    * use auto mine
    
    * mount artifacts
    
    * redeploy OPCM
    
    * comment
    a83c3752
Name
Last commit
Last update
..
bootstrap Loading commit data...
broadcaster Loading commit data...
inspect Loading commit data...
integration_test Loading commit data...
opcm Loading commit data...
pipeline Loading commit data...
state Loading commit data...
version Loading commit data...
apply.go Loading commit data...
flags.go Loading commit data...
init.go Loading commit data...