Skip to content

Commit f2a9ed7

Browse files
committed
Fix CI
1 parent e7639f1 commit f2a9ed7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deploy-smart-contracts.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,9 @@ jobs:
5757
env:
5858
DEPLOYER_PRIVATE_KEY: ${{ secrets.DEPLOYER_PRIVATE_KEY }}
5959
RPC_URL: ${{ secrets.RPC_URL }}
60-
EXPLORER_API_KEY: ${{ secrets.EXPLORER_API_KEY }}
61-
IS_VERIFICATION_API_V2: ${{ vars.IS_VERIFICATION_API_V2 }}
60+
ARBISCAN_API_KEY: ${{ secrets.ARBISCAN_API_KEY }}
61+
# EXPLORER_API_KEY: ${{ secrets.EXPLORER_API_KEY }}
62+
# IS_VERIFICATION_API_V2: ${{ vars.IS_VERIFICATION_API_V2 }}
6263
run: npm run deploy -- --network ${{ inputs.network }}
6364

6465
- name: Update config.json with ERC1538Proxy address

0 commit comments

Comments
 (0)