@sodax/sdk 1.4.2-beta → 1.4.3-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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -31024,7 +31024,7 @@ var BridgeService = class {
|
|
|
31024
31024
|
const [fromTokenInfo, toTokenInfo] = tokenInfos;
|
|
31025
31025
|
invariant6__default.default(fromTokenInfo, "From token info not found");
|
|
31026
31026
|
invariant6__default.default(toTokenInfo, "To token info not found");
|
|
31027
|
-
if (!fromTokenInfo.isSupported) {
|
|
31027
|
+
if (from.xChainId !== this.hubProvider.chainConfig.chain.id && !fromTokenInfo.isSupported) {
|
|
31028
31028
|
return {
|
|
31029
31029
|
ok: true,
|
|
31030
31030
|
value: {
|