@xswap-link/sdk 0.9.5 → 0.9.7

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/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @xswap-link/xswap-sdk
2
2
 
3
+ ## 0.9.7
4
+
5
+ ### Patch Changes
6
+
7
+ - fa12ba5: "fix: adjust the swap provider logic"
8
+
9
+ ## 0.9.6
10
+
11
+ ### Patch Changes
12
+
13
+ - b19be3f: fixed settings padding
14
+
3
15
  ## 0.9.5
4
16
 
5
17
  ### Patch Changes
package/dist/index.d.mts CHANGED
@@ -162,6 +162,7 @@ type ModalIntegrationThemeStyles = {
162
162
  warningLight?: string;
163
163
  errorDark?: string;
164
164
  errorLight?: string;
165
+ chainlinkLogo?: string;
165
166
  };
166
167
  type ModalIntegrationStyles = Pick<ModalIntegrationThemeStyles, "mainAccentLight" | "mainAccentDark" | "textSecondary"> & {
167
168
  width?: string;
@@ -295,6 +296,8 @@ type Chain = {
295
296
  scanApiURL?: string;
296
297
  defaultDstChain?: string;
297
298
  disabledForDestination?: string[];
299
+ supportedDstForBridge?: string[];
300
+ supportedDstForSwap?: string[];
298
301
  };
299
302
  type Token = {
300
303
  address: string;
package/dist/index.d.ts CHANGED
@@ -162,6 +162,7 @@ type ModalIntegrationThemeStyles = {
162
162
  warningLight?: string;
163
163
  errorDark?: string;
164
164
  errorLight?: string;
165
+ chainlinkLogo?: string;
165
166
  };
166
167
  type ModalIntegrationStyles = Pick<ModalIntegrationThemeStyles, "mainAccentLight" | "mainAccentDark" | "textSecondary"> & {
167
168
  width?: string;
@@ -295,6 +296,8 @@ type Chain = {
295
296
  scanApiURL?: string;
296
297
  defaultDstChain?: string;
297
298
  disabledForDestination?: string[];
299
+ supportedDstForBridge?: string[];
300
+ supportedDstForSwap?: string[];
298
301
  };
299
302
  type Token = {
300
303
  address: string;