diff --git a/smart-contracts-hardhat/README.md b/smart-contracts-hardhat/README.md index d1eca63..cae6b1e 100644 --- a/smart-contracts-hardhat/README.md +++ b/smart-contracts-hardhat/README.md @@ -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 --constructor-args ./verify/myContractParameters.ts --network luksoTestnet +npx hardhat verify --constructor-args ./verify/myCustomToken.ts --network luksoTestnet ``` ## Packages diff --git a/smart-contracts-hardhat/package.json b/smart-contracts-hardhat/package.json index c161ebf..fccab2a 100644 --- a/smart-contracts-hardhat/package.json +++ b/smart-contracts-hardhat/package.json @@ -15,6 +15,7 @@ "prettier-plugin-solidity": "^1.3.1" }, "dependencies": { + "@erc725/erc725.js": "^0.27.0", "@lukso/lsp-smart-contracts": "^0.14.0" } }