Skip to content

Commit

Permalink
Merge branch 'master' into feat/integrate-trezor
Browse files Browse the repository at this point in the history
  • Loading branch information
nxqbao authored May 9, 2023
2 parents 1787817 + 1d55c10 commit 43f8f8a
Show file tree
Hide file tree
Showing 11 changed files with 5,395 additions and 5,212 deletions.
48 changes: 48 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,53 @@
# hardhat-deploy

## 0.11.28

### Patch Changes

- fix ledger

## 0.11.27

### Patch Changes

- fix ledger support by @stupid-boar

## 0.11.26

### Patch Changes

- use pnpm + support latest zksync

## 0.11.25

### Patch Changes

- allow to export as typescript const

## 0.11.24

### Patch Changes

- allow to use HARDHAT_DEPLOY_EXPORT for the export command too

## 0.11.23

### Patch Changes

- Adding the Sepolia network to the network list, so we can verify contracts in the Sepolia network.

## 0.11.22

### Patch Changes

- fix UUPS upgrade logic

## 0.11.21

### Patch Changes

- add UUPS optio

## 0.11.20

### Patch Changes
Expand Down
81 changes: 42 additions & 39 deletions README.md

Large diffs are not rendered by default.

17 changes: 14 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hardhat-deploy",
"version": "0.11.20",
"version": "0.11.28",
"description": "Hardhat Plugin For Replicable Deployments And Tests",
"repository": "github:wighawag/hardhat-deploy",
"author": "wighawag",
Expand Down Expand Up @@ -58,6 +58,17 @@
"typescript": "^4.3.5"
},
"dependencies": {
"@ethersproject/abi": "^5.7.0",
"@ethersproject/abstract-signer": "^5.7.0",
"@ethersproject/address": "^5.7.0",
"@ethersproject/bignumber": "^5.7.0",
"@ethersproject/bytes": "^5.7.0",
"@ethersproject/constants": "^5.7.0",
"@ethersproject/contracts": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@ethersproject/solidity": "^5.7.0",
"@ethersproject/transactions": "^5.7.0",
"@ethersproject/wallet": "^5.7.0",
"@types/qs": "^6.9.7",
"axios": "^0.21.1",
"chalk": "^4.1.2",
Expand All @@ -70,7 +81,7 @@
"match-all": "^1.2.6",
"murmur-128": "^0.2.1",
"qs": "^6.9.4",
"zksync-web3": "^0.8.1"
"zksync-web3": "^0.14.3"
},
"scripts": {
"prepare": "node ./.setup.js",
Expand All @@ -85,4 +96,4 @@
"publish:release": "npm publish",
"prepublishOnly": "npm run build"
}
}
}
Loading

0 comments on commit 43f8f8a

Please sign in to comment.