@merkl/api 1.1.44 → 1.1.45

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.
@@ -11946,10 +11946,6 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
11946
11946
  creatorId: string | null;
11947
11947
  address: string;
11948
11948
  associated: string[];
11949
- } | {
11950
- addresses: `0x${string}`[];
11951
- tags: never[];
11952
- creatorId: null;
11953
11949
  };
11954
11950
  422: {
11955
11951
  type: "validation";
@@ -22680,10 +22676,6 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
22680
22676
  creatorId: string | null;
22681
22677
  address: string;
22682
22678
  associated: string[];
22683
- } | {
22684
- addresses: `0x${string}`[];
22685
- tags: never[];
22686
- creatorId: null;
22687
22679
  };
22688
22680
  422: {
22689
22681
  type: "validation";
@@ -11947,10 +11947,6 @@ declare const app: Elysia<"", {
11947
11947
  creatorId: string | null;
11948
11948
  address: string;
11949
11949
  associated: string[];
11950
- } | {
11951
- addresses: `0x${string}`[];
11952
- tags: never[];
11953
- creatorId: null;
11954
11950
  };
11955
11951
  422: {
11956
11952
  type: "validation";
@@ -10477,10 +10477,6 @@ export declare const v4: Elysia<"/v4", {
10477
10477
  creatorId: string | null;
10478
10478
  address: string;
10479
10479
  associated: string[];
10480
- } | {
10481
- addresses: `0x${string}`[];
10482
- tags: never[];
10483
- creatorId: null;
10484
10480
  };
10485
10481
  422: {
10486
10482
  type: "validation";
@@ -30,10 +30,6 @@ export declare const TonController: Elysia<"ton", {
30
30
  creatorId: string | null;
31
31
  address: string;
32
32
  associated: string[];
33
- } | {
34
- addresses: `0x${string}`[];
35
- tags: never[];
36
- creatorId: null;
37
33
  };
38
34
  422: {
39
35
  type: "validation";
@@ -1,4 +1,4 @@
1
- import { type Multicall } from "@package/contracts";
1
+ import { type Multicall } from "@merkl/contracts";
2
2
  import { type ethers } from "ethers";
3
3
  export declare const providers: {
4
4
  42161: ethers.providers.StaticJsonRpcProvider | ethers.providers.InfuraProvider;