Skip to content

Commit

Permalink
Merge pull request #60 from lukso-network/lp/hardhat-fixes
Browse files Browse the repository at this point in the history
Updates to the Hardhat folder
  • Loading branch information
CJ42 authored Jun 28, 2024
2 parents 8015ca4 + 3ae7db8 commit 6cafa63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion smart-contracts-hardhat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ npx hardhat --network luksoTestnet run scripts/deployUP.ts
Verify your contracts with the blockscout API and their constructor parameters:

```bash
npx hardhat verify <myContractAddress> --constructor-args ./verify/myContractParameters.ts --network luksoTestnet
npx hardhat verify <myContractAddress> --constructor-args ./verify/myCustomToken.ts --network luksoTestnet
```

## Packages
Expand Down
1 change: 1 addition & 0 deletions smart-contracts-hardhat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"prettier-plugin-solidity": "^1.3.1"
},
"dependencies": {
"@erc725/erc725.js": "^0.27.0",
"@lukso/lsp-smart-contracts": "^0.14.0"
}
}

0 comments on commit 6cafa63

Please sign in to comment.