@@ -1165,6 +1165,23 @@ __metadata:
11651165 languageName: node
11661166 linkType: hard
11671167
1168+ "@ethersproject/abi@npm:5.6.4":
1169+ version: 5.6.4
1170+ resolution: "@ethersproject/abi@npm:5.6.4"
1171+ dependencies:
1172+ "@ethersproject/address": ^5.6.1
1173+ "@ethersproject/bignumber": ^5.6.2
1174+ "@ethersproject/bytes": ^5.6.1
1175+ "@ethersproject/constants": ^5.6.1
1176+ "@ethersproject/hash": ^5.6.1
1177+ "@ethersproject/keccak256": ^5.6.1
1178+ "@ethersproject/logger": ^5.6.0
1179+ "@ethersproject/properties": ^5.6.0
1180+ "@ethersproject/strings": ^5.6.1
1181+ checksum: b5e70fa13a29e1143131a0ed25053a3d355c07353e13d436f42add33f40753b5541a088cf31a1ccca6448bb1d773a41ece0bf8367490d3f2ad394a4c26f4876f
1182+ languageName: node
1183+ linkType: hard
1184+
11681185"@ethersproject/abstract-provider@npm:5.6.1, @ethersproject/abstract-provider@npm:^5.6.1":
11691186 version: 5.6.1
11701187 resolution: "@ethersproject/abstract-provider@npm:5.6.1"
@@ -1355,6 +1372,15 @@ __metadata:
13551372 languageName: node
13561373 linkType: hard
13571374
1375+ "@ethersproject/networks@npm:5.6.4":
1376+ version: 5.6.4
1377+ resolution: "@ethersproject/networks@npm:5.6.4"
1378+ dependencies:
1379+ "@ethersproject/logger": ^5.6.0
1380+ checksum: d41c07497de4ace3f57e972428685a8703a867600cf01f2bc15a21fcb7f99afb3f05b3d8dbb29ac206473368f30d60b98dc445cc38403be4cbe6f804f70e5173
1381+ languageName: node
1382+ linkType: hard
1383+
13581384"@ethersproject/pbkdf2@npm:5.6.1, @ethersproject/pbkdf2@npm:^5.6.1":
13591385 version: 5.6.1
13601386 resolution: "@ethersproject/pbkdf2@npm:5.6.1"
@@ -2228,7 +2254,7 @@ __metadata:
22282254 "@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers@0.3.0-beta.13"
22292255 "@nomiclabs/hardhat-waffle": ^2.0.3
22302256 "@openzeppelin/contracts": ^4.6.0
2231- "@tenderly/hardhat-tenderly": ^1.0.15
2257+ "@tenderly/hardhat-tenderly": ^1.1.0
22322258 "@typechain/ethers-v5": ^10.0.0
22332259 "@typechain/hardhat": ^6.1.2
22342260 "@types/chai": ^4.3.1
@@ -2509,6 +2535,16 @@ __metadata:
25092535 languageName: node
25102536 linkType: hard
25112537
2538+ "@nomiclabs/hardhat-ethers@npm:^2.0.6":
2539+ version: 2.0.6
2540+ resolution: "@nomiclabs/hardhat-ethers@npm:2.0.6"
2541+ peerDependencies:
2542+ ethers: ^5.0.0
2543+ hardhat: ^2.0.0
2544+ checksum: 82319a2615804abae2ca70834a20bfc2874c742094fadeaea55e5c788e589794836a3a2eaaf19d8aecdadf1fd0bd7a4f9eac2c32bbda9ed081c8e2e3d4fe55cc
2545+ languageName: node
2546+ linkType: hard
2547+
25122548"@nomiclabs/hardhat-ethers@npm:hardhat-deploy-ethers@0.3.0-beta.13, hardhat-deploy-ethers@npm:^0.3.0-beta.13":
25132549 version: 0.3.0-beta.13
25142550 resolution: "hardhat-deploy-ethers@npm:0.3.0-beta.13"
@@ -3689,16 +3725,19 @@ __metadata:
36893725 languageName: node
36903726 linkType: hard
36913727
3692- "@tenderly/hardhat-tenderly@npm:^1.0.15 ":
3693- version: 1.0.15
3694- resolution: "@tenderly/hardhat-tenderly@npm:1.0.15 "
3728+ "@tenderly/hardhat-tenderly@npm:^1.1.0 ":
3729+ version: 1.1.1
3730+ resolution: "@tenderly/hardhat-tenderly@npm:1.1.1 "
36953731 dependencies:
3732+ "@nomiclabs/hardhat-ethers": ^2.0.6
36963733 axios: ^0.21.1
3734+ ethers: ^5.6.8
36973735 fs-extra: ^9.0.1
3736+ hardhat-deploy: ^0.11.10
36983737 js-yaml: ^3.14.0
36993738 peerDependencies:
3700- hardhat: ^2.0.3
3701- checksum: 83320a156de40da873bd7ad6d32b6fdae57f30d2e2bb7792e9062acf0f025d8c0b128c5d1ce43d33f685d9f0e4094ae5836c1e472b995d7bc5ba7810917fbc09
3739+ hardhat: ^2.9.9
3740+ checksum: 1d73eae126b4194a5cf34f5baff5cfc0fb4e498282c10f7900120e0fe765d45609d9dfd4dec604ccd284ffb7593c7294649d1fcb89b36c2a19925cd5ee38931c
37023741 languageName: node
37033742 linkType: hard
37043743
@@ -10403,6 +10442,44 @@ __metadata:
1040310442 languageName: node
1040410443 linkType: hard
1040510444
10445+ "ethers@npm:^5.6.8":
10446+ version: 5.6.9
10447+ resolution: "ethers@npm:5.6.9"
10448+ dependencies:
10449+ "@ethersproject/abi": 5.6.4
10450+ "@ethersproject/abstract-provider": 5.6.1
10451+ "@ethersproject/abstract-signer": 5.6.2
10452+ "@ethersproject/address": 5.6.1
10453+ "@ethersproject/base64": 5.6.1
10454+ "@ethersproject/basex": 5.6.1
10455+ "@ethersproject/bignumber": 5.6.2
10456+ "@ethersproject/bytes": 5.6.1
10457+ "@ethersproject/constants": 5.6.1
10458+ "@ethersproject/contracts": 5.6.2
10459+ "@ethersproject/hash": 5.6.1
10460+ "@ethersproject/hdnode": 5.6.2
10461+ "@ethersproject/json-wallets": 5.6.1
10462+ "@ethersproject/keccak256": 5.6.1
10463+ "@ethersproject/logger": 5.6.0
10464+ "@ethersproject/networks": 5.6.4
10465+ "@ethersproject/pbkdf2": 5.6.1
10466+ "@ethersproject/properties": 5.6.0
10467+ "@ethersproject/providers": 5.6.8
10468+ "@ethersproject/random": 5.6.1
10469+ "@ethersproject/rlp": 5.6.1
10470+ "@ethersproject/sha2": 5.6.1
10471+ "@ethersproject/signing-key": 5.6.2
10472+ "@ethersproject/solidity": 5.6.1
10473+ "@ethersproject/strings": 5.6.1
10474+ "@ethersproject/transactions": 5.6.2
10475+ "@ethersproject/units": 5.6.1
10476+ "@ethersproject/wallet": 5.6.2
10477+ "@ethersproject/web": 5.6.1
10478+ "@ethersproject/wordlists": 5.6.1
10479+ checksum: e4a029ad55da2355cb7b0ff178b38b0df27f9013604b0600c246dba297223ac2ce8ef0380758fa535cd82ea46bceb4a71aeb29949e1693f3a9c60d4cdaceb208
10480+ languageName: node
10481+ linkType: hard
10482+
1040610483"ethjs-unit@npm:0.1.6":
1040710484 version: 0.1.6
1040810485 resolution: "ethjs-unit@npm:0.1.6"
0 commit comments