Skip to content

Commit

Permalink
fix: decrease amout vaule in permit batch call
Browse files Browse the repository at this point in the history
  • Loading branch information
loatheb authored Oct 22, 2024
1 parent 4e4f091 commit 305487b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export default (params: IEIP712Params) => ({
},
{
token: '0xb0b86991c6218b36c1d19d4a2e9eb0ce3606eb48',
amount: '2461501637330902918203684832716283019655932542975',
amount: '1461501637330902918203684832716283019655932542975',
expiration: '1722887642',
nonce: '6',
},
Expand Down

0 comments on commit 305487b

Please sign in to comment.