Skip to content

Commit

Permalink
optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
dantaik committed Nov 2, 2024
1 parent 4fd7b59 commit 0eb0c5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/protocol/contracts/layer1/based/LibVerifying.sol
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ library LibVerifying {
IAddressResolver _resolver,
uint64 _maxBlocksToVerify
)
public
internal
{
if (_maxBlocksToVerify == 0) {
return;
Expand Down
4 changes: 2 additions & 2 deletions packages/protocol/script/layer1/deploy_protocol_on_l1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ forge script ./script/layer1/DeployProtocolOnL1.s.sol:DeployProtocolOnL1 \
--ffi \
-vvvv \
--private-key $PRIVATE_KEY \
--block-gas-limit 100000000
--block-gas-limit 200000000

export PRIVATE_KEY=0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80
SECURITY_COUNCIL=0x60997970C51812dc3A010C7d01b50e0d17dc79C8 \
Expand All @@ -43,4 +43,4 @@ forge script ./script/layer1/DeployTaikoToken.s.sol:DeployTaikoToken \
--ffi \
-vvvv \
--private-key $PRIVATE_KEY \
--block-gas-limit 100000000
--block-gas-limit 200000000

0 comments on commit 0eb0c5a

Please sign in to comment.