We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38b966e commit b77c3ceCopy full SHA for b77c3ce
.github/workflows/test.yml
@@ -64,7 +64,7 @@ jobs:
64
- name: Execute Deal Client contract
65
run: |
66
cd fevm-hardhat-kit
67
- export DEAL_CLIENT_ADDRESS=`jq .address deployments/localnet/DealClient.json`
+ export DEAL_CLIENT_ADDRESS=`jq -r .address deployments/localnet/DealClient.json`
68
yarn hardhat make-deal-proposal \
69
--network localnet \
70
--contract $DEAL_CLIENT_ADDRESS \
0 commit comments