Skip to content

Commit

Permalink
feat: fixed approval buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaquinBattilana committed Mar 14, 2024
1 parent 21da8a2 commit 2496445
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/store/v3MigrationSlice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,8 @@ export const createV3MigrationSlice: StateCreator<
const borrowPermitPayloads = selectMigrationBorrowPermitPayloads(
get(),
toUserSummary,
userMigrationReserves.borrowReserves
userMigrationReserves.borrowReserves,
true
);

const supplyPermitPayloads = selectUserSupplyIncreasedReservesForMigrationPermits(
Expand Down

0 comments on commit 2496445

Please sign in to comment.