@flaunch/sdk 0.8.1 → 0.8.2

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.
@@ -5313,10 +5313,35 @@ const FlaunchPositionManagerV1_1Address = {
5313
5313
  [baseSepolia.id]: "0x24347e0dd16357059abfc1b321df354873552fdc",
5314
5314
  };
5315
5315
  const AnyPositionManagerAddress = {
5316
- // TODO: update with actual address
5317
- [base.id]: zeroAddress,
5316
+ [base.id]: "0x8DC3b85e1dc1C846ebf3971179a751896842e5dC",
5318
5317
  [baseSepolia.id]: "0xB4A535B9D35851972736495CC52FBfDaCF32e5dc",
5319
5318
  };
5319
+ /** Verifiers */
5320
+ const TokenImporterAddress = {
5321
+ [base.id]: "0xb47af90ae61bc916ea4b4bacffae4570e7435842",
5322
+ [baseSepolia.id]: "0xb4955a396ef07c124a59164c30d63e96a103a98b",
5323
+ };
5324
+ const ClankerWorldVerifierAddress = {
5325
+ [base.id]: "0xf6ddfcb093be0cd0c015590cb6c5127d9ff2a20b",
5326
+ [baseSepolia.id]: "0x2874f9a30348acaaad55d74b0bec9c18f04b471a",
5327
+ };
5328
+ const DopplerVerifierAddress = {
5329
+ [base.id]: "0xedd66b080b8e9425c39d349a3fb69f480580f993",
5330
+ [baseSepolia.id]: "0x6428b5C4da36ecB070aBdcB5E1939244A3cC7fb5",
5331
+ };
5332
+ const VirtualsVerifierAddress = {
5333
+ [base.id]: "0x06a089fa231aca48d2aa77365123ad9aca43d3a4",
5334
+ [baseSepolia.id]: "0x6582d2bc6a7eba3b40bdf46b3868fc7ec2ff96ec",
5335
+ };
5336
+ const WhitelistVerifierAddress = {
5337
+ [base.id]: "0x7a04367563a65db574d6b7d084fdbcf4a570c5a6",
5338
+ [baseSepolia.id]: "0xfde5b79e3e2814edd5f91e8694ae400954d9cfaa",
5339
+ };
5340
+ const ZoraVerifierAddress = {
5341
+ [base.id]: "0x656047fd43d2c3a121f2ef859d7171d7dd59f8b9",
5342
+ [baseSepolia.id]: "0x05a5763e9199b88bb591c6b112d0424b2cd7a99e",
5343
+ };
5344
+ /** ======== */
5320
5345
  const FeeEscrowAddress = {
5321
5346
  [base.id]: "0x72e6f7948b1B1A343B477F39aAbd2E35E6D27dde",
5322
5347
  [baseSepolia.id]: "0x73E27908b7d35A9251a54799A8ef4C17e4ED9FF9",
@@ -5352,8 +5377,7 @@ const FlaunchV1_1Address = {
5352
5377
  [baseSepolia.id]: "0x96be8ff5e244294a34bfa507a39190dc7a839baa",
5353
5378
  };
5354
5379
  const AnyFlaunchAddress = {
5355
- // FIXME: update with actual address
5356
- [base.id]: zeroAddress,
5380
+ [base.id]: "0xc5B2E8F197407263F4B62a35C71bFc394ecF95D5",
5357
5381
  [baseSepolia.id]: "0x67Ee6C83956a75f67bD3Fc8Ca4080D95a145c7C9",
5358
5382
  };
5359
5383
  const BidWallAddress = {
@@ -5366,8 +5390,7 @@ const BidWallV1_1Address = {
5366
5390
  [baseSepolia.id]: "0x6f2fa01a05ff8b6efbfefd91a3b85aaf19265a00",
5367
5391
  };
5368
5392
  const AnyBidWallAddress = {
5369
- // FIXME: update with actual address
5370
- [base.id]: zeroAddress,
5393
+ [base.id]: "0x2154c604df568A5285284D1c4918DC98C39240df",
5371
5394
  [baseSepolia.id]: "0xcfF222eA42E43F46A98755db237E4c9C2CA9B772",
5372
5395
  };
5373
5396
  const FastFlaunchZapAddress = {
@@ -5427,5 +5450,5 @@ const USDCETHPoolKeys = {
5427
5450
  },
5428
5451
  };
5429
5452
 
5430
- export { AddressFeeSplitManagerAddress, AnyBidWallAddress, AnyFlaunchAddress, AnyPositionManagerAddress, BidWallAddress, BidWallV1_1Address, FLETHAddress, FLETHHooksAddress, FairLaunchAddress, FairLaunchV1_1Address, FastFlaunchZapAddress, FeeEscrowAddress, FlaunchAddress, FlaunchPositionManagerAddress, FlaunchPositionManagerV1_1Address, FlaunchV1_1Address, FlaunchZapAddress, Permit2Address, PoolManagerAddress, QuoterAddress, ReferralEscrowAddress, RevenueManagerAddress, StateViewAddress, TreasuryManagerFactoryAddress, USDCETHPoolKeys, UniversalRouterAddress };
5453
+ export { AddressFeeSplitManagerAddress, AnyBidWallAddress, AnyFlaunchAddress, AnyPositionManagerAddress, BidWallAddress, BidWallV1_1Address, ClankerWorldVerifierAddress, DopplerVerifierAddress, FLETHAddress, FLETHHooksAddress, FairLaunchAddress, FairLaunchV1_1Address, FastFlaunchZapAddress, FeeEscrowAddress, FlaunchAddress, FlaunchPositionManagerAddress, FlaunchPositionManagerV1_1Address, FlaunchV1_1Address, FlaunchZapAddress, Permit2Address, PoolManagerAddress, QuoterAddress, ReferralEscrowAddress, RevenueManagerAddress, StateViewAddress, TokenImporterAddress, TreasuryManagerFactoryAddress, USDCETHPoolKeys, UniversalRouterAddress, VirtualsVerifierAddress, WhitelistVerifierAddress, ZoraVerifierAddress };
5431
5454
  //# sourceMappingURL=index.js.map