Merge pull request #9 from radost5454/update_code

please work
This commit is contained in:
radost5454 2025-06-03 21:49:10 +03:00 committed by GitHub
commit 28f89212f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,9 +30,10 @@ jobs:
working-directory: hardhat
run: npm install
- name: Deploy contracts to devnet
- name: Deploy contracts using Ignition
working-directory: hardhat
run: npx hardhat run scripts/deploy.js --network localhost
run: npx hardhat ignition deploy ./ignition/modules/Lock.js --network localhost
- name: Commit container as new image with contracts
run: |