Skip to content

Commit

Permalink
publish 0.33.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mschneider committed Nov 30, 2024
1 parent f58bf7e commit 008100a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockworks-foundation/mango-v4",
"version": "0.33.7",
"version": "0.33.8",
"description": "Typescript Client for mango-v4 program.",
"repository": "https://github.com/blockworks-foundation/mango-v4",
"author": {
Expand Down
4 changes: 1 addition & 3 deletions ts/client/src/utils/rpc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -288,9 +288,7 @@ export const createComputeBudgetIx = (
return computeBudgetIx;
};

export const createComputeLimitIx = (
units: number,
): TransactionInstruction => {
export const createComputeLimitIx = (units: number): TransactionInstruction => {
const computeBudgetIx = ComputeBudgetProgram.setComputeUnitLimit({
units,
});
Expand Down

0 comments on commit 008100a

Please sign in to comment.