|
@@ -24,7 +24,7 @@
|
|
|
"eslint-plugin-prettier": "^5.0.1",
|
|
|
"ethers": "^6.8.1",
|
|
|
"hardhat": "^2.19.0",
|
|
|
- "hardhat-deploy": "^0.11.43",
|
|
|
+ "hardhat-deploy": "^0.12.0",
|
|
|
"prettier": "^3.0.3",
|
|
|
"prettier-plugin-solidity": "^1.2.0",
|
|
|
"solhint": "^4.0.0",
|
|
@@ -8609,9 +8609,9 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/hardhat-deploy": {
|
|
|
- "version": "0.11.43",
|
|
|
- "resolved": "https://registry.npmjs.org/hardhat-deploy/-/hardhat-deploy-0.11.43.tgz",
|
|
|
- "integrity": "sha512-D760CjDtinwjOCpKOvdyRtIJYLQIYXmhfgkFe+AkxlYM9bPZ/T4tZ/xIB2tR89ZT+z0hF1YuZFBXIL3/G/9T5g==",
|
|
|
+ "version": "0.12.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/hardhat-deploy/-/hardhat-deploy-0.12.1.tgz",
|
|
|
+ "integrity": "sha512-ayPJqBCElzPeiwdHUEV0rKQ6NvKStjQAxCqCPlsavQVaxl7uZUHt/d+XbLqglVFqOOpHHs6L9K4W1vxPbsOy5Q==",
|
|
|
"dev": true,
|
|
|
"dependencies": {
|
|
|
"@ethersproject/abi": "^5.7.0",
|
|
@@ -8637,7 +8637,7 @@
|
|
|
"match-all": "^1.2.6",
|
|
|
"murmur-128": "^0.2.1",
|
|
|
"qs": "^6.9.4",
|
|
|
- "zksync-web3": "^0.14.3"
|
|
|
+ "zksync-ethers": "^5.0.0"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/hardhat-deploy/node_modules/ansi-styles": {
|
|
@@ -8772,15 +8772,6 @@
|
|
|
"node": ">=8"
|
|
|
}
|
|
|
},
|
|
|
- "node_modules/hardhat-deploy/node_modules/zksync-web3": {
|
|
|
- "version": "0.14.4",
|
|
|
- "resolved": "https://registry.npmjs.org/zksync-web3/-/zksync-web3-0.14.4.tgz",
|
|
|
- "integrity": "sha512-kYehMD/S6Uhe1g434UnaMN+sBr9nQm23Ywn0EUP5BfQCsbjcr3ORuS68PosZw8xUTu3pac7G6YMSnNHk+fwzvg==",
|
|
|
- "dev": true,
|
|
|
- "peerDependencies": {
|
|
|
- "ethers": "^5.7.0"
|
|
|
- }
|
|
|
- },
|
|
|
"node_modules/hardhat-gas-reporter": {
|
|
|
"version": "1.0.9",
|
|
|
"resolved": "https://registry.npmjs.org/hardhat-gas-reporter/-/hardhat-gas-reporter-1.0.9.tgz",
|
|
@@ -16016,6 +16007,66 @@
|
|
|
"funding": {
|
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
|
}
|
|
|
+ },
|
|
|
+ "node_modules/zksync-ethers": {
|
|
|
+ "version": "5.4.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/zksync-ethers/-/zksync-ethers-5.4.0.tgz",
|
|
|
+ "integrity": "sha512-UG6czQ/xGqe7iv/Pvs3r1W/ardflSUyCZ5ZbpINNunFArxVEPVobjNLNIJjD0ZRFnEi8LGXSnBPmBnurwk4FRQ==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "ethers": "~5.7.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "ethers": "~5.7.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/zksync-ethers/node_modules/ethers": {
|
|
|
+ "version": "5.7.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/ethers/-/ethers-5.7.2.tgz",
|
|
|
+ "integrity": "sha512-wswUsmWo1aOK8rR7DIKiWSw9DbLWe6x98Jrn8wcTflTVvaXhAMaB5zGAXy0GYQEQp9iO1iSHWVyARQm11zUtyg==",
|
|
|
+ "dev": true,
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://www.buymeacoffee.com/ricmoo"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "dependencies": {
|
|
|
+ "@ethersproject/abi": "5.7.0",
|
|
|
+ "@ethersproject/abstract-provider": "5.7.0",
|
|
|
+ "@ethersproject/abstract-signer": "5.7.0",
|
|
|
+ "@ethersproject/address": "5.7.0",
|
|
|
+ "@ethersproject/base64": "5.7.0",
|
|
|
+ "@ethersproject/basex": "5.7.0",
|
|
|
+ "@ethersproject/bignumber": "5.7.0",
|
|
|
+ "@ethersproject/bytes": "5.7.0",
|
|
|
+ "@ethersproject/constants": "5.7.0",
|
|
|
+ "@ethersproject/contracts": "5.7.0",
|
|
|
+ "@ethersproject/hash": "5.7.0",
|
|
|
+ "@ethersproject/hdnode": "5.7.0",
|
|
|
+ "@ethersproject/json-wallets": "5.7.0",
|
|
|
+ "@ethersproject/keccak256": "5.7.0",
|
|
|
+ "@ethersproject/logger": "5.7.0",
|
|
|
+ "@ethersproject/networks": "5.7.1",
|
|
|
+ "@ethersproject/pbkdf2": "5.7.0",
|
|
|
+ "@ethersproject/properties": "5.7.0",
|
|
|
+ "@ethersproject/providers": "5.7.2",
|
|
|
+ "@ethersproject/random": "5.7.0",
|
|
|
+ "@ethersproject/rlp": "5.7.0",
|
|
|
+ "@ethersproject/sha2": "5.7.0",
|
|
|
+ "@ethersproject/signing-key": "5.7.0",
|
|
|
+ "@ethersproject/solidity": "5.7.0",
|
|
|
+ "@ethersproject/strings": "5.7.0",
|
|
|
+ "@ethersproject/transactions": "5.7.0",
|
|
|
+ "@ethersproject/units": "5.7.0",
|
|
|
+ "@ethersproject/wallet": "5.7.0",
|
|
|
+ "@ethersproject/web": "5.7.1",
|
|
|
+ "@ethersproject/wordlists": "5.7.0"
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
}
|