four-flap-meme-sdk 1.5.69 → 1.5.70
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.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -11,7 +11,7 @@ export { TM1, type FourChainV1 } from './contracts/tm1.js';
|
|
|
11
11
|
export { TM2, type FourChainV2 } from './contracts/tm2.js';
|
|
12
12
|
export { Helper3, Helper3Writer } from './contracts/helper3.js';
|
|
13
13
|
export { CDPV2 } from './flap/curve.js';
|
|
14
|
-
export { FlapPortal, FlapPortalWriter, type FlapChain, type PortalConfig, type TokenStateV2, type TokenStateV3, type TokenStateV4, type TokenStateV5, type QuoteExactInputParams, type ExactInputParams, type ExactInputV3Params, type NewTokenV3Params, type NewTokenV4Params, TokenStatus, TokenVersion, DexThreshType, MigratorType, V3LPFeeProfile, DEXId } from './flap/portal.js';
|
|
14
|
+
export { FlapPortal, FlapPortalWriter, type FlapChain, type PortalConfig, type TokenStateV2, type TokenStateV3, type TokenStateV4, type TokenStateV5, type TokenStateV7, type QuoteExactInputParams, type ExactInputParams, type ExactInputV3Params, type NewTokenV3Params, type NewTokenV4Params, TokenStatus, TokenVersion, DexThreshType, MigratorType, V3LPFeeProfile, lpFeeProfileToV3Fee, DEXId } from './flap/portal.js';
|
|
15
15
|
export { uploadTokenMeta, type TokenMetaInput } from './flap/ipfs.js';
|
|
16
16
|
export { buildPermitPiggybackAuto } from './flap/permit.js';
|
|
17
17
|
export { predictVanityTokenAddressByChain, findSaltEndingByChain } from './flap/vanity.js';
|
package/dist/index.js
CHANGED
|
@@ -30,7 +30,7 @@ export { TM1 } from './contracts/tm1.js';
|
|
|
30
30
|
export { TM2 } from './contracts/tm2.js';
|
|
31
31
|
export { Helper3, Helper3Writer } from './contracts/helper3.js';
|
|
32
32
|
export { CDPV2 } from './flap/curve.js';
|
|
33
|
-
export { FlapPortal, FlapPortalWriter, TokenStatus, TokenVersion, DexThreshType, MigratorType, V3LPFeeProfile, DEXId } from './flap/portal.js';
|
|
33
|
+
export { FlapPortal, FlapPortalWriter, TokenStatus, TokenVersion, DexThreshType, MigratorType, V3LPFeeProfile, lpFeeProfileToV3Fee, DEXId } from './flap/portal.js';
|
|
34
34
|
export { uploadTokenMeta } from './flap/ipfs.js';
|
|
35
35
|
export { buildPermitPiggybackAuto } from './flap/permit.js';
|
|
36
36
|
export { predictVanityTokenAddressByChain, findSaltEndingByChain } from './flap/vanity.js';
|