Skip to content

Commit

Permalink
Bump/stake-for-fee-sdk version (#178)
Browse files Browse the repository at this point in the history
* bump: stake-for-fee-sdk

* fix: use correct feature flag binary

---------

Co-authored-by: codewithgun <[email protected]>
  • Loading branch information
00xSam and codewithgun authored Nov 19, 2024
1 parent 7f13c97 commit 6e83c5d
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 10 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Security

## @mercurial-finance/dynamic-amm-sdk [1.1.15] - PR[#178](https://github.com/mercurial-finance/mercurial-dynamic-amm-sdk/pull/178)

### Added

- Update ` @meteora-ag/[email protected]`

## @mercurial-finance/dynamic-amm-sdk [1.1.14] - PR[#177](https://github.com/mercurial-finance/mercurial-dynamic-amm-sdk/pull/177)

### Added
Expand Down
Binary file modified dynamic-amm-quote/tests/fixtures/dynamic_amm.so
Binary file not shown.
4 changes: 2 additions & 2 deletions ts-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mercurial-finance/dynamic-amm-sdk",
"version": "1.1.14",
"version": "1.1.15",
"description": "Mercurial Vaults SDK is a typescript library that allows you to interact with Mercurial v2's AMM.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand All @@ -17,7 +17,7 @@
"@mercurial-finance/token-math": "6.0.0",
"@mercurial-finance/vault-sdk": "2.2.0",
"@metaplex-foundation/mpl-token-metadata": "~2.13.0",
"@meteora-ag/stake-for-fee": "1.0.22",
"@meteora-ag/stake-for-fee": "1.0.26",
"@project-serum/anchor": "^0.24.2",
"@solana/buffer-layout": "^3 || ^4",
"@solana/spl-token": "^0.4.6",
Expand Down
10 changes: 5 additions & 5 deletions ts-client/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions ts-client/src/amm/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,6 @@ export default class AmmImpl implements AmmImplementation {
const createFeeVaultIxs = await StakeForFee.createFeeVaultInstructions(
connection,
poolPubkey,
tokenAMint,
payer,
tokenAMint,
tokenBMint,
Expand Down Expand Up @@ -803,7 +802,7 @@ export default class AmmImpl implements AmmImplementation {
feeVault?: {
secondsToFullUnlock: BN;
topListLength: number;
startClaimFeeTimestamp: BN | null;
startFeeDistributeTimestamp: BN | null;
unstakeLockDuration: BN;
};
},
Expand Down Expand Up @@ -1029,7 +1028,6 @@ export default class AmmImpl implements AmmImplementation {
const createFeeVaultIxs = await StakeForFee.createFeeVaultInstructions(
connection,
poolPubkey,
tokenAMint,
payer,
tokenAMint,
tokenBMint,
Expand Down

0 comments on commit 6e83c5d

Please sign in to comment.