@merkl/api 1.4.8 → 1.4.9

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.
@@ -7443,6 +7443,7 @@ export declare const v4: Elysia<"/v4", {
7443
7443
  post: {
7444
7444
  body: {
7445
7445
  addressOrSymbol: string;
7446
+ chainId?: number | undefined;
7446
7447
  method: "COINGECKO" | "CONSTANT" | "DEFILLAMA" | "DEXSCREENER" | "EQUAL_TO" | "ERC4626" | "INDEXCOOP" | "ONCHAIN_CALL" | "UNISWAP_V2";
7447
7448
  args: {};
7448
7449
  protected?: boolean | undefined;
@@ -7510,6 +7511,7 @@ export declare const v4: Elysia<"/v4", {
7510
7511
  patch: {
7511
7512
  body: {
7512
7513
  addressOrSymbol?: string | undefined;
7514
+ chainId?: number | undefined;
7513
7515
  method?: "COINGECKO" | "CONSTANT" | "DEFILLAMA" | "DEXSCREENER" | "EQUAL_TO" | "ERC4626" | "INDEXCOOP" | "ONCHAIN_CALL" | "UNISWAP_V2" | undefined;
7514
7516
  args?: {} | undefined;
7515
7517
  protected?: boolean | undefined;
package/package.json CHANGED
@@ -22,5 +22,5 @@
22
22
  "access": "public",
23
23
  "registry": "https://registry.npmjs.org/"
24
24
  },
25
- "version": "1.4.8"
25
+ "version": "1.4.9"
26
26
  }