Skip to content

Commit d9e7c27

Browse files
committed
fix: router ordering mismatch
1 parent 833e65a commit d9e7c27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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": [

src/core/abis/router.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
])

0 commit comments

Comments
 (0)