Skip to content

Commit

Permalink
remove anchor mock flag
Browse files Browse the repository at this point in the history
  • Loading branch information
gianfra-t committed Dec 20, 2024
1 parent dc7f68d commit 78e1d79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const config = {
projectId: '299fda67fbf3b60a31ba8695524534cd',
},
test: {
mockSep24: true,
mockSep24: false,
overwriteMinimumTransferAmount: false,
},
supportUrl: 'https://forms.gle/bgH4XTTbQ3YbwQ3t7',
Expand Down
1 change: 1 addition & 0 deletions src/services/phases/signedTransactions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export async function prepareTransactions(state: OfframpingState, context: Execu
} = state;

const { pendulumNode } = context;

const spacewalkRedeemTransaction = await prepareSpacewalkRedeemTransaction(state, context);
const nablaApproveTransaction = await prepareNablaApproveTransaction(state, context);
const nablaSwapTransaction = await prepareNablaSwapTransaction(state, context);
Expand Down

0 comments on commit 78e1d79

Please sign in to comment.