File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/spl-token-bonding/src Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1666,8 +1666,8 @@ export class SplTokenBonding extends AnchorSdk<SplTokenBondingIDL> {
1666
1666
1667
1667
const instructions = [ ] ;
1668
1668
const signers = [ ] ;
1669
- let req = ComputeBudgetProgram . setComputeUnitLimit ( { units : 400000 } ) ;
1670
- instructions . push ( req ) ;
1669
+ // let req = ComputeBudgetProgram.setComputeUnitLimit({units: 400000});
1670
+ // instructions.push(req);
1671
1671
1672
1672
if ( ! destination ) {
1673
1673
destination = await Token . getAssociatedTokenAddress (
@@ -2170,8 +2170,8 @@ export class SplTokenBonding extends AnchorSdk<SplTokenBondingIDL> {
2170
2170
) ;
2171
2171
2172
2172
const instructions = [ ] ;
2173
- let req = ComputeBudgetProgram . setComputeUnitLimit ( { units : 350000 } ) ;
2174
- instructions . push ( req ) ;
2173
+ // let req = ComputeBudgetProgram.setComputeUnitLimit({units: 350000});
2174
+ // instructions.push(req);
2175
2175
if ( ! source ) {
2176
2176
source = await Token . getAssociatedTokenAddress (
2177
2177
ASSOCIATED_TOKEN_PROGRAM_ID ,
You can’t perform that action at this time.
0 commit comments