@flaunch/sdk 0.9.8-beta.0 → 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",
@@ -5408,10 +5412,6 @@ const ZoraVerifierAddress = {
5408
5412
  [base.id]: "0x656047fd43d2c3a121f2ef859d7171d7dd59f8b9",
5409
5413
  [baseSepolia.id]: "0x05a5763e9199b88bb591c6b112d0424b2cd7a99e",
5410
5414
  };
5411
- const SolanaVerifierAddress = {
5412
- [base.id]: "0x0000000000000000000000000000000000000000",
5413
- [baseSepolia.id]: "0x47226918E518f205584bd75Bf81E0b532B0B3Ea7",
5414
- };
5415
5415
  /** ======== */
5416
5416
  /** Permissions */
5417
5417
  const ClosedPermissionsAddress = {
@@ -5491,6 +5491,7 @@ exports.AnyFlaunchAddress = AnyFlaunchAddress;
5491
5491
  exports.AnyPositionManagerAddress = AnyPositionManagerAddress;
5492
5492
  exports.BidWallAddress = BidWallAddress;
5493
5493
  exports.BidWallV1_1Address = BidWallV1_1Address;
5494
+ exports.BuyBackManagerAddress = BuyBackManagerAddress;
5494
5495
  exports.ClankerWorldVerifierAddress = ClankerWorldVerifierAddress;
5495
5496
  exports.ClosedPermissionsAddress = ClosedPermissionsAddress;
5496
5497
  exports.DopplerVerifierAddress = DopplerVerifierAddress;
@@ -5512,7 +5513,6 @@ exports.PoolManagerAddress = PoolManagerAddress;
5512
5513
  exports.QuoterAddress = QuoterAddress;
5513
5514
  exports.ReferralEscrowAddress = ReferralEscrowAddress;
5514
5515
  exports.RevenueManagerAddress = RevenueManagerAddress;
5515
- exports.SolanaVerifierAddress = SolanaVerifierAddress;
5516
5516
  exports.StakingManagerAddress = StakingManagerAddress;
5517
5517
  exports.StateViewAddress = StateViewAddress;
5518
5518
  exports.TokenImporterAddress = TokenImporterAddress;