rubic-sdk 4.28.1-alpha-syncswap-tokens.0 → 4.28.1-alpha-syncswap-tokens.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,5 +7,5 @@ export declare class ZkSyncSyncSwapProvider extends SyncSwapAbstractProvider {
7
7
  readonly factories: string[];
8
8
  readonly routeTokens: string[];
9
9
  readonly masterAddress = "0xbb05918e9b4ba9fe2c8384d223f0844867909ffb";
10
- readonly maxTransitTokens = 1;
10
+ readonly maxTransitTokens = 2;
11
11
  }
@@ -19,7 +19,7 @@ class ZkSyncSyncSwapProvider extends sync_swap_abstract_provider_1.SyncSwapAbstr
19
19
  '0x3355df6D4c9C3035724Fd0e3914dE96A5a83aaf4' // USDC
20
20
  ];
21
21
  this.masterAddress = '0xbb05918e9b4ba9fe2c8384d223f0844867909ffb';
22
- this.maxTransitTokens = 1;
22
+ this.maxTransitTokens = 2;
23
23
  }
24
24
  }
25
25
  exports.ZkSyncSyncSwapProvider = ZkSyncSyncSwapProvider;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rubic-sdk",
3
- "version": "4.28.1-alpha-syncswap-tokens.0",
3
+ "version": "4.28.1-alpha-syncswap-tokens.1",
4
4
  "description": "Simplify dApp creation",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",