Skip to content

Commit

Permalink
Update hardhat_e2e.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tyitang committed Dec 30, 2024
1 parent fea012e commit 7b6e127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hardhat_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
echo $rpcurl
echo $chainid
result=$(forge create --rpc-url $rpcurl --optimize --optimizer-runs 30000 --private-key ${{ secrets.STORY_PRIVATEKEY }} test/foundry/mocks/token/MockERC721.sol:MockERC721 --constructor-args "MockERC" "MockERC" --legacy 2>&1)
result=$(forge create --rpc-url $rpcurl --optimize --optimizer-runs 30000 --private-key ${{ secrets.STORY_PRIVATEKEY }} test/foundry/mocks/token/MockERC721.sol:MockERC721 --constructor-args "MockERC" "MockERC" --legacy)
echo $result
erc721=$(echo $result | grep "Deployed to:" | cut -d ":" -f 2 | tr -d ' ')
echo $erc721
Expand Down

0 comments on commit 7b6e127

Please sign in to comment.