Skip to content

Commit

Permalink
back to regular api json
Browse files Browse the repository at this point in the history
  • Loading branch information
ewansheldon committed Nov 21, 2024
1 parent 411f560 commit 71beb83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/redemptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ const managerABI = [
];

const getRedemptionData = async _ => {
return ethers.utils.arrayify(ethers.utils.defaultAbiCoder.encode(['uint256','address'],['29','0x82aF49447D8a07e3bd95BD0d56f35241523fBab1']));
return {tokenID: '29', collateral: '0x82aF49447D8a07e3bd95BD0d56f35241523fBab1'};
};

module.exports = {
Expand Down

0 comments on commit 71beb83

Please sign in to comment.