@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.
@@ -5379,6 +5379,10 @@ const StakingManagerAddress = {
5379
5379
  [base.id]: "0xec0069F8DBbbC94058dc895000dd38ef40b3125d",
5380
5380
  [baseSepolia.id]: "0xB8f1cb6B4Ff8f07149276bbfA617aed7bd32d20D",
5381
5381
  };
5382
+ const BuyBackManagerAddress = {
5383
+ [base.id]: "0x3AAF3b1D8cD5b61C77f99bA7cdf41E9eC0Ba8a3f",
5384
+ [baseSepolia.id]: "0xc3947EC9d687053bBA72b36Fd6b2567e775E82C7",
5385
+ };
5382
5386
  /** Verifiers */
5383
5387
  const TokenImporterAddress = {
5384
5388
  [base.id]: "0xb47af90ae61bc916ea4b4bacffae4570e7435842",
@@ -5404,10 +5408,6 @@ const ZoraVerifierAddress = {
5404
5408
  [base.id]: "0x656047fd43d2c3a121f2ef859d7171d7dd59f8b9",
5405
5409
  [baseSepolia.id]: "0x05a5763e9199b88bb591c6b112d0424b2cd7a99e",
5406
5410
  };
5407
- const SolanaVerifierAddress = {
5408
- [base.id]: "0x0000000000000000000000000000000000000000",
5409
- [baseSepolia.id]: "0x47226918E518f205584bd75Bf81E0b532B0B3Ea7",
5410
- };
5411
5411
  /** ======== */
5412
5412
  /** Permissions */
5413
5413
  const ClosedPermissionsAddress = {
@@ -5481,5 +5481,5 @@ const USDCETHPoolKeys = {
5481
5481
  },
5482
5482
  };
5483
5483
 
5484
- export { AddressFeeSplitManagerAddress, AnyBidWallAddress, AnyFlaunchAddress, AnyPositionManagerAddress, BidWallAddress, BidWallV1_1Address, ClankerWorldVerifierAddress, ClosedPermissionsAddress, DopplerVerifierAddress, FLETHAddress, FLETHHooksAddress, FairLaunchAddress, FairLaunchV1_1Address, FastFlaunchZapAddress, FeeEscrowAddress, FlaunchAddress, FlaunchPositionManagerAddress, FlaunchPositionManagerV1_1Address, FlaunchPositionManagerV1_2Address, FlaunchV1_1Address, FlaunchV1_2Address, FlaunchZapAddress, Permit2Address, PoolManagerAddress, QuoterAddress, ReferralEscrowAddress, RevenueManagerAddress, SolanaVerifierAddress, StakingManagerAddress, StateViewAddress, TokenImporterAddress, TreasuryManagerFactoryAddress, USDCETHPoolKeys, UniV4PositionManagerAddress, UniversalRouterAddress, VirtualsVerifierAddress, WhitelistVerifierAddress, WhitelistedPermissionsAddress, ZoraVerifierAddress };
5484
+ export { AddressFeeSplitManagerAddress, AnyBidWallAddress, AnyFlaunchAddress, AnyPositionManagerAddress, BidWallAddress, BidWallV1_1Address, BuyBackManagerAddress, ClankerWorldVerifierAddress, ClosedPermissionsAddress, DopplerVerifierAddress, FLETHAddress, FLETHHooksAddress, FairLaunchAddress, FairLaunchV1_1Address, FastFlaunchZapAddress, FeeEscrowAddress, FlaunchAddress, FlaunchPositionManagerAddress, FlaunchPositionManagerV1_1Address, FlaunchPositionManagerV1_2Address, FlaunchV1_1Address, FlaunchV1_2Address, FlaunchZapAddress, Permit2Address, PoolManagerAddress, QuoterAddress, ReferralEscrowAddress, RevenueManagerAddress, StakingManagerAddress, StateViewAddress, TokenImporterAddress, TreasuryManagerFactoryAddress, USDCETHPoolKeys, UniV4PositionManagerAddress, UniversalRouterAddress, VirtualsVerifierAddress, WhitelistVerifierAddress, WhitelistedPermissionsAddress, ZoraVerifierAddress };
5485
5485
  //# sourceMappingURL=index.js.map