@ape.swap/bonds-sdk 2.3.4 → 2.3.6

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.
@@ -20,4 +20,3 @@ export { default as LINEA } from './LINEA';
20
20
  export { default as LIGHTLINK } from './LIGHTLINK';
21
21
  export { default as IOTA } from './IOTA';
22
22
  export { default as BASE } from './BASE';
23
- export { default as BLAST } from './BLAST';
@@ -51,7 +51,6 @@ export declare enum icons {
51
51
  LIGHTLINK = "lightlink",
52
52
  IOTA = "iota",
53
53
  BASE = "base",
54
- BLAST = "blast",
55
54
  DISCORD = "discord",
56
55
  REDDIT = "reddit",
57
56
  MEDIUM = "medium",
@@ -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?: `0x${string}` | undefined;
17
+ root?: import("viem").Hash | undefined;
18
18
  status: "success" | "reverted";
19
19
  to: import("abitype").Address | null;
20
20
  transactionHash: import("viem").Hash;