@flaunch/sdk 0.8.3-beta.3 → 0.8.3-beta.4

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.
@@ -0,0 +1,76 @@
1
+ export declare const FLETHAbi: readonly [{
2
+ readonly inputs: readonly [{
3
+ readonly internalType: "uint256";
4
+ readonly name: "wethAmount";
5
+ readonly type: "uint256";
6
+ }];
7
+ readonly name: "deposit";
8
+ readonly outputs: readonly [];
9
+ readonly stateMutability: "payable";
10
+ readonly type: "function";
11
+ }, {
12
+ readonly inputs: readonly [{
13
+ readonly internalType: "uint256";
14
+ readonly name: "amount";
15
+ readonly type: "uint256";
16
+ }];
17
+ readonly name: "withdraw";
18
+ readonly outputs: readonly [];
19
+ readonly stateMutability: "nonpayable";
20
+ readonly type: "function";
21
+ }, {
22
+ readonly inputs: readonly [{
23
+ readonly internalType: "address";
24
+ readonly name: "account";
25
+ readonly type: "address";
26
+ }];
27
+ readonly name: "balanceOf";
28
+ readonly outputs: readonly [{
29
+ readonly internalType: "uint256";
30
+ readonly name: "";
31
+ readonly type: "uint256";
32
+ }];
33
+ readonly stateMutability: "view";
34
+ readonly type: "function";
35
+ }, {
36
+ readonly inputs: readonly [];
37
+ readonly name: "totalSupply";
38
+ readonly outputs: readonly [{
39
+ readonly internalType: "uint256";
40
+ readonly name: "";
41
+ readonly type: "uint256";
42
+ }];
43
+ readonly stateMutability: "view";
44
+ readonly type: "function";
45
+ }, {
46
+ readonly inputs: readonly [];
47
+ readonly name: "name";
48
+ readonly outputs: readonly [{
49
+ readonly internalType: "string";
50
+ readonly name: "";
51
+ readonly type: "string";
52
+ }];
53
+ readonly stateMutability: "view";
54
+ readonly type: "function";
55
+ }, {
56
+ readonly inputs: readonly [];
57
+ readonly name: "symbol";
58
+ readonly outputs: readonly [{
59
+ readonly internalType: "string";
60
+ readonly name: "";
61
+ readonly type: "string";
62
+ }];
63
+ readonly stateMutability: "view";
64
+ readonly type: "function";
65
+ }, {
66
+ readonly inputs: readonly [];
67
+ readonly name: "decimals";
68
+ readonly outputs: readonly [{
69
+ readonly internalType: "uint8";
70
+ readonly name: "";
71
+ readonly type: "uint8";
72
+ }];
73
+ readonly stateMutability: "view";
74
+ readonly type: "function";
75
+ }];
76
+ //# sourceMappingURL=FLETH.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FLETH.d.ts","sourceRoot":"","sources":["../../src/abi/FLETH.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkDX,CAAC"}
@@ -5459,6 +5459,10 @@ const Permit2Address = {
5459
5459
  [base.id]: "0x000000000022D473030F116dDEE9F6B43aC78BA3",
5460
5460
  [baseSepolia.id]: "0x000000000022D473030F116dDEE9F6B43aC78BA3",
5461
5461
  };
5462
+ const UniV4PositionManagerAddress = {
5463
+ [base.id]: "0x7C5f5A4bBd8fD63184577525326123B519429bDc",
5464
+ [baseSepolia.id]: "0x4B2C77d209D3405F41a037Ec6c77F7F5b8e2ca80",
5465
+ };
5462
5466
  const USDCETHPoolKeys = {
5463
5467
  [base.id]: {
5464
5468
  currency0: viem.zeroAddress,
@@ -5508,6 +5512,7 @@ exports.StateViewAddress = StateViewAddress;
5508
5512
  exports.TokenImporterAddress = TokenImporterAddress;
5509
5513
  exports.TreasuryManagerFactoryAddress = TreasuryManagerFactoryAddress;
5510
5514
  exports.USDCETHPoolKeys = USDCETHPoolKeys;
5515
+ exports.UniV4PositionManagerAddress = UniV4PositionManagerAddress;
5511
5516
  exports.UniversalRouterAddress = UniversalRouterAddress;
5512
5517
  exports.VirtualsVerifierAddress = VirtualsVerifierAddress;
5513
5518
  exports.WhitelistVerifierAddress = WhitelistVerifierAddress;