Skip to content

Commit

Permalink
legacy vault id
Browse files Browse the repository at this point in the history
  • Loading branch information
ewansheldon committed Feb 3, 2025
1 parent 6dc3538 commit aa45a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/redemption.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ const scheduleRedemptionData = async _ => {
}
}).sort(byValue)

const lockedCollateralSorted = tokenID > 107 ? (await getLockedCollateral(vaultAddress)).sort(byValue) : [];
const lockedCollateralSorted = tokenID > 122 ? (await getLockedCollateral(vaultAddress)).sort(byValue) : [];
const potentialCandidate = {
tokenID,
minted
Expand Down

0 comments on commit aa45a48

Please sign in to comment.