Skip to content

Commit

Permalink
add uniswap and openzeppelin to regular dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Jun 29, 2023
1 parent 2f1af0a commit 0101909
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
"@nomicfoundation/hardhat-toolbox": "^2.0.0",
"@nomiclabs/hardhat-etherscan": "^3.0.0",
"@openzeppelin/contracts": "^4.9.0",
"@openzeppelin/contracts": "^4.9.2",
"@typechain/ethers-v5": "^10.1.0",
"@typechain/hardhat": "^6.1.2",
"@types/chai": "^4.2.0",
Expand All @@ -38,7 +38,6 @@
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"@uniswap/v2-core": "^1.0.1",
"@uniswap/v2-periphery": "^1.1.0-beta.0",
"@zetachain/addresses": "^0.0.10",
"@zetachain/interfaces": "^0.0.1",
"@zetachain/networks": "^2.2.0-athens3",
Expand Down Expand Up @@ -76,6 +75,7 @@
"dependencies": {
"@inquirer/prompts": "^2.1.1",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@uniswap/v2-periphery": "^1.1.0-beta.0",
"@zetachain/faucet-cli": "^2.0.1",
"@zetachain/protocol-contracts": "^1.0.0-athens3",
"axios": "^1.4.0",
Expand All @@ -85,4 +85,4 @@
"form-data": "^4.0.0",
"hardhat": "^2.15.0"
}
}
}
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@
table "^6.8.0"
undici "^5.14.0"

"@openzeppelin/contracts@^4.9.0":
"@openzeppelin/contracts@^4.9.2":
version "4.9.2"
resolved "https://registry.yarnpkg.com/@openzeppelin/contracts/-/contracts-4.9.2.tgz#1cb2d5e4d3360141a17dbc45094a8cad6aac16c1"
integrity sha512-mO+y6JaqXjWeMh9glYVzVu8HYPGknAAnWyxTRhGeckOruyXQMNnlcW6w/Dx9ftLeIQk6N+ZJFuVmTwF7lEIFrg==
Expand Down

0 comments on commit 0101909

Please sign in to comment.