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 37e0171 commit b8d87d3Copy full SHA for b8d87d3
.github/workflows/deploy.yml
@@ -61,7 +61,7 @@ jobs:
61
# IS_VERIFICATION_API_V2: ${{ vars.IS_VERIFICATION_API_V2 }}
62
run: npm run deploy -- --network ${{ inputs.network }}
63
64
- - name: Update config.json with ERC1538Proxy address
+ - name: Update config.json with Diamond address
65
if: inputs.network != 'hardhat'
66
env:
67
DEPLOYER_PRIVATE_KEY: ${{ secrets.DEPLOYER_PRIVATE_KEY }} # Fixes hardhat issue.
0 commit comments