@b3dotfun/sdk 0.0.20-alpha.2 → 0.0.20-alpha.3

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.
@@ -38,9 +38,9 @@ export declare const useGenerateSigMintData: ({ recipientAddress, contractAddres
38
38
  maxSupply?: number | undefined;
39
39
  conditions?: {
40
40
  chainId: number;
41
- tokenAddress: string;
42
41
  conditionType: "user-owns-tokens";
43
42
  isOnchain: boolean;
43
+ tokenAddress: string;
44
44
  tokenAmount: string;
45
45
  }[] | undefined;
46
46
  isFreeMint?: boolean | undefined;
@@ -90,9 +90,9 @@ export declare const useSigMintCollection: ({ address, chainId }: FindByAddressP
90
90
  description?: string | undefined;
91
91
  name?: string | undefined;
92
92
  image?: string | undefined;
93
+ attributes?: any;
93
94
  externalLink?: string | undefined;
94
95
  appUri?: string | undefined;
95
- attributes?: any;
96
96
  backgroundColor?: string | undefined;
97
97
  promptImageUrl?: string | undefined;
98
98
  };
@@ -38,9 +38,9 @@ export declare const useGenerateSigMintData: ({ recipientAddress, contractAddres
38
38
  maxSupply?: number | undefined;
39
39
  conditions?: {
40
40
  chainId: number;
41
- tokenAddress: string;
42
41
  conditionType: "user-owns-tokens";
43
42
  isOnchain: boolean;
43
+ tokenAddress: string;
44
44
  tokenAmount: string;
45
45
  }[] | undefined;
46
46
  isFreeMint?: boolean | undefined;
@@ -90,9 +90,9 @@ export declare const useSigMintCollection: ({ address, chainId }: FindByAddressP
90
90
  description?: string | undefined;
91
91
  name?: string | undefined;
92
92
  image?: string | undefined;
93
+ attributes?: any;
93
94
  externalLink?: string | undefined;
94
95
  appUri?: string | undefined;
95
- attributes?: any;
96
96
  backgroundColor?: string | undefined;
97
97
  promptImageUrl?: string | undefined;
98
98
  };
@@ -38,9 +38,9 @@ export declare const useGenerateSigMintData: ({ recipientAddress, contractAddres
38
38
  maxSupply?: number | undefined;
39
39
  conditions?: {
40
40
  chainId: number;
41
- tokenAddress: string;
42
41
  conditionType: "user-owns-tokens";
43
42
  isOnchain: boolean;
43
+ tokenAddress: string;
44
44
  tokenAmount: string;
45
45
  }[] | undefined;
46
46
  isFreeMint?: boolean | undefined;
@@ -90,9 +90,9 @@ export declare const useSigMintCollection: ({ address, chainId }: FindByAddressP
90
90
  description?: string | undefined;
91
91
  name?: string | undefined;
92
92
  image?: string | undefined;
93
+ attributes?: any;
93
94
  externalLink?: string | undefined;
94
95
  appUri?: string | undefined;
95
- attributes?: any;
96
96
  backgroundColor?: string | undefined;
97
97
  promptImageUrl?: string | undefined;
98
98
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@b3dotfun/sdk",
3
- "version": "0.0.20-alpha.2",
3
+ "version": "0.0.20-alpha.3",
4
4
  "source": "src/index.ts",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "react-native": "./dist/cjs/index.native.js",
@@ -191,7 +191,7 @@
191
191
  ],
192
192
  "dependencies": {
193
193
  "@amplitude/analytics-browser": "2.14.0",
194
- "@b3dotfun/b3-api": "0.0.30",
194
+ "@b3dotfun/b3-api": "0.0.31",
195
195
  "@b3dotfun/basement-api": "0.0.11",
196
196
  "@b3dotfun/bondkit": "^0.1.17",
197
197
  "@chakra-ui/react": "2.10.7",