@flaunch/sdk 0.9.8 → 0.9.9

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.
@@ -5383,6 +5383,10 @@ const StakingManagerAddress = {
5383
5383
  [base.id]: "0xec0069F8DBbbC94058dc895000dd38ef40b3125d",
5384
5384
  [baseSepolia.id]: "0xB8f1cb6B4Ff8f07149276bbfA617aed7bd32d20D",
5385
5385
  };
5386
+ const BuyBackManagerAddress = {
5387
+ [base.id]: "0x3AAF3b1D8cD5b61C77f99bA7cdf41E9eC0Ba8a3f",
5388
+ [baseSepolia.id]: "0xc3947EC9d687053bBA72b36Fd6b2567e775E82C7",
5389
+ };
5386
5390
  /** Verifiers */
5387
5391
  const TokenImporterAddress = {
5388
5392
  [base.id]: "0xb47af90ae61bc916ea4b4bacffae4570e7435842",
@@ -5487,6 +5491,7 @@ exports.AnyFlaunchAddress = AnyFlaunchAddress;
5487
5491
  exports.AnyPositionManagerAddress = AnyPositionManagerAddress;
5488
5492
  exports.BidWallAddress = BidWallAddress;
5489
5493
  exports.BidWallV1_1Address = BidWallV1_1Address;
5494
+ exports.BuyBackManagerAddress = BuyBackManagerAddress;
5490
5495
  exports.ClankerWorldVerifierAddress = ClankerWorldVerifierAddress;
5491
5496
  exports.ClosedPermissionsAddress = ClosedPermissionsAddress;
5492
5497
  exports.DopplerVerifierAddress = DopplerVerifierAddress;