Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
[contracts] fix error in nft deploy ci
Browse files Browse the repository at this point in the history
  • Loading branch information
YBadiss committed Jan 28, 2024
1 parent f552a29 commit ffcb2b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-nft-contract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
chain-id: '11155111'
rpc-url: ${{ secrets.RPC_ETH_SEPOLIA_HTTPS }}
deployer-pk: ${{ secrets.DEPLOYER_PK }}
constructor-args: '${{ vars.OWNER_ADDRESS }} $ {{ vars.FACTCHAINSFT_ADDRESS }} https://gateway.pinata.cloud/ipfs/'
constructor-args: '${{ vars.OWNER_ADDRESS }} ${{ vars.FACTCHAINSFT_ADDRESS }} https://gateway.pinata.cloud/ipfs/'
verify: true
etherscan-url: 'https://sepolia.etherscan.io'
etherscan-api-key: ${{ secrets.ETHERSCAN_SEPOLIA_API_KEY }}

0 comments on commit ffcb2b5

Please sign in to comment.