Skip to content

Commit

Permalink
feat: updates deterministic-factory
Browse files Browse the repository at this point in the history
  • Loading branch information
0xged committed Nov 10, 2023
1 parent 258aa84 commit ec4ac18
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mean-finance/chainlink-registry",
"version": "2.1.0",
"version": "2.2.0",
"description": "A Chainlink Feed Registry by mean.finance",
"keywords": [
"ethereum",
Expand Down Expand Up @@ -64,7 +64,7 @@
"dependencies": {
"@0xged/hardhat-deploy": "0.11.5",
"@chainlink/contracts": "0.4.2",
"@mean-finance/deterministic-factory": "1.6.0",
"@mean-finance/deterministic-factory": "1.10.0",
"@openzeppelin/contracts": "4.7.3"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1182,10 +1182,10 @@
"@jridgewell/resolve-uri" "^3.0.3"
"@jridgewell/sourcemap-codec" "^1.4.10"

"@mean-finance/deterministic-factory@1.6.0":
version "1.6.0"
resolved "https://registry.yarnpkg.com/@mean-finance/deterministic-factory/-/deterministic-factory-1.6.0.tgz#d1778d1b6d44de0695fe0defeb2dd3d4c1a2236e"
integrity sha512-Ympjbm+Pq8JwSGXNlknHkIn8sEiuNuG5ap6rh2Co9NQG6kljivdTvq2sm7uZGDHdmWGYnBBb4P590bxbG9XpQQ==
"@mean-finance/deterministic-factory@1.10.0":
version "1.10.0"
resolved "https://registry.yarnpkg.com/@mean-finance/deterministic-factory/-/deterministic-factory-1.10.0.tgz#eaa270b8093de88723d4e410bcc26a7f1908d1c0"
integrity sha512-VifnRk8CnKlxcWSjzND2j9p79Tvo/yCJWEJdUI5SyP0RU57K3I2MCkEI9HL2nSQtGqi8ziF7ZtyPi3GA53vs/Q==
dependencies:
"@openzeppelin/contracts" "4.6.0"
"@rari-capital/solmate" "6.2.0"
Expand Down

0 comments on commit ec4ac18

Please sign in to comment.