mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
Merge pull request #33 from zkokk/REF
Adding @nomicfoundation/hardhat-toolbox
This commit is contained in:
commit
4662defa5c
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci_deploy.yaml
vendored
1
.github/workflows/ci_deploy.yaml
vendored
|
|
@ -41,6 +41,7 @@ jobs:
|
|||
- name: Deploy contracts
|
||||
run: |
|
||||
cd /home/runner/work/go-ethereum/go-ethereum/hardhat
|
||||
npm install --save-dev @nomicfoundation/hardhat-toolbox
|
||||
npx hardhat ignition deploy ./ignition/modules/Lock.js
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue