File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ deploy-btp:
4242 if [ " $$ {BTP_EIP_1559_ENABLED}" = " false" ]; then \
4343 args=" $$ args --legacy" ; \
4444 fi ; \
45- forge create ./src/ExampleERC721a.sol:ExampleERC721a ${EXTRA_ARGS} --rpc-url ${BTP_RPC_URL} $$ args --constructor-args " GenericTokenMeta" " GTM" " ipfs://bafybeifc23vyo52i6dtlba7u7kmbcpc5oxfcwjaz3oisagq3kq7i2dbo6q/" " 0x813af93e50F0bCD2BAaFfa7E4dD4710adC01dE7d" | tee deployment.txt;
45+ forge create ./src/ExampleERC721a.sol:ExampleERC721a $$ {EXTRA_ARGS} --rpc-url $ $ {BTP_RPC_URL} $$ args --constructor-args " GenericTokenMeta" " GTM" " ipfs://bafybeifc23vyo52i6dtlba7u7kmbcpc5oxfcwjaz3oisagq3kq7i2dbo6q/" " 0x813af93e50F0bCD2BAaFfa7E4dD4710adC01dE7d" | tee deployment.txt;
4646
4747cast :
4848 @echo " Interacting with EVM via Cast..."
You can’t perform that action at this time.
0 commit comments