@flaunch/sdk 0.8.3-beta.5 → 0.8.3-beta.7
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/addresses/index.cjs +5 -4
- package/dist/addresses/index.cjs.map +1 -1
- package/dist/addresses/index.js +5 -4
- package/dist/addresses/index.js.map +1 -1
- package/dist/addresses.d.ts.map +1 -1
- package/dist/clients/TokenImporter.d.ts +13 -3
- package/dist/clients/TokenImporter.d.ts.map +1 -1
- package/dist/index.cjs.js +91 -28
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +91 -28
- package/dist/index.esm.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/sdk/FlaunchSDK.d.ts +20 -15
- package/dist/sdk/FlaunchSDK.d.ts.map +1 -1
- package/dist/types.d.ts +37 -2
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/addresses/index.js
CHANGED
|
@@ -5313,7 +5313,7 @@ const FlaunchPositionManagerV1_1Address = {
|
|
|
5313
5313
|
[baseSepolia.id]: "0x24347e0dd16357059abfc1b321df354873552fdc",
|
|
5314
5314
|
};
|
|
5315
5315
|
const FlaunchPositionManagerV1_2Address = {
|
|
5316
|
-
[base.id]:
|
|
5316
|
+
[base.id]: "0x23321f11a6d44fd1ab790044fdfde5758c902fdc", // "1.3" from github releases
|
|
5317
5317
|
[baseSepolia.id]: "0x4e7cb1e6800a7b297b38bddcecaf9ca5b6616fdc",
|
|
5318
5318
|
};
|
|
5319
5319
|
const AnyPositionManagerAddress = {
|
|
@@ -5378,7 +5378,7 @@ const FairLaunchAddress = {
|
|
|
5378
5378
|
};
|
|
5379
5379
|
// also supports AnyPositionManager & PositionManagerV1_2 (sepolia)
|
|
5380
5380
|
const FairLaunchV1_1Address = {
|
|
5381
|
-
[base.id]: "
|
|
5381
|
+
[base.id]: "0x4dc442403e8c758425b93C59Dc737da522f32640",
|
|
5382
5382
|
[baseSepolia.id]: "0x7922c1ead7c5825fb52ed6b14f397d064508acbe",
|
|
5383
5383
|
};
|
|
5384
5384
|
const FlaunchAddress = {
|
|
@@ -5391,7 +5391,7 @@ const FlaunchV1_1Address = {
|
|
|
5391
5391
|
[baseSepolia.id]: "0x96be8ff5e244294a34bfa507a39190dc7a839baa",
|
|
5392
5392
|
};
|
|
5393
5393
|
const FlaunchV1_2Address = {
|
|
5394
|
-
[base.id]:
|
|
5394
|
+
[base.id]: "0x516af52d0c629b5e378da4dc64ecb0744ce10109", // "1.3" from github releases
|
|
5395
5395
|
[baseSepolia.id]: "0xe2ef58a54ee79dac0D4A130ea58b340124DF9438",
|
|
5396
5396
|
};
|
|
5397
5397
|
const AnyFlaunchAddress = {
|
|
@@ -5411,12 +5411,13 @@ const AnyBidWallAddress = {
|
|
|
5411
5411
|
[base.id]: "0x2154c604df568A5285284D1c4918DC98C39240df",
|
|
5412
5412
|
[baseSepolia.id]: "0xcfF222eA42E43F46A98755db237E4c9C2CA9B772",
|
|
5413
5413
|
};
|
|
5414
|
+
// @deprecated: FlaunchZap used instead
|
|
5414
5415
|
const FastFlaunchZapAddress = {
|
|
5415
5416
|
[base.id]: "0x68d967d25806fef4aa134db031cdcc55d3e20f92",
|
|
5416
5417
|
[baseSepolia.id]: "0x821d9f6075e7971cc71c379081de9d532f5f9957",
|
|
5417
5418
|
};
|
|
5418
5419
|
const FlaunchZapAddress = {
|
|
5419
|
-
[base.id]: "
|
|
5420
|
+
[base.id]: "0xf9753e6e4fdd1869be40685690a28bff26b8b114",
|
|
5420
5421
|
[baseSepolia.id]: "0x808DA25e8ecbCC2C0339B6A436AAEAe2021C235d",
|
|
5421
5422
|
};
|
|
5422
5423
|
const TreasuryManagerFactoryAddress = {
|