@ape.swap/bonds-sdk 2.3.6 → 2.4.1-testxmas.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.
@@ -7,4 +7,5 @@ export declare const PRICE_GETTER_ADDRESSES: AddressMap;
7
7
  export declare const MULTICALL_V2: AddressMap;
8
8
  export declare const SoulZapTokenManager: Partial<Record<ChainId, string>>;
9
9
  export declare const ACF_TO_ABOND: string;
10
+ export declare const LENS_CONTRACT: AddressMap;
10
11
  export {};
@@ -33,5 +33,4 @@ export declare const QUERY_KEYS: {
33
33
  CHAIN_FILTER_OPTION: string;
34
34
  FAVORITE_TOKENS: string;
35
35
  POP_UPS: string;
36
- GEO_FENCING: string;
37
36
  };
@@ -14,7 +14,7 @@ export declare const useMonitorTxHash: (txHash?: string | null, chainId?: ChainI
14
14
  gasUsed: bigint;
15
15
  logs: import("viem").Log<bigint, number, false>[];
16
16
  logsBloom: import("viem").Hex;
17
- root?: import("viem").Hash | undefined;
17
+ root?: `0x${string}` | undefined;
18
18
  status: "success" | "reverted";
19
19
  to: import("abitype").Address | null;
20
20
  transactionHash: import("viem").Hash;