Skip to content

Commit

Permalink
Add comment and add alpha suffix to package version.
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarlycow committed Mar 23, 2024
1 parent afbb9b1 commit 40da789
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aperture_finance/uni-v3-lib",
"description": "A suite of Solidity libraries that have been imported and rewritten from Uniswap's v3-core and v3-periphery",
"version": "2.0.0",
"version": "2.0.0-alpha.0",
"author": "Aperture Finance",
"homepage": "https://aperture.finance/",
"license": "GPL-2.0-or-later",
Expand Down
1 change: 1 addition & 0 deletions test/PoolAddress.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ contract PoolAddressTest is BaseTest {

contract PoolAddressPCSTest is PoolAddressTest {
function setUp() public override {
// This is the PancakeSwap V3 *deployer* contract address as this is used instead of the factory in pool address computation.
factory = 0x41ff9AA7e16B8B1a8a8dc4f0eFacd93D02d071c9;
ogWrapper = IPoolAddress(deployCode("PoolAddressPancakeSwapV3Test.sol"));
wrapper = new PoolAddressPancakeSwapV3Wrapper();
Expand Down

0 comments on commit 40da789

Please sign in to comment.