Commit 69def243 authored by vicotor's avatar vicotor

for withdrawal

parent b8715ecc
......@@ -7,6 +7,6 @@ op-proposer \
--rpc.port=8560 \
--rollup-rpc=http://layer2:9545 \
--l2oo-address=$(cat /root/deployments/artifact.json | grep "L2OutputOracleProxy" | grep -Eo "0x[a-fA-F0-9]+") \
--portal-address=$(cat /root/deployments/artifact.json | grep -w "OptimismPortal" | grep -Eo "0x[a-fA-F0-9]+") \
--portal-address=$(cat /root/deployments/artifact.json | grep -w "OptimismPortalProxy" | grep -Eo "0x[a-fA-F0-9]+") \
--private-key=$GS_PROPOSER_PRIVATE_KEY \
--l1-eth-rpc=$L1_RPC_URL
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