flipmeme-sdk 1.2.62 → 1.2.63

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/dist/index.d.mts CHANGED
@@ -262,6 +262,7 @@ declare const SDK_SOLANA_CONFIG: {
262
262
  SELL_CHUNK_SIZE: number;
263
263
  EJECT_CHUNK_SIZE: number;
264
264
  };
265
+ declare const COLLECTION_BID_PRICE = 1000000000;
265
266
  declare const VALID_SIZE_PAIR: {
266
267
  3: {
267
268
  maxBufferSize: number;
@@ -358,4 +359,4 @@ declare const VALID_SIZE_PAIR: {
358
359
  */
359
360
  declare function placeTensorCollectionBid(price: number, quantity: number, collectionMint: string, privateKey: string): Promise<String>;
360
361
 
361
- export { type AssetData, type AssetInfo, BlockchainType, type BuyCreditParams, type BuyParams, type BuyResponse, type CollectionInfo, type CollectionParams, type Compression, type CreateCollectionResponse, ENV, type EthereumConfig, FlipmemeSDK, type MerkleProof, type NetworkAddress, type NftInfo, type Ownership, type ProfileSellParams, PurcahseType, RPC, type ReserveToken, type SDKTransaction, SDK_SOLANA_CONFIG, SOLANA_COMMON, SOLANA_DEV, SOLANA_MAIN, SOLANA_PUBKEYS, SOLANA_PUBKEYS_DEV, type SellData, type SellParams, type SellResponse, type SolanaConfig, VALID_SIZE_PAIR, isEthereumConfig, isSolanaConfig, placeTensorCollectionBid };
362
+ export { type AssetData, type AssetInfo, BlockchainType, type BuyCreditParams, type BuyParams, type BuyResponse, COLLECTION_BID_PRICE, type CollectionInfo, type CollectionParams, type Compression, type CreateCollectionResponse, ENV, type EthereumConfig, FlipmemeSDK, type MerkleProof, type NetworkAddress, type NftInfo, type Ownership, type ProfileSellParams, PurcahseType, RPC, type ReserveToken, type SDKTransaction, SDK_SOLANA_CONFIG, SOLANA_COMMON, SOLANA_DEV, SOLANA_MAIN, SOLANA_PUBKEYS, SOLANA_PUBKEYS_DEV, type SellData, type SellParams, type SellResponse, type SolanaConfig, VALID_SIZE_PAIR, isEthereumConfig, isSolanaConfig, placeTensorCollectionBid };
package/dist/index.d.ts CHANGED
@@ -262,6 +262,7 @@ declare const SDK_SOLANA_CONFIG: {
262
262
  SELL_CHUNK_SIZE: number;
263
263
  EJECT_CHUNK_SIZE: number;
264
264
  };
265
+ declare const COLLECTION_BID_PRICE = 1000000000;
265
266
  declare const VALID_SIZE_PAIR: {
266
267
  3: {
267
268
  maxBufferSize: number;
@@ -358,4 +359,4 @@ declare const VALID_SIZE_PAIR: {
358
359
  */
359
360
  declare function placeTensorCollectionBid(price: number, quantity: number, collectionMint: string, privateKey: string): Promise<String>;
360
361
 
361
- export { type AssetData, type AssetInfo, BlockchainType, type BuyCreditParams, type BuyParams, type BuyResponse, type CollectionInfo, type CollectionParams, type Compression, type CreateCollectionResponse, ENV, type EthereumConfig, FlipmemeSDK, type MerkleProof, type NetworkAddress, type NftInfo, type Ownership, type ProfileSellParams, PurcahseType, RPC, type ReserveToken, type SDKTransaction, SDK_SOLANA_CONFIG, SOLANA_COMMON, SOLANA_DEV, SOLANA_MAIN, SOLANA_PUBKEYS, SOLANA_PUBKEYS_DEV, type SellData, type SellParams, type SellResponse, type SolanaConfig, VALID_SIZE_PAIR, isEthereumConfig, isSolanaConfig, placeTensorCollectionBid };
362
+ export { type AssetData, type AssetInfo, BlockchainType, type BuyCreditParams, type BuyParams, type BuyResponse, COLLECTION_BID_PRICE, type CollectionInfo, type CollectionParams, type Compression, type CreateCollectionResponse, ENV, type EthereumConfig, FlipmemeSDK, type MerkleProof, type NetworkAddress, type NftInfo, type Ownership, type ProfileSellParams, PurcahseType, RPC, type ReserveToken, type SDKTransaction, SDK_SOLANA_CONFIG, SOLANA_COMMON, SOLANA_DEV, SOLANA_MAIN, SOLANA_PUBKEYS, SOLANA_PUBKEYS_DEV, type SellData, type SellParams, type SellResponse, type SolanaConfig, VALID_SIZE_PAIR, isEthereumConfig, isSolanaConfig, placeTensorCollectionBid };
package/dist/index.js CHANGED
@@ -65,6 +65,7 @@ var __async = (__this, __arguments, generator) => {
65
65
  var index_exports = {};
66
66
  __export(index_exports, {
67
67
  BlockchainType: () => BlockchainType,
68
+ COLLECTION_BID_PRICE: () => COLLECTION_BID_PRICE,
68
69
  ENV: () => ENV,
69
70
  FlipmemeSDK: () => FlipmemeSDK,
70
71
  PurcahseType: () => PurcahseType,
@@ -2059,6 +2060,7 @@ var SDK_SOLANA_CONFIG = {
2059
2060
  SELL_CHUNK_SIZE: 5,
2060
2061
  EJECT_CHUNK_SIZE: 5
2061
2062
  };
2063
+ var COLLECTION_BID_PRICE = 1e9;
2062
2064
  var VALID_SIZE_PAIR = {
2063
2065
  3: { maxBufferSize: 8, maxDepth: 3 },
2064
2066
  4: { maxBufferSize: 8, maxDepth: 5 },
@@ -3280,6 +3282,7 @@ function placeTensorCollectionBid(price, quantity, collectionMint, privateKey) {
3280
3282
  // Annotate the CommonJS export names for ESM import in node:
3281
3283
  0 && (module.exports = {
3282
3284
  BlockchainType,
3285
+ COLLECTION_BID_PRICE,
3283
3286
  ENV,
3284
3287
  FlipmemeSDK,
3285
3288
  PurcahseType,