@sodax/sdk 1.4.3-beta → 1.4.5-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -8745,7 +8745,7 @@ var universalRouterAbi = [
|
|
|
8745
8745
|
];
|
|
8746
8746
|
|
|
8747
8747
|
// ../types/dist/constants/index.js
|
|
8748
|
-
var CONFIG_VERSION =
|
|
8748
|
+
var CONFIG_VERSION = 34;
|
|
8749
8749
|
var AVALANCHE_MAINNET_CHAIN_ID = "0xa86a.avax";
|
|
8750
8750
|
var ARBITRUM_MAINNET_CHAIN_ID = "0xa4b1.arbitrum";
|
|
8751
8751
|
var BASE_MAINNET_CHAIN_ID = "0x2105.base";
|
|
@@ -34691,7 +34691,7 @@ var AssetService = class {
|
|
|
34691
34691
|
spokeProvider.chainConfig.chain.id,
|
|
34692
34692
|
this.hubProvider
|
|
34693
34693
|
);
|
|
34694
|
-
let recipient =
|
|
34694
|
+
let recipient = walletAddress;
|
|
34695
34695
|
let dstChainId = spokeProvider.chainConfig.chain.id;
|
|
34696
34696
|
if (params.dst) {
|
|
34697
34697
|
if (isSpokeProviderObjectType(params.dst)) {
|