@instadapp/avocado-base 0.0.0-dev.c3dc65c → 0.0.0-dev.c8dd0df

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/utils/utils.d.ts CHANGED
@@ -11,8 +11,10 @@ declare global {
11
11
  | 250
12
12
  | 634
13
13
  | 1313161554
14
+ | 8453
15
+ | 122
14
16
  | 63400;
15
-
17
+
16
18
  type ISlackMessageType = "danger" | "error" | "success" | "banner";
17
19
 
18
20
  type MetadataTypes = keyof typeof MetadataEnums;
@@ -33,6 +35,7 @@ declare global {
33
35
  balanceResolverAddress?: string;
34
36
  usdcAddress: string;
35
37
  explorerUrl: string;
38
+ apiURL?: string;
36
39
  params: {
37
40
  chainName?: string;
38
41
  iconUrls?: string[];
@@ -108,7 +111,7 @@ declare global {
108
111
  };
109
112
 
110
113
  type MetadataProps = {
111
- type: MetadataTypes,
114
+ type: MetadataTypes;
112
115
  encodedData: string;
113
116
  version?: string;
114
117
  };
@@ -124,8 +127,6 @@ declare global {
124
127
  coingecko_id: string;
125
128
  sparkline_price_7d: number[];
126
129
  }
127
-
128
130
  }
129
131
 
130
- export { }
131
-
132
+ export {};