Commit 740e1bcc authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

deployer: expose deployments (#3575)

Will allow for e2e testing of the nft bridge scripts on `ops`
Co-authored-by: default avatarmergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
parent ea158f5c
---
'@eth-optimism/contracts': patch
---
Expose the deployments in the deployer image
......@@ -54,6 +54,9 @@ npx hardhat take-dump --network $CONTRACTS_TARGET_NETWORK
mv addresses.json ./genesis
cp ./genesis/$CONTRACTS_TARGET_NETWORK.json ./genesis/state-dump.latest.json
# expose the deployments
cp -rf ./deployments ./genesis/deployments
# service the addresses and dumps
echo "Starting server."
python3 -m http.server \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment