Skip to content

Commit 88f28fb

Browse files
authored
Fix: make deploy-metafiller-storage deployment script (#37)
1 parent 6695578 commit 88f28fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

metabased-contracts/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ deploy-metabased-sequencerchain-plus-setup-with-always-allow-module :; forge scr
1515
add-batch-transactions-to-metabased-sequencerchain :; forge script script/AddBatchTransactionsToMetabasedSequencerChainContract.s.sol:AddBatchTransactionsToMetabasedSequencerChainContract --rpc-url base_sepolia --private-key ${ETH_PRIVATE_KEY} --broadcast -vv
1616

1717
## deploy Metafiller related contracts to Metabased Testnet
18-
deploy-metafiller-storage :; forge create --rpc-url metabased_testnet --private-key ${ETH_PRIVATE_KEY} src/backfill/MetafillerStorage.sol:MetafillerStorage --constructor-args ${ADMIN_ADDR} ${MANAGER_ADDR}
18+
deploy-metafiller-storage :; forge create --rpc-url metabased_testnet --private-key ${ETH_PRIVATE_KEY} src/backfill/MetafillerStorage.sol:MetafillerStorage --constructor-args ${ADMIN_ADDR} ${MANAGER_ADDR} ${L3_CHAIN_ID}
1919

2020

2121
## Tx Limit Test

0 commit comments

Comments
 (0)