File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @mento-protocol/mento-sdk" ,
33 "description" : " Official SDK for interacting with the Mento Protocol" ,
4- "version" : " 3.0.0-beta.14 " ,
4+ "version" : " 3.0.0-beta.16 " ,
55 "license" : " MIT" ,
66 "author" : " Mento Labs" ,
77 "keywords" : [
Original file line number Diff line number Diff line change @@ -19,5 +19,5 @@ export const ROUTER_ABI = parseAbi([
1919
2020 // Structs
2121 'struct Route { address from; address to; address factory; }' ,
22- 'struct Zap { address tokenA; address tokenB; address factory; uint256 amountAMin ; uint256 amountBMin ; uint256 amountOutMinA ; uint256 amountOutMinB ; }' ,
22+ 'struct Zap { address tokenA; address tokenB; address factory; uint256 amountOutMinA ; uint256 amountOutMinB ; uint256 amountAMin ; uint256 amountBMin ; }' ,
2323] )
You can’t perform that action at this time.
0 commit comments