Skip to content

Commit b8d87d3

Browse files
committed
fix: clean
1 parent 37e0171 commit b8d87d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
# IS_VERIFICATION_API_V2: ${{ vars.IS_VERIFICATION_API_V2 }}
6262
run: npm run deploy -- --network ${{ inputs.network }}
6363

64-
- name: Update config.json with ERC1538Proxy address
64+
- name: Update config.json with Diamond address
6565
if: inputs.network != 'hardhat'
6666
env:
6767
DEPLOYER_PRIVATE_KEY: ${{ secrets.DEPLOYER_PRIVATE_KEY }} # Fixes hardhat issue.

0 commit comments

Comments
 (0)