@silentswap/sdk 0.1.54 → 0.1.56

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.
Files changed (2) hide show
  1. package/dist/bridge.d.ts +1 -0
  2. package/package.json +1 -1
package/dist/bridge.d.ts CHANGED
@@ -225,6 +225,7 @@ export interface DeBridgeOrderResponse {
225
225
  chainId?: number;
226
226
  amount: string;
227
227
  approximateUsdValue: number;
228
+ originApproximateUsdValue?: number;
228
229
  };
229
230
  dstChainTokenOut: {
230
231
  chainId?: number;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@silentswap/sdk",
3
3
  "type": "module",
4
- "version": "0.1.54",
4
+ "version": "0.1.56",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
7
7
  "files": [