Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion smart-contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@nomicfoundation/hardhat-chai-matchers": "2.1.0",
"@nomicfoundation/hardhat-ethers": "3.1.0",
"@nomicfoundation/hardhat-ignition": "0.15.13",
"@nomicfoundation/hardhat-ignition-ethers": "0.15.14",
"@nomicfoundation/hardhat-ignition-ethers": "3.0.6",
"@nomicfoundation/hardhat-network-helpers": "3.0.0",
"@nomicfoundation/hardhat-toolbox": "6.1.0",
"@nomicfoundation/hardhat-verify": "2.1.1",
Expand Down
46 changes: 37 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3855,6 +3855,15 @@ __metadata:
languageName: node
linkType: hard

"@nomicfoundation/hardhat-errors@npm:^3.0.2":
version: 3.0.6
resolution: "@nomicfoundation/hardhat-errors@npm:3.0.6"
dependencies:
"@nomicfoundation/hardhat-utils": "npm:^3.0.1"
checksum: 10/06ba2efcc6b44da905c325e631cf0518e9a71ebad5c4b248b4e47a64d5098f5f75696dafedcb86ead734f6028c2ed66a1dd28db81c76698913b48ee60287c92a
languageName: node
linkType: hard

"@nomicfoundation/hardhat-ethers@npm:3.1.0":
version: 3.1.0
resolution: "@nomicfoundation/hardhat-ethers@npm:3.1.0"
Expand All @@ -3881,16 +3890,19 @@ __metadata:
languageName: node
linkType: hard

"@nomicfoundation/hardhat-ignition-ethers@npm:0.15.14":
version: 0.15.14
resolution: "@nomicfoundation/hardhat-ignition-ethers@npm:0.15.14"
"@nomicfoundation/hardhat-ignition-ethers@npm:3.0.6":
version: 3.0.6
resolution: "@nomicfoundation/hardhat-ignition-ethers@npm:3.0.6"
dependencies:
"@nomicfoundation/hardhat-errors": "npm:^3.0.2"
peerDependencies:
"@nomicfoundation/hardhat-ethers": ^3.1.0
"@nomicfoundation/hardhat-ignition": ^0.15.13
"@nomicfoundation/ignition-core": ^0.15.13
"@nomicfoundation/hardhat-ethers": ^4.0.0
"@nomicfoundation/hardhat-ignition": ^3.0.6
"@nomicfoundation/hardhat-verify": ^3.0.0
"@nomicfoundation/ignition-core": ^3.0.6
ethers: ^6.14.0
hardhat: ^2.26.0
checksum: 10/35e3ce5fac88d0c4655229311f60991916713d8a1afa586b618d984835a4a1124f50e13dc82c5dcaa8b0e1bd68c212ee9fdc2a56932323143dac8187bfca3e96
hardhat: ^3.0.0
checksum: 10/771b9203821151c8ab7904fe5a25547837f1e65ef7c6b30043e8a4e0128eaa3308bbe420b080a5e6f56d5fcac79e3e7a2be835c065d3fa0599a12d345e3b9d24
languageName: node
linkType: hard

Expand Down Expand Up @@ -3966,6 +3978,22 @@ __metadata:
languageName: node
linkType: hard

"@nomicfoundation/hardhat-utils@npm:^3.0.1":
version: 3.0.5
resolution: "@nomicfoundation/hardhat-utils@npm:3.0.5"
dependencies:
"@streamparser/json-node": "npm:^0.0.22"
debug: "npm:^4.3.2"
env-paths: "npm:^2.2.0"
ethereum-cryptography: "npm:^2.2.1"
fast-equals: "npm:^5.0.1"
json-stream-stringify: "npm:^3.1.6"
rfdc: "npm:^1.3.1"
undici: "npm:^6.16.1"
checksum: 10/f9abafa2daad6f258cb10b33fd3f53d903686dfb239feef109b447f242ee19221c043955d9377be2fe0af741c99b0fd700a7e6bf1b26f24431debe60d42b1e95
languageName: node
linkType: hard

"@nomicfoundation/hardhat-verify@npm:2.1.1":
version: 2.1.1
resolution: "@nomicfoundation/hardhat-verify@npm:2.1.1"
Expand Down Expand Up @@ -4998,7 +5026,7 @@ __metadata:
"@nomicfoundation/hardhat-chai-matchers": "npm:2.1.0"
"@nomicfoundation/hardhat-ethers": "npm:3.1.0"
"@nomicfoundation/hardhat-ignition": "npm:0.15.13"
"@nomicfoundation/hardhat-ignition-ethers": "npm:0.15.14"
"@nomicfoundation/hardhat-ignition-ethers": "npm:3.0.6"
"@nomicfoundation/hardhat-network-helpers": "npm:3.0.0"
"@nomicfoundation/hardhat-toolbox": "npm:6.1.0"
"@nomicfoundation/hardhat-verify": "npm:2.1.1"
Expand Down
Loading