@flaunch/sdk 0.8.3-beta.1 → 0.8.3-beta.3

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.
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FlaunchV1_1_1.d.ts","sourceRoot":"","sources":["../../src/abi/FlaunchV1_1_1.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAirBnB,CAAC"}
@@ -5316,6 +5316,10 @@ const FlaunchPositionManagerV1_1Address = {
5316
5316
  [base.id]: "0xf785bb58059fab6fb19bdda2cb9078d9e546efdc",
5317
5317
  [baseSepolia.id]: "0x24347e0dd16357059abfc1b321df354873552fdc",
5318
5318
  };
5319
+ const FlaunchPositionManagerV1_1_1Address = {
5320
+ [base.id]: viem.zeroAddress, // TODO: add mainnet address
5321
+ [baseSepolia.id]: "0x4e7cb1e6800a7b297b38bddcecaf9ca5b6616fdc",
5322
+ };
5319
5323
  const AnyPositionManagerAddress = {
5320
5324
  [base.id]: "0x8DC3b85e1dc1C846ebf3971179a751896842e5dC",
5321
5325
  [baseSepolia.id]: "0xB4A535B9D35851972736495CC52FBfDaCF32e5dc",
@@ -5376,7 +5380,7 @@ const FairLaunchAddress = {
5376
5380
  [base.id]: "0xCc7A4A00072ccbeEEbd999edc812C0ce498Fb63B",
5377
5381
  [baseSepolia.id]: "0x227Fc288aC56E169f2BfEA82e07F8635054d4136",
5378
5382
  };
5379
- // also supports AnyPositionManager
5383
+ // also supports AnyPositionManager & PositionManagerV1_1_1 (sepolia)
5380
5384
  const FairLaunchV1_1Address = {
5381
5385
  [base.id]: "0x4dc442403e8c758425b93c59dc737da522f32640",
5382
5386
  [baseSepolia.id]: "0x7922c1ead7c5825fb52ed6b14f397d064508acbe",
@@ -5390,6 +5394,10 @@ const FlaunchV1_1Address = {
5390
5394
  [base.id]: "0xb4512bf57d50fbcb64a3adf8b17a79b2a204c18c",
5391
5395
  [baseSepolia.id]: "0x96be8ff5e244294a34bfa507a39190dc7a839baa",
5392
5396
  };
5397
+ const FlaunchV1_1_1Address = {
5398
+ [base.id]: viem.zeroAddress, // TODO: add mainnet address
5399
+ [baseSepolia.id]: "0xe2ef58a54ee79dac0D4A130ea58b340124DF9438",
5400
+ };
5393
5401
  const AnyFlaunchAddress = {
5394
5402
  [base.id]: "0xc5B2E8F197407263F4B62a35C71bFc394ecF95D5",
5395
5403
  [baseSepolia.id]: "0x67Ee6C83956a75f67bD3Fc8Ca4080D95a145c7C9",
@@ -5398,7 +5406,7 @@ const BidWallAddress = {
5398
5406
  [base.id]: "0x66681f10BA90496241A25e33380004f30Dfd8aa8",
5399
5407
  [baseSepolia.id]: "0xa2107050ACEf4809c88Ab744F8e667605db5ACDB",
5400
5408
  };
5401
- // also supports AnyPositionManager
5409
+ // also supports AnyPositionManager & PositionManagerV1_1_1 (sepolia)
5402
5410
  const BidWallV1_1Address = {
5403
5411
  [base.id]: "0x7f22353d1634223a802D1c1Ea5308Ddf5DD0ef9c",
5404
5412
  [baseSepolia.id]: "0x6f2fa01a05ff8b6efbfefd91a3b85aaf19265a00",
@@ -5429,7 +5437,7 @@ const AddressFeeSplitManagerAddress = {
5429
5437
  };
5430
5438
  const StakingManagerAddress = {
5431
5439
  [base.id]: "0x0000000000000000000000000000000000000000", // TODO: update mainnet address
5432
- [baseSepolia.id]: "0x4a59dBAd29981A39BE597081f7f5071843552158",
5440
+ [baseSepolia.id]: "0x8Ea4074c38cA7a596C740DD9E9D7122ea8E78c3c",
5433
5441
  };
5434
5442
  const PoolManagerAddress = {
5435
5443
  [base.id]: "0x498581fF718922c3f8e6A244956aF099B2652b2b",
@@ -5486,7 +5494,9 @@ exports.FeeEscrowAddress = FeeEscrowAddress;
5486
5494
  exports.FlaunchAddress = FlaunchAddress;
5487
5495
  exports.FlaunchPositionManagerAddress = FlaunchPositionManagerAddress;
5488
5496
  exports.FlaunchPositionManagerV1_1Address = FlaunchPositionManagerV1_1Address;
5497
+ exports.FlaunchPositionManagerV1_1_1Address = FlaunchPositionManagerV1_1_1Address;
5489
5498
  exports.FlaunchV1_1Address = FlaunchV1_1Address;
5499
+ exports.FlaunchV1_1_1Address = FlaunchV1_1_1Address;
5490
5500
  exports.FlaunchZapAddress = FlaunchZapAddress;
5491
5501
  exports.Permit2Address = Permit2Address;
5492
5502
  exports.PoolManagerAddress = PoolManagerAddress;