Skip to content

Commit

Permalink
Update deploy_protocol_on_l1.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
smartprogrammer93 authored Nov 8, 2024
1 parent 36745a0 commit 963cc20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/protocol/script/layer1/deploy_protocol_on_l1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ export FORK_URL=
PROPOSER=0x0000000000000000000000000000000000000000 \
PROPOSER_ONE=0x0000000000000000000000000000000000000000 \
GUARDIAN_PROVERS="0x1000777700000000000000000000000000000001,0x1000777700000000000000000000000000000002,0x1000777700000000000000000000000000000003,0x1000777700000000000000000000000000000004,0x1000777700000000000000000000000000000005,0x1000777700000000000000000000000000000006,0x1000777700000000000000000000000000000007" \
TAIKO_L2_ADDRESS=0x1670000000000000000000000000000000010001 \
L2_SIGNAL_SERVICE=0x1670000000000000000000000000000000000005 \
TAIKO_L2_ADDRESS=0x7633740000000000000000000000000000010001 \
L2_SIGNAL_SERVICE=0x7633740000000000000000000000000000000005 \
CONTRACT_OWNER=0x8943545177806ED17B9F23F0a21ee5948eCaa776 \
SHARED_ADDRESS_MANAGER=0x0000000000000000000000000000000000000000 \
L2_GENESIS_HASH=0x00e5e4522f1520280092094a73023c0fc52c2d032d91b3a09c03a375f6afa826 \
Expand All @@ -25,4 +25,4 @@ forge script ./script/layer1/DeployProtocolOnL1.s.sol:DeployProtocolOnL1 \
--ffi \
-vv \
--private-key $PRIVATE_KEY \
--block-gas-limit 100000000
--block-gas-limit 100000000

0 comments on commit 963cc20

Please sign in to comment.