Skip to content

Commit

Permalink
🔧 Remove OpenZeppelin Dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
  • Loading branch information
pcaversaccio committed Oct 10, 2023
1 parent c07da02 commit 90b6e1c
Show file tree
Hide file tree
Showing 6 changed files with 1,103 additions and 31 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ With `npm` version `6`:

```console
# based on ethers v6
npm install --save-dev xdeployer @nomicfoundation/hardhat-ethers ethers '@openzeppelin/contracts@^4.9.3'
npm install --save-dev xdeployer @nomicfoundation/hardhat-ethers ethers
```

<details>
Expand All @@ -51,7 +51,7 @@ Or if you are using [Yarn](https://classic.yarnpkg.com):

```console
# based on ethers v6
yarn add --dev xdeployer @nomicfoundation/hardhat-ethers ethers '@openzeppelin/contracts@^4.9.3'
yarn add --dev xdeployer @nomicfoundation/hardhat-ethers ethers
```

<details>
Expand Down Expand Up @@ -99,7 +99,6 @@ import "xdeployer";

- [@nomicfoundation/hardhat-ethers](https://www.npmjs.com/package/@nomicfoundation/hardhat-ethers)
- [ethers](https://www.npmjs.com/package/ethers)
- [@openzeppelin/contracts](https://www.npmjs.com/package/@openzeppelin/contracts)

## Tasks

Expand Down
8 changes: 0 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
],
"devDependencies": {
"@nomicfoundation/hardhat-ethers": "^3.0.4",
"@openzeppelin/contracts": "^4.9.3",
"@types/chai": "^4.3.7",
"@types/fs-extra": "^11.0.2",
"@types/mocha": "^10.0.2",
Expand All @@ -64,7 +63,6 @@
},
"peerDependencies": {
"@nomicfoundation/hardhat-ethers": "^3.0.4",
"@openzeppelin/contracts": "^4.9.3",
"ethers": "^6.7.1",
"hardhat": "^2.18.0"
}
Expand Down
Loading

0 comments on commit 90b6e1c

Please sign in to comment.