@metamask-previews/bridge-status-controller 49.0.1-preview-e8868d87 → 49.0.1-preview-5f3688c1

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.
@@ -20,6 +20,7 @@ export declare const getStatusRequestParams: (quoteResponse: QuoteResponse<strin
20
20
  srcChainId: number;
21
21
  destChainId: number;
22
22
  quote: {
23
+ requestId: string;
23
24
  srcChainId: number;
24
25
  destChainId: number;
25
26
  srcAsset: {
@@ -42,7 +43,6 @@ export declare const getStatusRequestParams: (quoteResponse: QuoteResponse<strin
42
43
  iconUrl?: string | null | undefined;
43
44
  icon?: string | null | undefined;
44
45
  };
45
- requestId: string;
46
46
  srcTokenAmount: string;
47
47
  destTokenAmount: string;
48
48
  minDestTokenAmount: string;
@@ -20,6 +20,7 @@ export declare const getStatusRequestParams: (quoteResponse: QuoteResponse<strin
20
20
  srcChainId: number;
21
21
  destChainId: number;
22
22
  quote: {
23
+ requestId: string;
23
24
  srcChainId: number;
24
25
  destChainId: number;
25
26
  srcAsset: {
@@ -42,7 +43,6 @@ export declare const getStatusRequestParams: (quoteResponse: QuoteResponse<strin
42
43
  iconUrl?: string | null | undefined;
43
44
  icon?: string | null | undefined;
44
45
  };
45
- requestId: string;
46
46
  srcTokenAmount: string;
47
47
  destTokenAmount: string;
48
48
  minDestTokenAmount: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/bridge-status-controller",
3
- "version": "49.0.1-preview-e8868d87",
3
+ "version": "49.0.1-preview-5f3688c1",
4
4
  "description": "Manages bridge-related status fetching functionality for MetaMask",
5
5
  "keywords": [
6
6
  "MetaMask",