Update optimism L1 contracts deployment script

This commit is contained in:
2024-04-30 12:18:33 +05:30
parent 558eb81a7e
commit 16a290c050
4 changed files with 220 additions and 29 deletions
@@ -26,6 +26,8 @@ services:
# Waits for L1 endpoint to be up before running the contract deploy script
command: |
"./wait-for-it.sh -h ${CERC_L1_HOST:-$${DEFAULT_CERC_L1_HOST}} -p ${CERC_L1_PORT:-$${DEFAULT_CERC_L1_PORT}} -s -t 60 -- ./deploy-contracts.sh"
extra_hosts:
- "host.docker.internal:host-gateway"
# Initializes and runs the L2 execution client (outputs to volume l2_geth_data)
op-geth: