Skip to content

chore(deps-dev): bump @tenderly/hardhat-tenderly from 1.0.15 to 1.1.0 #123

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
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 contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@nomiclabs/hardhat-ethers": "npm:[email protected]",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@openzeppelin/contracts": "^4.6.0",
"@tenderly/hardhat-tenderly": "^1.0.15",
"@tenderly/hardhat-tenderly": "^1.1.0",
"@typechain/ethers-v5": "^10.0.0",
"@typechain/hardhat": "^6.1.2",
"@types/chai": "^4.3.1",
Expand Down
89 changes: 83 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1165,6 +1165,23 @@ __metadata:
languageName: node
linkType: hard

"@ethersproject/abi@npm:5.6.4":
version: 5.6.4
resolution: "@ethersproject/abi@npm:5.6.4"
dependencies:
"@ethersproject/address": ^5.6.1
"@ethersproject/bignumber": ^5.6.2
"@ethersproject/bytes": ^5.6.1
"@ethersproject/constants": ^5.6.1
"@ethersproject/hash": ^5.6.1
"@ethersproject/keccak256": ^5.6.1
"@ethersproject/logger": ^5.6.0
"@ethersproject/properties": ^5.6.0
"@ethersproject/strings": ^5.6.1
checksum: b5e70fa13a29e1143131a0ed25053a3d355c07353e13d436f42add33f40753b5541a088cf31a1ccca6448bb1d773a41ece0bf8367490d3f2ad394a4c26f4876f
languageName: node
linkType: hard

"@ethersproject/abstract-provider@npm:5.6.1, @ethersproject/abstract-provider@npm:^5.6.1":
version: 5.6.1
resolution: "@ethersproject/abstract-provider@npm:5.6.1"
Expand Down Expand Up @@ -1355,6 +1372,15 @@ __metadata:
languageName: node
linkType: hard

"@ethersproject/networks@npm:5.6.4":
version: 5.6.4
resolution: "@ethersproject/networks@npm:5.6.4"
dependencies:
"@ethersproject/logger": ^5.6.0
checksum: d41c07497de4ace3f57e972428685a8703a867600cf01f2bc15a21fcb7f99afb3f05b3d8dbb29ac206473368f30d60b98dc445cc38403be4cbe6f804f70e5173
languageName: node
linkType: hard

"@ethersproject/pbkdf2@npm:5.6.1, @ethersproject/pbkdf2@npm:^5.6.1":
version: 5.6.1
resolution: "@ethersproject/pbkdf2@npm:5.6.1"
Expand Down Expand Up @@ -2228,7 +2254,7 @@ __metadata:
"@nomiclabs/hardhat-ethers": "npm:[email protected]"
"@nomiclabs/hardhat-waffle": ^2.0.3
"@openzeppelin/contracts": ^4.6.0
"@tenderly/hardhat-tenderly": ^1.0.15
"@tenderly/hardhat-tenderly": ^1.1.0
"@typechain/ethers-v5": ^10.0.0
"@typechain/hardhat": ^6.1.2
"@types/chai": ^4.3.1
Expand Down Expand Up @@ -2509,6 +2535,16 @@ __metadata:
languageName: node
linkType: hard

"@nomiclabs/hardhat-ethers@npm:^2.0.6":
version: 2.0.6
resolution: "@nomiclabs/hardhat-ethers@npm:2.0.6"
peerDependencies:
ethers: ^5.0.0
hardhat: ^2.0.0
checksum: 82319a2615804abae2ca70834a20bfc2874c742094fadeaea55e5c788e589794836a3a2eaaf19d8aecdadf1fd0bd7a4f9eac2c32bbda9ed081c8e2e3d4fe55cc
languageName: node
linkType: hard

"@nomiclabs/hardhat-ethers@npm:[email protected], hardhat-deploy-ethers@npm:^0.3.0-beta.13":
version: 0.3.0-beta.13
resolution: "hardhat-deploy-ethers@npm:0.3.0-beta.13"
Expand Down Expand Up @@ -3689,16 +3725,19 @@ __metadata:
languageName: node
linkType: hard

"@tenderly/hardhat-tenderly@npm:^1.0.15":
version: 1.0.15
resolution: "@tenderly/hardhat-tenderly@npm:1.0.15"
"@tenderly/hardhat-tenderly@npm:^1.1.0":
version: 1.1.1
resolution: "@tenderly/hardhat-tenderly@npm:1.1.1"
dependencies:
"@nomiclabs/hardhat-ethers": ^2.0.6
axios: ^0.21.1
ethers: ^5.6.8
fs-extra: ^9.0.1
hardhat-deploy: ^0.11.10
js-yaml: ^3.14.0
peerDependencies:
hardhat: ^2.0.3
checksum: 83320a156de40da873bd7ad6d32b6fdae57f30d2e2bb7792e9062acf0f025d8c0b128c5d1ce43d33f685d9f0e4094ae5836c1e472b995d7bc5ba7810917fbc09
hardhat: ^2.9.9
checksum: 1d73eae126b4194a5cf34f5baff5cfc0fb4e498282c10f7900120e0fe765d45609d9dfd4dec604ccd284ffb7593c7294649d1fcb89b36c2a19925cd5ee38931c
languageName: node
linkType: hard

Expand Down Expand Up @@ -10403,6 +10442,44 @@ __metadata:
languageName: node
linkType: hard

"ethers@npm:^5.6.8":
version: 5.6.9
resolution: "ethers@npm:5.6.9"
dependencies:
"@ethersproject/abi": 5.6.4
"@ethersproject/abstract-provider": 5.6.1
"@ethersproject/abstract-signer": 5.6.2
"@ethersproject/address": 5.6.1
"@ethersproject/base64": 5.6.1
"@ethersproject/basex": 5.6.1
"@ethersproject/bignumber": 5.6.2
"@ethersproject/bytes": 5.6.1
"@ethersproject/constants": 5.6.1
"@ethersproject/contracts": 5.6.2
"@ethersproject/hash": 5.6.1
"@ethersproject/hdnode": 5.6.2
"@ethersproject/json-wallets": 5.6.1
"@ethersproject/keccak256": 5.6.1
"@ethersproject/logger": 5.6.0
"@ethersproject/networks": 5.6.4
"@ethersproject/pbkdf2": 5.6.1
"@ethersproject/properties": 5.6.0
"@ethersproject/providers": 5.6.8
"@ethersproject/random": 5.6.1
"@ethersproject/rlp": 5.6.1
"@ethersproject/sha2": 5.6.1
"@ethersproject/signing-key": 5.6.2
"@ethersproject/solidity": 5.6.1
"@ethersproject/strings": 5.6.1
"@ethersproject/transactions": 5.6.2
"@ethersproject/units": 5.6.1
"@ethersproject/wallet": 5.6.2
"@ethersproject/web": 5.6.1
"@ethersproject/wordlists": 5.6.1
checksum: e4a029ad55da2355cb7b0ff178b38b0df27f9013604b0600c246dba297223ac2ce8ef0380758fa535cd82ea46bceb4a71aeb29949e1693f3a9c60d4cdaceb208
languageName: node
linkType: hard

"ethjs-unit@npm:0.1.6":
version: 0.1.6
resolution: "ethjs-unit@npm:0.1.6"
Expand Down