rubic-sdk 4.27.0-alpha-fusionx.0 → 4.27.0-alpha-fusionx.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,6 +5,6 @@ const tokens_1 = require("../../../../../../../../common/tokens");
5
5
  const blockchain_name_1 = require("../../../../../../../../core/blockchain/models/blockchain-name");
6
6
  exports.FUSIONX_PROVIDER_CONFIGURATION = {
7
7
  wethAddress: tokens_1.wrappedNativeTokensList[blockchain_name_1.BLOCKCHAIN_NAME.MANTLE].address,
8
- maxTransitTokens: 1
8
+ maxTransitTokens: 2
9
9
  };
10
10
  //# sourceMappingURL=provider-configuration.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rubic-sdk",
3
- "version": "4.27.0-alpha-fusionx.0",
3
+ "version": "4.27.0-alpha-fusionx.1",
4
4
  "description": "Simplify dApp creation",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",