@flaunch/sdk 0.9.10 → 0.9.12

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.
@@ -74,6 +74,32 @@ export declare const TokenImporterAbi: readonly [{
74
74
  }];
75
75
  readonly outputs: readonly [];
76
76
  readonly stateMutability: "nonpayable";
77
+ }, {
78
+ readonly type: "function";
79
+ readonly name: "initialize";
80
+ readonly inputs: readonly [{
81
+ readonly name: "_memecoin";
82
+ readonly type: "address";
83
+ readonly internalType: "address";
84
+ }, {
85
+ readonly name: "_creatorFeeAllocation";
86
+ readonly type: "uint24";
87
+ readonly internalType: "uint24";
88
+ }, {
89
+ readonly name: "_initialMarketCap";
90
+ readonly type: "uint256";
91
+ readonly internalType: "uint256";
92
+ }, {
93
+ readonly name: "_totalSupply";
94
+ readonly type: "uint256";
95
+ readonly internalType: "uint256";
96
+ }, {
97
+ readonly name: "_verifier";
98
+ readonly type: "address";
99
+ readonly internalType: "address";
100
+ }];
101
+ readonly outputs: readonly [];
102
+ readonly stateMutability: "nonpayable";
77
103
  }, {
78
104
  readonly type: "function";
79
105
  readonly name: "initialize";
@@ -1 +1 @@
1
- {"version":3,"file":"TokenImporter.d.ts","sourceRoot":"","sources":["../../src/abi/TokenImporter.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmRnB,CAAC"}
1
+ {"version":3,"file":"TokenImporter.d.ts","sourceRoot":"","sources":["../../src/abi/TokenImporter.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkZjB,CAAC"}
@@ -5389,7 +5389,7 @@ const BuyBackManagerAddress = {
5389
5389
  };
5390
5390
  /** Verifiers */
5391
5391
  const TokenImporterAddress = {
5392
- [base.id]: "0xb47af90ae61bc916ea4b4bacffae4570e7435842",
5392
+ [base.id]: "0x6fb66f4fc262dc86e12136c481ba7c411e668197",
5393
5393
  [baseSepolia.id]: "0x7981369D21975F39773f289F759F7d7CE1097139",
5394
5394
  };
5395
5395
  const ClankerWorldVerifierAddress = {
@@ -5400,6 +5400,10 @@ const DopplerVerifierAddress = {
5400
5400
  [base.id]: "0xedd66b080b8e9425c39d349a3fb69f480580f993",
5401
5401
  [baseSepolia.id]: "0x6428b5C4da36ecB070aBdcB5E1939244A3cC7fb5",
5402
5402
  };
5403
+ const SolanaVerifierAddress = {
5404
+ [base.id]: "0xba28ac1540893a34476c24b2c4fa32e0506c9055",
5405
+ [baseSepolia.id]: "0x47226918e518f205584bd75bf81e0b532b0b3ea7",
5406
+ };
5403
5407
  const VirtualsVerifierAddress = {
5404
5408
  [base.id]: "0x06a089fa231aca48d2aa77365123ad9aca43d3a4",
5405
5409
  [baseSepolia.id]: "0x6582d2bc6a7eba3b40bdf46b3868fc7ec2ff96ec",
@@ -5513,6 +5517,7 @@ exports.PoolManagerAddress = PoolManagerAddress;
5513
5517
  exports.QuoterAddress = QuoterAddress;
5514
5518
  exports.ReferralEscrowAddress = ReferralEscrowAddress;
5515
5519
  exports.RevenueManagerAddress = RevenueManagerAddress;
5520
+ exports.SolanaVerifierAddress = SolanaVerifierAddress;
5516
5521
  exports.StakingManagerAddress = StakingManagerAddress;
5517
5522
  exports.StateViewAddress = StateViewAddress;
5518
5523
  exports.TokenImporterAddress = TokenImporterAddress;