Skip to content

Commit

Permalink
Merge pull request #90 from gammaswap/feat/upgrades
Browse files Browse the repository at this point in the history
publish package
  • Loading branch information
0xDanr committed Jan 16, 2024
2 parents 5bfa381 + 0263bc9 commit 3eccdc5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions contracts/test/TestGammaPoolFactory.sol
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ contract TestGammaPoolFactory is AbstractGammaPoolFactory {
return implementation;
}

function getProtocolBeacon(uint16) external override view returns (address) {
return address(0);
}

function isProtocolRestricted(uint16) external virtual override view returns(bool) {
return false;
}
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.11",
"version": "1.1.12",
"description": "Periphery contracts for the GammaSwap V1 protocol",
"homepage": "https://gammaswap.com",
"scripts": {
Expand Down Expand Up @@ -66,7 +66,7 @@
"typescript": "^4.7.4"
},
"dependencies": {
"@gammaswap/v1-core": "^1.1.18",
"@gammaswap/v1-core": "^1.1.19",
"@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.18":
version "1.1.18"
resolved "https://npm.pkg.github.com/download/@gammaswap/v1-core/1.1.18/13a8a43e2d50b463592c2383fdb847bc88fc9d23#13a8a43e2d50b463592c2383fdb847bc88fc9d23"
integrity sha512-t5u3GGBz9LjK9ozs5gZ9MJ2v+cLk9z2oKWN0mmg0vxd99nXehEIKN8rpv6P7l6bcDCFs9p1Id1IyLtOHqsYvwQ==
"@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==
dependencies:
"@openzeppelin/contracts" "^4.7.0"

Expand Down

0 comments on commit 3eccdc5

Please sign in to comment.