Skip to content

Commit

Permalink
Merge pull request #161 from gammaswap/upd-v1core1.1.24
Browse files Browse the repository at this point in the history
publish package
  • Loading branch information
0xDanr committed Jan 20, 2024
2 parents 8a016e3 + 9ddc997 commit 2255bd3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
3 changes: 1 addition & 2 deletions contracts/test/TestGammaPoolFactory.sol
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ contract TestGammaPoolFactory is IGammaPoolFactory, AbstractRateParamsStore {
protocol = _protocol;
}

function removeProtocol(uint16) external override {
protocol = address(0);
function lockProtocol(uint16) external override {
}

function getProtocol(uint16) external override view returns (address) {
Expand Down
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.28",
"version": "1.1.29",
"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.23",
"@gammaswap/v1-core": "^1.1.24",
"@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.23":
version "1.1.23"
resolved "https://npm.pkg.github.com/download/@gammaswap/v1-core/1.1.23/72fbe7482d0602b2293cd355231971c4a345497b#72fbe7482d0602b2293cd355231971c4a345497b"
integrity sha512-MqqrVL2v9IQitmonlbq6HYBErtOH+uZKKgWHnINLdVPk6VJ+xExWCpKymBrJ9t82cRCJ6reJ1u1sRdATkFpRyg==
"@gammaswap/v1-core@^1.1.24":
version "1.1.24"
resolved "https://npm.pkg.github.com/download/@gammaswap/v1-core/1.1.24/4fdbba39c49b0eee785b9cbe5a1fee2fac2b2906#4fdbba39c49b0eee785b9cbe5a1fee2fac2b2906"
integrity sha512-5+j8MkALY+1um/BklUoIyKDlJaCozMthuqxirRDwrV8LbJpJya+jXfyVaqdEyevTQgar4+Xo9uVo3YfrW2p1yg==
dependencies:
"@openzeppelin/contracts" "^4.7.0"

Expand Down

0 comments on commit 2255bd3

Please sign in to comment.