• Matthew Slipper's avatar
    op-deployer: Fix init bugs (#12230) · 8a7db419
    Matthew Slipper authored
    - The array was being appended to, but it was already a fixed length. This cause an empty chain to be added during `init`.
    - The outdir will now be created if it does not exist and is not a file
    - Hardcodes the contract artifacts to a good URL
    8a7db419
Name
Last commit
Last update
..
artifacts_url.go Loading commit data...
base64.go Loading commit data...
base64_test.go Loading commit data...
deploy_config.go Loading commit data...
deploy_config_test.go Loading commit data...
intent.go Loading commit data...
state.go Loading commit data...