File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33init :
44 docker compose --env-file common.env -f init/docker-compose.yml -p builderism-init up
55
6+ init-down :
7+ docker compose --env-file common.env -f init/docker-compose.yml -p builderism-init down
8+
69run :
710 docker compose --env-file common.env -f run/docker-compose.yml -p builderism-run up
811
12+ run-down :
13+ docker compose --env-file common.env -f run/docker-compose.yml -p builderism-run down
14+
915scan :
1016 docker compose --env-file common.env -f scan/docker-compose.yml -p builderism-scan up
1117
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ sed -i \
1919 .op-deployer/intent.toml
2020
2121cp .op-deployer/intent.toml /config/intent.toml
22- cp .op-deployer/state.json /config/state.json
2322
2423./op-deployer apply --workdir .op-deployer --l1-rpc-url $L1_RPC_URL --private-key $ADMIN_PRIVATE_KEY
2524./op-deployer inspect genesis --workdir .op-deployer $L2_CHAIN_ID > .op-deployer/genesis.json
2625./op-deployer inspect rollup --workdir .op-deployer $L2_CHAIN_ID > .op-deployer/rollup.json
2726
27+ cp .op-deployer/state.json /config/state.json
2828cp .op-deployer/genesis.json /config/genesis.json
2929cp .op-deployer/rollup.json /config/rollup.json
3030
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ services:
88 - ${CONFIG_DIR}:/config
99 - ./1_init.sh:/script/1_init.sh
1010 - ./2_faucet.sh:/script/2_faucet.sh
11- - ./3_config.jsonnet:/script/3_config.jsonnet
1211 - ./3_deploy.sh:/script/3_deploy.sh
1312 env_file :
1413 - ../common.env
Original file line number Diff line number Diff line change 1212OP_PROPOSER_GAME_FACTORY_ADDRESS=$( jq -r ' .. | .disputeGameFactoryProxyAddress? // empty' /config/state.json)
1313PROPOSER_PRIVATE_KEY=$( grep " PROPOSER_PRIVATE_KEY" /config/address.ini | cut -d' =' -f2)
1414
15+ echo ${OP_PROPOSER_GAME_FACTORY_ADDRESS}
16+
1517exec /app/op-proposer \
1618 --l1-eth-rpc=${OP_PROPOSER_L1_ETH_RPC} \
1719 --rollup-rpc=http://node:8547 \
You can’t perform that action at this time.
0 commit comments