Skip to content

Commit

Permalink
fix: replaced _value argument for amount
Browse files Browse the repository at this point in the history
  • Loading branch information
dcrescimbeni committed Mar 28, 2023
1 parent ed002e1 commit 23e165b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/davi/src/utils/encodingCalls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export const encodeActions = async (
...newCall,
approval: {
...decodedApprovalCall,
amount: decodedApprovalCall?.args?._value,
amount: decodedApprovalCall?.args?.amount,
token: decodedApprovalCall?.to,
},
};
Expand Down

0 comments on commit 23e165b

Please sign in to comment.