flipmeme-sdk 1.3.63 → 1.3.64
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 +11 -1
- package/dist/index.d.ts +11 -1
- package/dist/index.js +6 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +46 -46
package/dist/index.d.mts
CHANGED
|
@@ -427,6 +427,16 @@ declare const APE_DEV: {
|
|
|
427
427
|
PROTOCOL_FEE_BPS: number;
|
|
428
428
|
FACTORY: string;
|
|
429
429
|
};
|
|
430
|
+
declare const ETHEREUM_DEV: {
|
|
431
|
+
TREASURY: string;
|
|
432
|
+
LP_SELL_OUT: string;
|
|
433
|
+
LP_PROVIDER: string;
|
|
434
|
+
ROYALTY: string;
|
|
435
|
+
ADMIN_FOR_CREDIT_BUY: string;
|
|
436
|
+
REFERRAL_CLAIM: string;
|
|
437
|
+
PROTOCOL_FEE_BPS: number;
|
|
438
|
+
FACTORY: string;
|
|
439
|
+
};
|
|
430
440
|
declare const ETH_ADDR: EthAddr;
|
|
431
441
|
|
|
432
442
|
declare class FlipmemeSDK {
|
|
@@ -506,4 +516,4 @@ declare function getPrice(_mintCount: string, _nftCount: string, _steepness: str
|
|
|
506
516
|
*/
|
|
507
517
|
declare function placeMagicEdenCollectionBid(price: number, quantity: number, collectionMint: string, privateKey: string, magicApiKey: string): Promise<String | undefined>;
|
|
508
518
|
|
|
509
|
-
export { APE_DEV, type AssetData, type AssetInfo, BASE_DEV, BlockchainType, type BuyParams, type BuyResponse, COLLECTION_BID_PRICE, type CollectionInfo, type CollectionParams, type Compression, type ConfirmResult, type CreateCollectionResponse, ENV, type ETHAddresses, ETH_ADDR, ETH_COMMON, type EthAddr, type EthBuyParams, type EthProfileSellParams, type EthSellData, type EthSellParams, type EthTransferParams, type EthereumConfig, FlipmemeSDK, type MerkleProof, type NetworkAddress, type NftInfo, type Ownership, PLATFORM, type ProfileSellParams, PurcahseType, RPC, type ReserveToken, type SDKSignature, type SDKTransaction, SDK_SOLANA_CONFIG, SOLANA_COMMON, SOLANA_DEV, SOLANA_MAIN, SOLANA_PUBKEYS, SOLANA_PUBKEYS_DEV, SOLANA_PUBKEYS_STAGE, SOLANA_STAGE, type SellData, type SellParams, type SellResponse, type SolanaConfig, type TransferParams, VALID_SIZE_PAIR, decodeStr, getPrice, isEthereumConfig, isSolanaConfig, placeMagicEdenCollectionBid, placeTensorCollectionBid };
|
|
519
|
+
export { APE_DEV, type AssetData, type AssetInfo, BASE_DEV, BlockchainType, type BuyParams, type BuyResponse, COLLECTION_BID_PRICE, type CollectionInfo, type CollectionParams, type Compression, type ConfirmResult, type CreateCollectionResponse, ENV, type ETHAddresses, ETHEREUM_DEV, ETH_ADDR, ETH_COMMON, type EthAddr, type EthBuyParams, type EthProfileSellParams, type EthSellData, type EthSellParams, type EthTransferParams, type EthereumConfig, FlipmemeSDK, type MerkleProof, type NetworkAddress, type NftInfo, type Ownership, PLATFORM, type ProfileSellParams, PurcahseType, RPC, type ReserveToken, type SDKSignature, type SDKTransaction, SDK_SOLANA_CONFIG, SOLANA_COMMON, SOLANA_DEV, SOLANA_MAIN, SOLANA_PUBKEYS, SOLANA_PUBKEYS_DEV, SOLANA_PUBKEYS_STAGE, SOLANA_STAGE, type SellData, type SellParams, type SellResponse, type SolanaConfig, type TransferParams, VALID_SIZE_PAIR, decodeStr, getPrice, isEthereumConfig, isSolanaConfig, placeMagicEdenCollectionBid, placeTensorCollectionBid };
|
package/dist/index.d.ts
CHANGED
|
@@ -427,6 +427,16 @@ declare const APE_DEV: {
|
|
|
427
427
|
PROTOCOL_FEE_BPS: number;
|
|
428
428
|
FACTORY: string;
|
|
429
429
|
};
|
|
430
|
+
declare const ETHEREUM_DEV: {
|
|
431
|
+
TREASURY: string;
|
|
432
|
+
LP_SELL_OUT: string;
|
|
433
|
+
LP_PROVIDER: string;
|
|
434
|
+
ROYALTY: string;
|
|
435
|
+
ADMIN_FOR_CREDIT_BUY: string;
|
|
436
|
+
REFERRAL_CLAIM: string;
|
|
437
|
+
PROTOCOL_FEE_BPS: number;
|
|
438
|
+
FACTORY: string;
|
|
439
|
+
};
|
|
430
440
|
declare const ETH_ADDR: EthAddr;
|
|
431
441
|
|
|
432
442
|
declare class FlipmemeSDK {
|
|
@@ -506,4 +516,4 @@ declare function getPrice(_mintCount: string, _nftCount: string, _steepness: str
|
|
|
506
516
|
*/
|
|
507
517
|
declare function placeMagicEdenCollectionBid(price: number, quantity: number, collectionMint: string, privateKey: string, magicApiKey: string): Promise<String | undefined>;
|
|
508
518
|
|
|
509
|
-
export { APE_DEV, type AssetData, type AssetInfo, BASE_DEV, BlockchainType, type BuyParams, type BuyResponse, COLLECTION_BID_PRICE, type CollectionInfo, type CollectionParams, type Compression, type ConfirmResult, type CreateCollectionResponse, ENV, type ETHAddresses, ETH_ADDR, ETH_COMMON, type EthAddr, type EthBuyParams, type EthProfileSellParams, type EthSellData, type EthSellParams, type EthTransferParams, type EthereumConfig, FlipmemeSDK, type MerkleProof, type NetworkAddress, type NftInfo, type Ownership, PLATFORM, type ProfileSellParams, PurcahseType, RPC, type ReserveToken, type SDKSignature, type SDKTransaction, SDK_SOLANA_CONFIG, SOLANA_COMMON, SOLANA_DEV, SOLANA_MAIN, SOLANA_PUBKEYS, SOLANA_PUBKEYS_DEV, SOLANA_PUBKEYS_STAGE, SOLANA_STAGE, type SellData, type SellParams, type SellResponse, type SolanaConfig, type TransferParams, VALID_SIZE_PAIR, decodeStr, getPrice, isEthereumConfig, isSolanaConfig, placeMagicEdenCollectionBid, placeTensorCollectionBid };
|
|
519
|
+
export { APE_DEV, type AssetData, type AssetInfo, BASE_DEV, BlockchainType, type BuyParams, type BuyResponse, COLLECTION_BID_PRICE, type CollectionInfo, type CollectionParams, type Compression, type ConfirmResult, type CreateCollectionResponse, ENV, type ETHAddresses, ETHEREUM_DEV, ETH_ADDR, ETH_COMMON, type EthAddr, type EthBuyParams, type EthProfileSellParams, type EthSellData, type EthSellParams, type EthTransferParams, type EthereumConfig, FlipmemeSDK, type MerkleProof, type NetworkAddress, type NftInfo, type Ownership, PLATFORM, type ProfileSellParams, PurcahseType, RPC, type ReserveToken, type SDKSignature, type SDKTransaction, SDK_SOLANA_CONFIG, SOLANA_COMMON, SOLANA_DEV, SOLANA_MAIN, SOLANA_PUBKEYS, SOLANA_PUBKEYS_DEV, SOLANA_PUBKEYS_STAGE, SOLANA_STAGE, type SellData, type SellParams, type SellResponse, type SolanaConfig, type TransferParams, VALID_SIZE_PAIR, decodeStr, getPrice, isEthereumConfig, isSolanaConfig, placeMagicEdenCollectionBid, placeTensorCollectionBid };
|
package/dist/index.js
CHANGED
|
@@ -69,6 +69,7 @@ __export(index_exports, {
|
|
|
69
69
|
BlockchainType: () => BlockchainType,
|
|
70
70
|
COLLECTION_BID_PRICE: () => COLLECTION_BID_PRICE,
|
|
71
71
|
ENV: () => ENV,
|
|
72
|
+
ETHEREUM_DEV: () => ETHEREUM_DEV,
|
|
72
73
|
ETH_ADDR: () => ETH_ADDR,
|
|
73
74
|
ETH_COMMON: () => ETH_COMMON,
|
|
74
75
|
FlipmemeSDK: () => FlipmemeSDK,
|
|
@@ -210,9 +211,13 @@ var BASE_DEV = __spreadValues({
|
|
|
210
211
|
var APE_DEV = __spreadValues({
|
|
211
212
|
FACTORY: "0x9E7e9cc7f49b36aEE86892fe00aD05f0C78C118a"
|
|
212
213
|
}, ETH_COMMON);
|
|
214
|
+
var ETHEREUM_DEV = __spreadValues({
|
|
215
|
+
FACTORY: "0x572C71b99A692D1309bF748f3B6Da1E06CEEC217"
|
|
216
|
+
}, ETH_COMMON);
|
|
213
217
|
var ETH_ADDR = {
|
|
214
218
|
33111: __spreadValues({}, APE_DEV),
|
|
215
219
|
84532: __spreadValues({}, BASE_DEV),
|
|
220
|
+
11155111: __spreadValues({}, ETHEREUM_DEV),
|
|
216
221
|
1: __spreadValues({}, BASE_DEV)
|
|
217
222
|
};
|
|
218
223
|
|
|
@@ -36930,6 +36935,7 @@ function fetchTxData(endpoint, apiKey) {
|
|
|
36930
36935
|
BlockchainType,
|
|
36931
36936
|
COLLECTION_BID_PRICE,
|
|
36932
36937
|
ENV,
|
|
36938
|
+
ETHEREUM_DEV,
|
|
36933
36939
|
ETH_ADDR,
|
|
36934
36940
|
ETH_COMMON,
|
|
36935
36941
|
FlipmemeSDK,
|