@flaunch/sdk 0.8.3-beta.6 → 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/index.cjs.js +51 -9
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +51 -9
- 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 +2 -10
- package/dist/sdk/FlaunchSDK.d.ts.map +1 -1
- package/dist/types.d.ts +24 -2
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/addresses/index.cjs
CHANGED
|
@@ -5317,7 +5317,7 @@ const FlaunchPositionManagerV1_1Address = {
|
|
|
5317
5317
|
[baseSepolia.id]: "0x24347e0dd16357059abfc1b321df354873552fdc",
|
|
5318
5318
|
};
|
|
5319
5319
|
const FlaunchPositionManagerV1_2Address = {
|
|
5320
|
-
[base.id]:
|
|
5320
|
+
[base.id]: "0x23321f11a6d44fd1ab790044fdfde5758c902fdc", // "1.3" from github releases
|
|
5321
5321
|
[baseSepolia.id]: "0x4e7cb1e6800a7b297b38bddcecaf9ca5b6616fdc",
|
|
5322
5322
|
};
|
|
5323
5323
|
const AnyPositionManagerAddress = {
|
|
@@ -5382,7 +5382,7 @@ const FairLaunchAddress = {
|
|
|
5382
5382
|
};
|
|
5383
5383
|
// also supports AnyPositionManager & PositionManagerV1_2 (sepolia)
|
|
5384
5384
|
const FairLaunchV1_1Address = {
|
|
5385
|
-
[base.id]: "
|
|
5385
|
+
[base.id]: "0x4dc442403e8c758425b93C59Dc737da522f32640",
|
|
5386
5386
|
[baseSepolia.id]: "0x7922c1ead7c5825fb52ed6b14f397d064508acbe",
|
|
5387
5387
|
};
|
|
5388
5388
|
const FlaunchAddress = {
|
|
@@ -5395,7 +5395,7 @@ const FlaunchV1_1Address = {
|
|
|
5395
5395
|
[baseSepolia.id]: "0x96be8ff5e244294a34bfa507a39190dc7a839baa",
|
|
5396
5396
|
};
|
|
5397
5397
|
const FlaunchV1_2Address = {
|
|
5398
|
-
[base.id]:
|
|
5398
|
+
[base.id]: "0x516af52d0c629b5e378da4dc64ecb0744ce10109", // "1.3" from github releases
|
|
5399
5399
|
[baseSepolia.id]: "0xe2ef58a54ee79dac0D4A130ea58b340124DF9438",
|
|
5400
5400
|
};
|
|
5401
5401
|
const AnyFlaunchAddress = {
|
|
@@ -5415,12 +5415,13 @@ const AnyBidWallAddress = {
|
|
|
5415
5415
|
[base.id]: "0x2154c604df568A5285284D1c4918DC98C39240df",
|
|
5416
5416
|
[baseSepolia.id]: "0xcfF222eA42E43F46A98755db237E4c9C2CA9B772",
|
|
5417
5417
|
};
|
|
5418
|
+
// @deprecated: FlaunchZap used instead
|
|
5418
5419
|
const FastFlaunchZapAddress = {
|
|
5419
5420
|
[base.id]: "0x68d967d25806fef4aa134db031cdcc55d3e20f92",
|
|
5420
5421
|
[baseSepolia.id]: "0x821d9f6075e7971cc71c379081de9d532f5f9957",
|
|
5421
5422
|
};
|
|
5422
5423
|
const FlaunchZapAddress = {
|
|
5423
|
-
[base.id]: "
|
|
5424
|
+
[base.id]: "0xf9753e6e4fdd1869be40685690a28bff26b8b114",
|
|
5424
5425
|
[baseSepolia.id]: "0x808DA25e8ecbCC2C0339B6A436AAEAe2021C235d",
|
|
5425
5426
|
};
|
|
5426
5427
|
const TreasuryManagerFactoryAddress = {
|