@relayprotocol/relay-kit-hooks 3.0.17 → 3.0.19

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.
@@ -81,7 +81,7 @@ export default function (baseApiUrl?: string, options?: ChainsQuery, queryOption
81
81
  approvalProxy?: string | undefined;
82
82
  } | undefined;
83
83
  } | undefined;
84
- vmType?: "evm" | "svm" | "bvm" | "tvm" | "suivm" | "hypevm" | "lvm" | "tonvm" | undefined;
84
+ vmType?: "evm" | "svm" | "bvm" | "tvm" | "hypevm" | "lvm" | "tonvm" | undefined;
85
85
  explorerQueryParams?: {
86
86
  [key: string]: unknown;
87
87
  } | null | undefined;
@@ -15,7 +15,7 @@ export default function (baseApiUrl?: string, options?: GetCurrenciesBody, query
15
15
  symbol?: string | undefined;
16
16
  name?: string | undefined;
17
17
  decimals?: number | undefined;
18
- vmType?: "evm" | "svm" | "bvm" | "tvm" | "suivm" | "hypevm" | "lvm" | "tonvm" | undefined;
18
+ vmType?: "evm" | "svm" | "bvm" | "tvm" | "hypevm" | "lvm" | "tonvm" | undefined;
19
19
  metadata?: {
20
20
  logoURI?: string | undefined;
21
21
  verified?: boolean | undefined;
@@ -28,7 +28,7 @@ export default function (baseApiUrl?: string, options?: GetCurrenciesBody, query
28
28
  symbol?: string | undefined;
29
29
  name?: string | undefined;
30
30
  decimals?: number | undefined;
31
- vmType?: "evm" | "svm" | "bvm" | "tvm" | "suivm" | "hypevm" | "lvm" | "tonvm" | undefined;
31
+ vmType?: "evm" | "svm" | "bvm" | "tvm" | "hypevm" | "lvm" | "tonvm" | undefined;
32
32
  metadata?: {
33
33
  logoURI?: string | undefined;
34
34
  verified?: boolean | undefined;
@@ -13,7 +13,7 @@ declare const _default: (baseApiUrl?: string, queryParams?: TrendingCurrenciesQu
13
13
  symbol?: string | undefined;
14
14
  name?: string | undefined;
15
15
  decimals?: number | undefined;
16
- vmType?: "evm" | "svm" | "bvm" | "tvm" | "suivm" | "hypevm" | "lvm" | "tonvm" | undefined;
16
+ vmType?: "evm" | "svm" | "bvm" | "tvm" | "hypevm" | "lvm" | "tonvm" | undefined;
17
17
  metadata?: {
18
18
  logoURI?: string | undefined;
19
19
  verified?: boolean | undefined;