Skip to content

Commit

Permalink
Merge pull request #95 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 bdaba02 + 221fd36 commit ebf2802
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 @@ -40,8 +40,7 @@ contract TestGammaPoolFactory is AbstractGammaPoolFactory {
implementation = _protocol;
}

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

function createPool(uint16 protocolId, address cfmm, address[] calldata tokens, bytes calldata _data) external virtual override returns(address pool){
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-periphery",
"version": "1.1.16",
"version": "1.1.17",
"description": "Periphery contracts for the GammaSwap V1 protocol",
"homepage": "https://gammaswap.com",
"scripts": {
Expand Down Expand Up @@ -67,7 +67,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 @@ -576,10 +576,10 @@
resolved "https://registry.yarnpkg.com/@fastify/busboy/-/busboy-2.0.0.tgz#f22824caff3ae506b18207bad4126dbc6ccdb6b8"
integrity sha512-JUFJad5lv7jxj926GPgymrWQxxjPYuJNiNjNMzqT+HiuP6Vl3dk5xzG+8sTX96np0ZAluvaMzPsjhHZ5rNuNQQ==

"@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 ebf2802

Please sign in to comment.