Skip to content

Commit

Permalink
Merge pull request #156 from gammaswap/feat/upgrades
Browse files Browse the repository at this point in the history
upgrade v1-core, add typechain
publish package
  • Loading branch information
Kalesberg committed Jan 17, 2024
2 parents 036e087 + 53a0f03 commit 968925c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gammaswap/v1-implementations",
"version": "1.1.23",
"version": "1.1.24",
"description": "Pool and strategies implementation contracts for GammaSwap V1 protocol",
"homepage": "https://gammaswap.com",
"scripts": {
Expand All @@ -20,7 +20,8 @@
"files": [
"artifacts",
"contracts",
"typechain"
"typechain",
"typechain-types"
],
"keywords": [
"gammaswap",
Expand Down Expand Up @@ -70,7 +71,7 @@
"typescript": "^4.7.4"
},
"dependencies": {
"@gammaswap/v1-core": "^1.1.19",
"@gammaswap/v1-core": "^1.1.20",
"@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.19":
version "1.1.19"
resolved "https://npm.pkg.github.com/download/@gammaswap/v1-core/1.1.19/d78644960daec9f3117f4bc8d57d575d376537d8#d78644960daec9f3117f4bc8d57d575d376537d8"
integrity sha512-XFgqWLQMr9X3B+4MgHGGWDwWwXzk8izYRMcLcpVXHC3Hd/NHeSumeeObf5GRsloZ5PPnqwbr2IY2k91OtikoAQ==
"@gammaswap/v1-core@^1.1.20":
version "1.1.20"
resolved "https://npm.pkg.github.com/download/@gammaswap/v1-core/1.1.20/70bc7df09404186a5bb993c5880550c537276a46#70bc7df09404186a5bb993c5880550c537276a46"
integrity sha512-Cb66rfz7e5vIM97g4e8iD01+G9maB+hrhyyu/j09m7tt5ZC8tjbhcIrbBpsKtXF5n1j8Crm7m8tyA2DirfulaA==
dependencies:
"@openzeppelin/contracts" "^4.7.0"

Expand Down

0 comments on commit 968925c

Please sign in to comment.