@instadapp/avocado-base 0.0.0-dev.0b204e7 → 0.0.0-dev.0c93591

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
@@ -21,6 +21,7 @@ declare global {
21
21
  | 169
22
22
  | 34443
23
23
  | 81457
24
+ | 59144
24
25
 
25
26
  type ISlackMessageType = "danger" | "error" | "success" | "banner";
26
27
 
@@ -44,7 +45,8 @@ declare global {
44
45
  explorerUrl: string;
45
46
  fakeTransactionHash: string;
46
47
  viemChain: Chain;
47
- apiURL?: string;
48
+ // must start with https://
49
+ apiURL: `https://${string}` | null;
48
50
  params: {
49
51
  chainName?: string;
50
52
  iconUrls?: string[];