Skip to content

Commit

Permalink
Merge pull request #163 from gammaswap/upd-v1core1.1.26
Browse files Browse the repository at this point in the history
publish package
  • Loading branch information
0xDanr committed Jan 30, 2024
2 parents 139a42f + 638ef95 commit 73a9597
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": "@gammaswap/v1-implementations",
"version": "1.1.30",
"version": "1.1.31",
"description": "Pool and strategies implementation contracts for GammaSwap V1 protocol",
"homepage": "https://gammaswap.com",
"scripts": {
Expand Down Expand Up @@ -71,7 +71,7 @@
"typescript": "^4.7.4"
},
"dependencies": {
"@gammaswap/v1-core": "^1.1.25",
"@gammaswap/v1-core": "^1.1.26",
"@openzeppelin/contracts": "^4.7.0"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -449,10 +449,10 @@
"@ethersproject/properties" "^5.7.0"
"@ethersproject/strings" "^5.7.0"

"@gammaswap/v1-core@^1.1.25":
version "1.1.25"
resolved "https://npm.pkg.github.com/download/@gammaswap/v1-core/1.1.25/4c9bedec02f7cd4a4972531303e0aef9a60a21ab#4c9bedec02f7cd4a4972531303e0aef9a60a21ab"
integrity sha512-JYsZtxLAk09byopG6Sb/A4kqp80NIr3z28b+i5/PEO6FmDnCRXqgwXaWEG7JwaRsxorZrMDcjeugZHJj4THiHA==
"@gammaswap/v1-core@^1.1.26":
version "1.1.26"
resolved "https://npm.pkg.github.com/download/@gammaswap/v1-core/1.1.26/e4573e5666df73ede26bfdc625cae55b8cc5da93#e4573e5666df73ede26bfdc625cae55b8cc5da93"
integrity sha512-W1HR+ZaA2cUGGToi6JipgiOFfKxuUc1ERymPXVaSrhg/4qch4B89fUDgBFXCcmNNiclMuy0f4ljsXXhikAbKyQ==
dependencies:
"@openzeppelin/contracts" "^4.7.0"

Expand Down

0 comments on commit 73a9597

Please sign in to comment.