Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
Extract contract address from deployment
  • Loading branch information
hammertoe committed Jul 3, 2023
1 parent e7821d0 commit 766f141
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,10 @@ jobs:
yarn install
yarn hardhat deploy --reset --network localnet
sleep 45
export DEAL_CLIENT_ADDRESS=`jq .address deployments/localnet/DealClient.json`
yarn hardhat make-deal-proposal \
--network localnet \
--contract 0xE57f42A0C241FC1Fa3940fE1701DC9C87F01aAF6 \
--contract ${{ env.DEAL_CLIENT_ADDRESS }} \
--piece-cid baga6ea4seaqaurso3nekgbu4ujngn4toexboyetcbdo5e2pu6rdymbu2gxpz4hi \
--piece-size 256 \
--verified-deal false \
Expand Down

0 comments on commit 766f141

Please sign in to comment.