@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.mjs
CHANGED
|
@@ -30993,7 +30993,7 @@ var BridgeService = class {
|
|
|
30993
30993
|
const [fromTokenInfo, toTokenInfo] = tokenInfos;
|
|
30994
30994
|
invariant6(fromTokenInfo, "From token info not found");
|
|
30995
30995
|
invariant6(toTokenInfo, "To token info not found");
|
|
30996
|
-
if (!fromTokenInfo.isSupported) {
|
|
30996
|
+
if (from.xChainId !== this.hubProvider.chainConfig.chain.id && !fromTokenInfo.isSupported) {
|
|
30997
30997
|
return {
|
|
30998
30998
|
ok: true,
|
|
30999
30999
|
value: {
|