@lombard.finance/sdk 3.7.0 → 3.7.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.
Files changed (205) hide show
  1. package/CHANGELOG.md +105 -98
  2. package/README.md +164 -160
  3. package/dist/api-functions/generateDepositBtcAddress/generateDepositBtcAddress.d.ts.map +1 -1
  4. package/dist/api-functions/get-badges-by-address/get-badges-by-address.d.ts +1 -1
  5. package/dist/api-functions/get-badges-by-address/get-badges-by-address.d.ts.map +1 -1
  6. package/dist/api-functions/getDepositBtcAddress/getDepositBtcAddress.d.ts +1 -1
  7. package/dist/api-functions/getDepositBtcAddress/getDepositBtcAddress.d.ts.map +1 -1
  8. package/dist/api-functions/getDepositBtcAddress/make-request.d.ts.map +1 -1
  9. package/dist/api-functions/getDepositsByAddress/getDepositsByAddress.d.ts.map +1 -1
  10. package/dist/api-functions/getLBTCExchangeRate/get-exchange-ratio.d.ts.map +1 -1
  11. package/dist/api-functions/getLBTCExchangeRate/getLBTCExchangeRate.d.ts.map +1 -1
  12. package/dist/api-functions/getLBTCExchangeRate/index.d.ts +1 -1
  13. package/dist/api-functions/getLBTCExchangeRate/index.d.ts.map +1 -1
  14. package/dist/api-functions/getPointsByAddress/getPointsByAddress.d.ts.map +1 -1
  15. package/dist/api-functions/getUnstakesByAddress/getUnstakesByAddress.d.ts.map +1 -1
  16. package/dist/api-functions/getUserStakeAndBakeSignature/getUserStakeAndBakeSignature.d.ts.map +1 -1
  17. package/dist/api-functions/setReferral/setReferral.d.ts.map +1 -1
  18. package/dist/api-functions/storeNetworkFeeSignature/storeNetworkFeeSignature.d.ts.map +1 -1
  19. package/dist/api-functions/storeStakeAndBakeSignature/storeStakeAndBakeSignature.d.ts.map +1 -1
  20. package/dist/bridge/index.d.ts +2 -2
  21. package/dist/bridge/index.d.ts.map +1 -1
  22. package/dist/bridge/lib/bridge.d.ts.map +1 -1
  23. package/dist/bridge/lib/ccip-bridge.d.ts.map +1 -1
  24. package/dist/bridge/lib/ccip-config.d.ts +1 -1
  25. package/dist/bridge/lib/ccip-config.d.ts.map +1 -1
  26. package/dist/bridge/lib/config.d.ts.map +1 -1
  27. package/dist/bridge/lib/oft-bridge.d.ts.map +1 -1
  28. package/dist/clients/evm-signer-adapter.d.ts.map +1 -1
  29. package/dist/clients/public-client.d.ts.map +1 -1
  30. package/dist/clients/rpc-url-config.d.ts.map +1 -1
  31. package/dist/clients/wallet-client.d.ts.map +1 -1
  32. package/dist/common/blockchain-identifier.d.ts +2 -0
  33. package/dist/common/blockchain-identifier.d.ts.map +1 -1
  34. package/dist/common/chains.d.ts +195 -101
  35. package/dist/common/chains.d.ts.map +1 -1
  36. package/dist/common/chains.stories.d.ts.map +1 -1
  37. package/dist/common/contract-info.d.ts.map +1 -1
  38. package/dist/common/parameters.d.ts.map +1 -1
  39. package/dist/contract-functions/approveLBTC/approveLBTC.d.ts.map +1 -1
  40. package/dist/contract-functions/approveToken/approveToken.d.ts +1 -1
  41. package/dist/contract-functions/approveToken/approveToken.d.ts.map +1 -1
  42. package/dist/contract-functions/claimLBTC/claimLBTC.d.ts.map +1 -1
  43. package/dist/contract-functions/claimUnstakeRedeem/claimUnstakeRedeem.d.ts.map +1 -1
  44. package/dist/contract-functions/deposit/depositToken.d.ts.map +1 -1
  45. package/dist/contract-functions/getBasculeDepositStatus/getBasculeDepositStatus.d.ts.map +1 -1
  46. package/dist/contract-functions/getBasculeDepositStatus/getBasculeDepositStatus.stories.d.ts.map +1 -1
  47. package/dist/contract-functions/getBasculeDepositStatus/index.d.ts +1 -1
  48. package/dist/contract-functions/getBasculeDepositStatus/index.d.ts.map +1 -1
  49. package/dist/contract-functions/getLBTCMintingFee/getLBTCMintingFee.d.ts.map +1 -1
  50. package/dist/contract-functions/getLBTCMintingFee/getLBTCMintingFee.stories.d.ts.map +1 -1
  51. package/dist/contract-functions/getLBTCTotalSupply/getLBTCTotalSupply.d.ts.map +1 -1
  52. package/dist/contract-functions/getPermitNonce/getPermitNonce.d.ts.map +1 -1
  53. package/dist/contract-functions/getShareValue/getShareValue.d.ts.map +1 -1
  54. package/dist/contract-functions/getSharesByAddress/getSharesByAddress.d.ts.map +1 -1
  55. package/dist/contract-functions/getStakeAndBakeFee/getStakeAndBakeFee.d.ts.map +1 -1
  56. package/dist/contract-functions/index.d.ts +2 -2
  57. package/dist/contract-functions/index.d.ts.map +1 -1
  58. package/dist/contract-functions/signNetworkFee/signNetworkFee.d.ts.map +1 -1
  59. package/dist/contract-functions/signStakeAndBake/handleApprove.d.ts.map +1 -1
  60. package/dist/contract-functions/signStakeAndBake/signStakeAndBake.d.ts.map +1 -1
  61. package/dist/contract-functions/signStakeAndBake/typed-data-builder.d.ts.map +1 -1
  62. package/dist/contract-functions/signStakeAndBake/utils.d.ts.map +1 -1
  63. package/dist/contract-functions/signStakeAndBake/validation.d.ts.map +1 -1
  64. package/dist/contract-functions/unstakeLBTC/unstakeLBTC.d.ts.map +1 -1
  65. package/dist/debug-api/btc-script-to-address.d.ts.map +1 -1
  66. package/dist/debug-api/btc-tx-info.d.ts.map +1 -1
  67. package/dist/debug-api/evm-by-btc-address.d.ts.map +1 -1
  68. package/dist/defi/defi-registry.d.ts +1 -1
  69. package/dist/defi/defi-registry.d.ts.map +1 -1
  70. package/dist/defi/defi-registry.stories.d.ts.map +1 -1
  71. package/dist/defi/index.d.ts +1 -1
  72. package/dist/defi/index.d.ts.map +1 -1
  73. package/dist/index.cjs +1 -1
  74. package/dist/index.d.ts +7 -7
  75. package/dist/index.d.ts.map +1 -1
  76. package/dist/index.js +51 -49
  77. package/dist/index2.cjs +54 -54
  78. package/dist/index2.js +14415 -11251
  79. package/dist/metrics/get-additional-rewards.d.ts +1 -1
  80. package/dist/metrics/get-additional-rewards.d.ts.map +1 -1
  81. package/dist/metrics/get-lbtc-apy.d.ts +1 -1
  82. package/dist/metrics/get-lbtc-apy.d.ts.map +1 -1
  83. package/dist/metrics/get-lbtc-stats.d.ts.map +1 -1
  84. package/dist/metrics/get-lbtc-stats.stories.d.ts.map +1 -1
  85. package/dist/metrics/get-positions-summary.d.ts.map +1 -1
  86. package/dist/metrics/get-positions-summary.stories.d.ts.map +1 -1
  87. package/dist/stories/arg-types.d.ts.map +1 -1
  88. package/dist/tokens/lbtc-addresses.d.ts.map +1 -1
  89. package/dist/tokens/token-addresses.d.ts +1 -1
  90. package/dist/tokens/token-addresses.d.ts.map +1 -1
  91. package/dist/tokens/tokens.d.ts +5 -5
  92. package/dist/tokens/tokens.d.ts.map +1 -1
  93. package/dist/utils/block.d.ts.map +1 -1
  94. package/dist/utils/env.d.ts.map +1 -1
  95. package/dist/utils/err.d.ts +2 -2
  96. package/dist/utils/err.d.ts.map +1 -1
  97. package/dist/utils/transaction-executor.d.ts.map +1 -1
  98. package/dist/vaults/index.d.ts +5 -5
  99. package/dist/vaults/index.d.ts.map +1 -1
  100. package/dist/vaults/lib/config.d.ts.map +1 -1
  101. package/dist/vaults/lib/metrics/get-vault-apy.d.ts.map +1 -1
  102. package/dist/vaults/lib/metrics/get-vault-points.d.ts.map +1 -1
  103. package/dist/vaults/lib/metrics/get-vault-tvl.d.ts.map +1 -1
  104. package/dist/vaults/lib/ops/deposit.d.ts.map +1 -1
  105. package/dist/vaults/lib/ops/get-vault-deposits.d.ts.map +1 -1
  106. package/dist/vaults/lib/ops/get-vault-withdrawals.d.ts.map +1 -1
  107. package/dist/vaults/lib/ops/withdraw.d.ts.map +1 -1
  108. package/package.json +4 -4
  109. package/src/api-functions/generateDepositBtcAddress/generateDepositBtcAddress.ts +4 -3
  110. package/src/api-functions/get-badges-by-address/get-badges-by-address.ts +2 -1
  111. package/src/api-functions/getDepositBtcAddress/getDepositBtcAddress.test.ts +3 -2
  112. package/src/api-functions/getDepositBtcAddress/getDepositBtcAddress.ts +3 -2
  113. package/src/api-functions/getDepositBtcAddress/make-request.ts +2 -1
  114. package/src/api-functions/getDepositsByAddress/getDepositsByAddress.ts +4 -3
  115. package/src/api-functions/getLBTCExchangeRate/get-exchange-ratio.ts +2 -1
  116. package/src/api-functions/getLBTCExchangeRate/getLBTCExchangeRate.ts +1 -0
  117. package/src/api-functions/getLBTCExchangeRate/index.ts +1 -1
  118. package/src/api-functions/getPointsByAddress/getPointsByAddress.ts +1 -0
  119. package/src/api-functions/getUnstakesByAddress/getUnstakesByAddress.ts +5 -4
  120. package/src/api-functions/getUserStakeAndBakeSignature/getUserStakeAndBakeSignature.ts +1 -0
  121. package/src/api-functions/setReferral/setReferral.ts +1 -0
  122. package/src/api-functions/storeNetworkFeeSignature/storeNetworkFeeSignature.ts +1 -0
  123. package/src/api-functions/storeStakeAndBakeSignature/storeStakeAndBakeSignature.ts +1 -0
  124. package/src/bridge/index.ts +2 -3
  125. package/src/bridge/lib/bridge.ts +3 -2
  126. package/src/bridge/lib/ccip-bridge.ts +5 -4
  127. package/src/bridge/lib/ccip-config.ts +2 -1
  128. package/src/bridge/lib/config.ts +1 -0
  129. package/src/bridge/lib/oft-bridge.ts +3 -2
  130. package/src/clients/evm-signer-adapter.ts +4 -3
  131. package/src/clients/public-client.ts +1 -0
  132. package/src/clients/rpc-url-config.ts +5 -3
  133. package/src/clients/wallet-client.ts +3 -2
  134. package/src/common/blockchain-identifier.ts +14 -2
  135. package/src/common/chains.stories.tsx +2 -2
  136. package/src/common/chains.ts +56 -16
  137. package/src/common/contract-info.ts +1 -0
  138. package/src/common/feature-config.ts +1 -1
  139. package/src/common/parameters.ts +1 -0
  140. package/src/contract-functions/approveLBTC/approveLBTC.ts +1 -0
  141. package/src/contract-functions/approveToken/approveToken.ts +3 -2
  142. package/src/contract-functions/approveToken/index.ts +0 -1
  143. package/src/contract-functions/claimLBTC/claimLBTC.ts +1 -0
  144. package/src/contract-functions/claimUnstakeRedeem/claimUnstakeRedeem.ts +6 -5
  145. package/src/contract-functions/claimUnstakeRedeem/index.ts +0 -1
  146. package/src/contract-functions/deposit/depositToken.ts +7 -6
  147. package/src/contract-functions/getBasculeDepositStatus/getBasculeDepositStatus.stories.tsx +6 -6
  148. package/src/contract-functions/getBasculeDepositStatus/getBasculeDepositStatus.ts +14 -9
  149. package/src/contract-functions/getBasculeDepositStatus/index.ts +1 -1
  150. package/src/contract-functions/getLBTCMintingFee/getLBTCMintingFee.stories.tsx +1 -1
  151. package/src/contract-functions/getLBTCMintingFee/getLBTCMintingFee.ts +1 -0
  152. package/src/contract-functions/getLBTCTotalSupply/getLBTCTotalSupply.ts +1 -0
  153. package/src/contract-functions/getPermitNonce/getPermitNonce.ts +1 -0
  154. package/src/contract-functions/getShareValue/getShareValue.ts +2 -1
  155. package/src/contract-functions/getSharesByAddress/getSharesByAddress.ts +2 -1
  156. package/src/contract-functions/getStakeAndBakeFee/__tests__/getStakeAndBakeFee.test.ts +8 -4
  157. package/src/contract-functions/getStakeAndBakeFee/getStakeAndBakeFee.tsx +1 -0
  158. package/src/contract-functions/index.ts +2 -2
  159. package/src/contract-functions/signNetworkFee/signNetworkFee.ts +1 -0
  160. package/src/contract-functions/signStakeAndBake/__tests__/signStakeAndBake.test.ts +5 -4
  161. package/src/contract-functions/signStakeAndBake/handleApprove.ts +1 -0
  162. package/src/contract-functions/signStakeAndBake/index.ts +0 -1
  163. package/src/contract-functions/signStakeAndBake/signStakeAndBake.ts +15 -17
  164. package/src/contract-functions/signStakeAndBake/typed-data-builder.ts +6 -6
  165. package/src/contract-functions/signStakeAndBake/utils.ts +2 -1
  166. package/src/contract-functions/signStakeAndBake/validation.ts +5 -4
  167. package/src/contract-functions/unstakeLBTC/unstakeLBTC.ts +2 -1
  168. package/src/debug-api/btc-script-to-address.ts +1 -0
  169. package/src/debug-api/btc-tx-info.ts +2 -1
  170. package/src/debug-api/evm-by-btc-address.ts +1 -0
  171. package/src/defi/README.md +62 -33
  172. package/src/defi/defi-registry.stories.tsx +3 -1
  173. package/src/defi/defi-registry.ts +2 -1
  174. package/src/defi/index.ts +1 -2
  175. package/src/index.ts +34 -32
  176. package/src/metrics/get-additional-rewards.ts +3 -2
  177. package/src/metrics/get-lbtc-apy.ts +2 -1
  178. package/src/metrics/get-lbtc-stats.stories.tsx +2 -2
  179. package/src/metrics/get-lbtc-stats.ts +1 -0
  180. package/src/metrics/get-positions-summary.stories.tsx +4 -4
  181. package/src/metrics/get-positions-summary.ts +2 -1
  182. package/src/stories/arg-types.ts +1 -1
  183. package/src/tokens/abi/ASSET_ROUTER_ABI.ts +1 -1
  184. package/src/tokens/cross-chain-addresses.stories.tsx +16 -17
  185. package/src/tokens/denomination-utils.stories.tsx +6 -7
  186. package/src/tokens/getLbtcContractAddresses.stories.tsx +7 -8
  187. package/src/tokens/getTokenByAddress.stories.tsx +6 -7
  188. package/src/tokens/getTokenContractInfo.stories.tsx +9 -10
  189. package/src/tokens/isUpgradedContract.stories.tsx +4 -5
  190. package/src/tokens/lbtc-addresses.ts +1 -0
  191. package/src/tokens/token-addresses.ts +72 -49
  192. package/src/tokens/tokens.ts +8 -7
  193. package/src/utils/block.ts +1 -0
  194. package/src/utils/env.ts +1 -0
  195. package/src/utils/err.ts +3 -2
  196. package/src/utils/transaction-executor.ts +2 -1
  197. package/src/vaults/index.ts +14 -21
  198. package/src/vaults/lib/config.ts +1 -0
  199. package/src/vaults/lib/metrics/get-vault-apy.ts +2 -1
  200. package/src/vaults/lib/metrics/get-vault-points.ts +2 -1
  201. package/src/vaults/lib/metrics/get-vault-tvl.ts +3 -2
  202. package/src/vaults/lib/ops/deposit.ts +2 -1
  203. package/src/vaults/lib/ops/get-vault-deposits.ts +6 -5
  204. package/src/vaults/lib/ops/get-vault-withdrawals.ts +6 -5
  205. package/src/vaults/lib/ops/withdraw.ts +2 -1
@@ -22,6 +22,7 @@ export declare const katana: {
22
22
  readonly name: "Ether";
23
23
  readonly symbol: "ETH";
24
24
  };
25
+ experimental_preconfirmationTime?: number | undefined | undefined;
25
26
  rpcUrls: {
26
27
  readonly default: {
27
28
  readonly http: readonly ["https://rpc.katana.network"];
@@ -57,6 +58,7 @@ export declare const katanaTatara: {
57
58
  readonly name: "Ether";
58
59
  readonly symbol: "ETH";
59
60
  };
61
+ experimental_preconfirmationTime?: number | undefined | undefined;
60
62
  rpcUrls: {
61
63
  readonly default: {
62
64
  readonly http: readonly ["https://rpc.tatara.katanarpc.com"];
@@ -84,7 +86,7 @@ export declare const tac: {
84
86
  ensRegistry?: import("viem").ChainContract | undefined;
85
87
  ensUniversalResolver?: import("viem").ChainContract | undefined;
86
88
  multicall3?: import("viem").ChainContract | undefined;
87
- universalSignatureVerifier?: import("viem").ChainContract | undefined;
89
+ erc6492Verifier?: import("viem").ChainContract | undefined;
88
90
  } | undefined;
89
91
  ensTlds?: readonly string[] | undefined;
90
92
  id: 239;
@@ -94,6 +96,7 @@ export declare const tac: {
94
96
  readonly name: "TAC";
95
97
  readonly symbol: "TAC";
96
98
  };
99
+ experimental_preconfirmationTime?: number | undefined | undefined;
97
100
  rpcUrls: {
98
101
  readonly default: {
99
102
  readonly http: readonly ["https://rpc.tac.build"];
@@ -121,7 +124,7 @@ export declare const bob: {
121
124
  ensRegistry?: import("viem").ChainContract | undefined;
122
125
  ensUniversalResolver?: import("viem").ChainContract | undefined;
123
126
  multicall3?: import("viem").ChainContract | undefined;
124
- universalSignatureVerifier?: import("viem").ChainContract | undefined;
127
+ erc6492Verifier?: import("viem").ChainContract | undefined;
125
128
  } | undefined;
126
129
  ensTlds?: readonly string[] | undefined;
127
130
  id: 60808;
@@ -131,6 +134,7 @@ export declare const bob: {
131
134
  readonly name: "Ether";
132
135
  readonly symbol: "ETH";
133
136
  };
137
+ experimental_preconfirmationTime?: number | undefined | undefined;
134
138
  rpcUrls: {
135
139
  readonly default: {
136
140
  readonly http: readonly ["https://rpc.gobob.xyz"];
@@ -158,7 +162,7 @@ export declare const bobSepolia: {
158
162
  ensRegistry?: import("viem").ChainContract | undefined;
159
163
  ensUniversalResolver?: import("viem").ChainContract | undefined;
160
164
  multicall3?: import("viem").ChainContract | undefined;
161
- universalSignatureVerifier?: import("viem").ChainContract | undefined;
165
+ erc6492Verifier?: import("viem").ChainContract | undefined;
162
166
  } | undefined;
163
167
  ensTlds?: readonly string[] | undefined;
164
168
  id: 808813;
@@ -168,6 +172,7 @@ export declare const bobSepolia: {
168
172
  readonly name: "Ether";
169
173
  readonly symbol: "ETH";
170
174
  };
175
+ experimental_preconfirmationTime?: number | undefined | undefined;
171
176
  rpcUrls: {
172
177
  readonly default: {
173
178
  readonly http: readonly ["https://bob-sepolia.rpc.gobob.xyz"];
@@ -184,7 +189,7 @@ export declare const monad: {
184
189
  blockExplorers: {
185
190
  readonly default: {
186
191
  readonly name: "Monad Explorer";
187
- readonly url: "https://monadvision.com/";
192
+ readonly url: "https://monadvision.com";
188
193
  };
189
194
  };
190
195
  blockTime?: number | undefined | undefined;
@@ -202,9 +207,45 @@ export declare const monad: {
202
207
  readonly name: "Monad";
203
208
  readonly symbol: "MONAD";
204
209
  };
210
+ experimental_preconfirmationTime?: number | undefined | undefined;
205
211
  rpcUrls: {
206
212
  readonly default: {
207
- readonly http: readonly ["https://rpc-mainnet.monadinfra.com/rpc/hvdhVu9RcRR51qvLIYMX6CUKcjHtoRS5"];
213
+ readonly http: readonly ["https://monad-mainnet.drpc.org"];
214
+ };
215
+ };
216
+ sourceId?: number | undefined | undefined;
217
+ testnet?: boolean | undefined | undefined;
218
+ custom?: Record<string, unknown> | undefined;
219
+ fees?: import("viem").ChainFees<undefined> | undefined;
220
+ formatters?: undefined;
221
+ serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
222
+ };
223
+ export declare const stable: {
224
+ blockExplorers: {
225
+ readonly default: {
226
+ readonly name: "Stable Explorer";
227
+ readonly url: "https://stablescan.xyz";
228
+ };
229
+ };
230
+ blockTime?: number | undefined | undefined;
231
+ contracts: {
232
+ readonly multicall3: {
233
+ readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
234
+ readonly blockCreated: 1;
235
+ };
236
+ };
237
+ ensTlds?: readonly string[] | undefined;
238
+ id: 988;
239
+ name: "Stable";
240
+ nativeCurrency: {
241
+ readonly decimals: 18;
242
+ readonly name: "gUSDT";
243
+ readonly symbol: "gUSDT";
244
+ };
245
+ experimental_preconfirmationTime?: number | undefined | undefined;
246
+ rpcUrls: {
247
+ readonly default: {
248
+ readonly http: readonly ["https://partners-rpc.stable.xyz/lombard.075830647a2c30190712a9d102011ffe5a2a01d24ff3405f711d6ea8aca10baf"];
208
249
  };
209
250
  };
210
251
  sourceId?: number | undefined | undefined;
@@ -225,7 +266,7 @@ export declare const megaeth: {
225
266
  contracts: {
226
267
  readonly multicall3: {
227
268
  readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
228
- readonly blockCreated: 1;
269
+ readonly blockCreated: 2591807;
229
270
  };
230
271
  };
231
272
  ensTlds?: readonly string[] | undefined;
@@ -236,6 +277,7 @@ export declare const megaeth: {
236
277
  readonly name: "Ether";
237
278
  readonly symbol: "ETH";
238
279
  };
280
+ experimental_preconfirmationTime?: number | undefined | undefined;
239
281
  rpcUrls: {
240
282
  readonly default: {
241
283
  readonly http: readonly ["https://alpha.megaeth.com/rpc?user=lombard+v1&token=1763427229-%2Bx6HFUDu9OhJwV%2FTCFOL0xTt%2FPJRAXPeirIcuytvnes%3D"];
@@ -276,6 +318,7 @@ export declare const ChainId: {
276
318
  readonly monad: 143;
277
319
  readonly morph: 2818;
278
320
  readonly sonic: 146;
321
+ readonly stable: 988;
279
322
  readonly swell: 1923;
280
323
  readonly tac: 239;
281
324
  readonly bob: 60808;
@@ -355,6 +398,7 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
355
398
  readonly symbol: "ETH";
356
399
  readonly decimals: 18;
357
400
  };
401
+ experimental_preconfirmationTime?: number | undefined | undefined;
358
402
  rpcUrls: {
359
403
  readonly default: {
360
404
  readonly http: readonly ["https://sepolia.base.org"];
@@ -367,7 +411,7 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
367
411
  formatters: {
368
412
  readonly block: {
369
413
  exclude: [] | undefined;
370
- format: (args: import("viem/chains").OpStackRpcBlock) => {
414
+ format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
371
415
  baseFeePerGas: bigint | null;
372
416
  blobGasUsed: bigint;
373
417
  difficulty: bigint;
@@ -377,7 +421,7 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
377
421
  gasUsed: bigint;
378
422
  hash: `0x${string}` | null;
379
423
  logsBloom: `0x${string}` | null;
380
- miner: import("abitype").Address;
424
+ miner: import("viem").Address;
381
425
  mixHash: import("viem").Hash;
382
426
  nonce: `0x${string}` | null;
383
427
  number: bigint | null;
@@ -400,17 +444,17 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
400
444
  };
401
445
  readonly transaction: {
402
446
  exclude: [] | undefined;
403
- format: (args: import("viem/chains").OpStackRpcTransaction) => ({
447
+ format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
404
448
  blockHash: `0x${string}` | null;
405
449
  blockNumber: bigint | null;
406
- from: import("abitype").Address;
450
+ from: import("viem").Address;
407
451
  gas: bigint;
408
452
  hash: import("viem").Hash;
409
453
  input: import("viem").Hex;
410
454
  nonce: number;
411
455
  r: import("viem").Hex;
412
456
  s: import("viem").Hex;
413
- to: import("abitype").Address | null;
457
+ to: import("viem").Address | null;
414
458
  transactionIndex: number | null;
415
459
  typeHex: import("viem").Hex | null;
416
460
  v: bigint;
@@ -428,16 +472,16 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
428
472
  r: import("viem").Hex;
429
473
  s: import("viem").Hex;
430
474
  v: bigint;
431
- to: import("abitype").Address | null;
432
- from: import("abitype").Address;
475
+ value: bigint;
433
476
  gas: bigint;
477
+ to: import("viem").Address | null;
478
+ from: import("viem").Address;
434
479
  nonce: number;
435
- value: bigint;
436
480
  blockHash: `0x${string}` | null;
437
481
  blockNumber: bigint | null;
482
+ transactionIndex: number | null;
438
483
  hash: import("viem").Hash;
439
484
  input: import("viem").Hex;
440
- transactionIndex: number | null;
441
485
  typeHex: import("viem").Hex | null;
442
486
  accessList?: undefined | undefined;
443
487
  authorizationList?: undefined | undefined;
@@ -455,14 +499,14 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
455
499
  } | {
456
500
  blockHash: `0x${string}` | null;
457
501
  blockNumber: bigint | null;
458
- from: import("abitype").Address;
502
+ from: import("viem").Address;
459
503
  gas: bigint;
460
504
  hash: import("viem").Hash;
461
505
  input: import("viem").Hex;
462
506
  nonce: number;
463
507
  r: import("viem").Hex;
464
508
  s: import("viem").Hex;
465
- to: import("abitype").Address | null;
509
+ to: import("viem").Address | null;
466
510
  transactionIndex: number | null;
467
511
  typeHex: import("viem").Hex | null;
468
512
  v: bigint;
@@ -483,14 +527,14 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
483
527
  } | {
484
528
  blockHash: `0x${string}` | null;
485
529
  blockNumber: bigint | null;
486
- from: import("abitype").Address;
530
+ from: import("viem").Address;
487
531
  gas: bigint;
488
532
  hash: import("viem").Hash;
489
533
  input: import("viem").Hex;
490
534
  nonce: number;
491
535
  r: import("viem").Hex;
492
536
  s: import("viem").Hex;
493
- to: import("abitype").Address | null;
537
+ to: import("viem").Address | null;
494
538
  transactionIndex: number | null;
495
539
  typeHex: import("viem").Hex | null;
496
540
  v: bigint;
@@ -511,14 +555,14 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
511
555
  } | {
512
556
  blockHash: `0x${string}` | null;
513
557
  blockNumber: bigint | null;
514
- from: import("abitype").Address;
558
+ from: import("viem").Address;
515
559
  gas: bigint;
516
560
  hash: import("viem").Hash;
517
561
  input: import("viem").Hex;
518
562
  nonce: number;
519
563
  r: import("viem").Hex;
520
564
  s: import("viem").Hex;
521
- to: import("abitype").Address | null;
565
+ to: import("viem").Address | null;
522
566
  transactionIndex: number | null;
523
567
  typeHex: import("viem").Hex | null;
524
568
  v: bigint;
@@ -539,14 +583,14 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
539
583
  } | {
540
584
  blockHash: `0x${string}` | null;
541
585
  blockNumber: bigint | null;
542
- from: import("abitype").Address;
586
+ from: import("viem").Address;
543
587
  gas: bigint;
544
588
  hash: import("viem").Hash;
545
589
  input: import("viem").Hex;
546
590
  nonce: number;
547
591
  r: import("viem").Hex;
548
592
  s: import("viem").Hex;
549
- to: import("abitype").Address | null;
593
+ to: import("viem").Address | null;
550
594
  transactionIndex: number | null;
551
595
  typeHex: import("viem").Hex | null;
552
596
  v: bigint;
@@ -569,21 +613,21 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
569
613
  };
570
614
  readonly transactionReceipt: {
571
615
  exclude: [] | undefined;
572
- format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
616
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
573
617
  blobGasPrice?: bigint | undefined;
574
618
  blobGasUsed?: bigint | undefined;
575
619
  blockHash: import("viem").Hash;
576
620
  blockNumber: bigint;
577
- contractAddress: import("abitype").Address | null | undefined;
621
+ contractAddress: import("viem").Address | null | undefined;
578
622
  cumulativeGasUsed: bigint;
579
623
  effectiveGasPrice: bigint;
580
- from: import("abitype").Address;
624
+ from: import("viem").Address;
581
625
  gasUsed: bigint;
582
626
  logs: import("viem").Log<bigint, number, false>[];
583
627
  logsBloom: import("viem").Hex;
584
628
  root?: `0x${string}` | undefined;
585
629
  status: "success" | "reverted";
586
- to: import("abitype").Address | null;
630
+ to: import("viem").Address | null;
587
631
  transactionHash: import("viem").Hash;
588
632
  transactionIndex: number;
589
633
  type: import("viem").TransactionType;
@@ -630,6 +674,7 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
630
674
  readonly name: "BERA Token";
631
675
  readonly symbol: "BERA";
632
676
  };
677
+ experimental_preconfirmationTime?: number | undefined | undefined;
633
678
  rpcUrls: {
634
679
  readonly default: {
635
680
  readonly http: readonly ["https://bartio.rpc.berachain.com"];
@@ -665,6 +710,7 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
665
710
  readonly name: "BNB";
666
711
  readonly symbol: "tBNB";
667
712
  };
713
+ experimental_preconfirmationTime?: number | undefined | undefined;
668
714
  rpcUrls: {
669
715
  readonly default: {
670
716
  readonly http: readonly ["https://data-seed-prebsc-1-s1.bnbchain.org:8545"];
@@ -691,13 +737,9 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
691
737
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
692
738
  readonly blockCreated: 77;
693
739
  };
694
- readonly ensRegistry: {
695
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
696
- readonly blockCreated: 801613;
697
- };
698
740
  readonly ensUniversalResolver: {
699
- readonly address: "0xa6AC935D4971E3CD133b950aE053bECD16fE7f3b";
700
- readonly blockCreated: 973484;
741
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
742
+ readonly blockCreated: 4295055;
701
743
  };
702
744
  };
703
745
  ensTlds?: readonly string[] | undefined;
@@ -708,6 +750,7 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
708
750
  readonly symbol: "ETH";
709
751
  readonly decimals: 18;
710
752
  };
753
+ experimental_preconfirmationTime?: number | undefined | undefined;
711
754
  rpcUrls: {
712
755
  readonly default: {
713
756
  readonly http: readonly ["https://ethereum-holesky-rpc.publicnode.com"];
@@ -742,6 +785,7 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
742
785
  readonly name: "Ether";
743
786
  readonly symbol: "ETH";
744
787
  };
788
+ experimental_preconfirmationTime?: number | undefined | undefined;
745
789
  rpcUrls: {
746
790
  readonly default: {
747
791
  readonly http: readonly ["https://rpc.tatara.katanarpc.com"];
@@ -770,7 +814,7 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
770
814
  ensRegistry?: import("viem").ChainContract | undefined;
771
815
  ensUniversalResolver?: import("viem").ChainContract | undefined;
772
816
  multicall3?: import("viem").ChainContract | undefined;
773
- universalSignatureVerifier?: import("viem").ChainContract | undefined;
817
+ erc6492Verifier?: import("viem").ChainContract | undefined;
774
818
  } | undefined;
775
819
  ensTlds?: readonly string[] | undefined;
776
820
  id: 2810;
@@ -780,6 +824,7 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
780
824
  readonly symbol: "ETH";
781
825
  readonly decimals: 18;
782
826
  };
827
+ experimental_preconfirmationTime?: number | undefined | undefined;
783
828
  rpcUrls: {
784
829
  readonly default: {
785
830
  readonly http: readonly ["https://rpc-quicknode-holesky.morphl2.io"];
@@ -807,12 +852,9 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
807
852
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
808
853
  readonly blockCreated: 751532;
809
854
  };
810
- readonly ensRegistry: {
811
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
812
- };
813
855
  readonly ensUniversalResolver: {
814
- readonly address: "0xc8Af999e38273D658BE1b921b88A9Ddf005769cC";
815
- readonly blockCreated: 5317080;
856
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
857
+ readonly blockCreated: 8928790;
816
858
  };
817
859
  };
818
860
  ensTlds?: readonly string[] | undefined;
@@ -823,9 +865,10 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
823
865
  readonly symbol: "ETH";
824
866
  readonly decimals: 18;
825
867
  };
868
+ experimental_preconfirmationTime?: number | undefined | undefined;
826
869
  rpcUrls: {
827
870
  readonly default: {
828
- readonly http: readonly ["https://sepolia.drpc.org"];
871
+ readonly http: readonly ["https://11155111.rpc.thirdweb.com"];
829
872
  };
830
873
  };
831
874
  sourceId?: number | undefined | undefined;
@@ -857,6 +900,7 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
857
900
  readonly name: "Sonic";
858
901
  readonly symbol: "S";
859
902
  };
903
+ experimental_preconfirmationTime?: number | undefined | undefined;
860
904
  rpcUrls: {
861
905
  readonly default: {
862
906
  readonly http: readonly ["https://rpc.blaze.soniclabs.com"];
@@ -892,6 +936,7 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
892
936
  readonly name: "Avalanche Fuji";
893
937
  readonly symbol: "AVAX";
894
938
  };
939
+ experimental_preconfirmationTime?: number | undefined | undefined;
895
940
  rpcUrls: {
896
941
  readonly default: {
897
942
  readonly http: readonly ["https://api.avax-test.network/ext/bc/C/rpc"];
@@ -926,6 +971,7 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
926
971
  readonly name: "Ether";
927
972
  readonly symbol: "ETH";
928
973
  };
974
+ experimental_preconfirmationTime?: number | undefined | undefined;
929
975
  rpcUrls: {
930
976
  readonly default: {
931
977
  readonly http: readonly ["https://rpc.morphl2.io"];
@@ -946,7 +992,7 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
946
992
  readonly url: "https://sonicscan.org";
947
993
  };
948
994
  };
949
- blockTime?: number | undefined | undefined;
995
+ blockTime: 630;
950
996
  contracts: {
951
997
  readonly multicall3: {
952
998
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -961,6 +1007,7 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
961
1007
  readonly name: "Sonic";
962
1008
  readonly symbol: "S";
963
1009
  };
1010
+ experimental_preconfirmationTime?: number | undefined | undefined;
964
1011
  rpcUrls: {
965
1012
  readonly default: {
966
1013
  readonly http: readonly ["https://rpc.soniclabs.com"];
@@ -973,6 +1020,41 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
973
1020
  formatters?: undefined;
974
1021
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
975
1022
  };
1023
+ 988: {
1024
+ blockExplorers: {
1025
+ readonly default: {
1026
+ readonly name: "Stable Explorer";
1027
+ readonly url: "https://stablescan.xyz";
1028
+ };
1029
+ };
1030
+ blockTime?: number | undefined | undefined;
1031
+ contracts: {
1032
+ readonly multicall3: {
1033
+ readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
1034
+ readonly blockCreated: 1;
1035
+ };
1036
+ };
1037
+ ensTlds?: readonly string[] | undefined;
1038
+ id: 988;
1039
+ name: "Stable";
1040
+ nativeCurrency: {
1041
+ readonly decimals: 18;
1042
+ readonly name: "gUSDT";
1043
+ readonly symbol: "gUSDT";
1044
+ };
1045
+ experimental_preconfirmationTime?: number | undefined | undefined;
1046
+ rpcUrls: {
1047
+ readonly default: {
1048
+ readonly http: readonly ["https://partners-rpc.stable.xyz/lombard.075830647a2c30190712a9d102011ffe5a2a01d24ff3405f711d6ea8aca10baf"];
1049
+ };
1050
+ };
1051
+ sourceId?: number | undefined | undefined;
1052
+ testnet?: boolean | undefined | undefined;
1053
+ custom?: Record<string, unknown> | undefined;
1054
+ fees?: import("viem").ChainFees<undefined> | undefined;
1055
+ formatters?: undefined;
1056
+ serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
1057
+ };
976
1058
  1923: {
977
1059
  blockExplorers: {
978
1060
  readonly default: {
@@ -1014,6 +1096,7 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
1014
1096
  readonly symbol: "ETH";
1015
1097
  readonly decimals: 18;
1016
1098
  };
1099
+ experimental_preconfirmationTime?: number | undefined | undefined;
1017
1100
  rpcUrls: {
1018
1101
  readonly default: {
1019
1102
  readonly http: readonly ["https://swell-mainnet.alt.technology"];
@@ -1026,7 +1109,7 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
1026
1109
  formatters: {
1027
1110
  readonly block: {
1028
1111
  exclude: [] | undefined;
1029
- format: (args: import("viem/chains").OpStackRpcBlock) => {
1112
+ format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
1030
1113
  baseFeePerGas: bigint | null;
1031
1114
  blobGasUsed: bigint;
1032
1115
  difficulty: bigint;
@@ -1036,7 +1119,7 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
1036
1119
  gasUsed: bigint;
1037
1120
  hash: `0x${string}` | null;
1038
1121
  logsBloom: `0x${string}` | null;
1039
- miner: import("abitype").Address;
1122
+ miner: import("viem").Address;
1040
1123
  mixHash: import("viem").Hash;
1041
1124
  nonce: `0x${string}` | null;
1042
1125
  number: bigint | null;
@@ -1059,17 +1142,17 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
1059
1142
  };
1060
1143
  readonly transaction: {
1061
1144
  exclude: [] | undefined;
1062
- format: (args: import("viem/chains").OpStackRpcTransaction) => ({
1145
+ format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
1063
1146
  blockHash: `0x${string}` | null;
1064
1147
  blockNumber: bigint | null;
1065
- from: import("abitype").Address;
1148
+ from: import("viem").Address;
1066
1149
  gas: bigint;
1067
1150
  hash: import("viem").Hash;
1068
1151
  input: import("viem").Hex;
1069
1152
  nonce: number;
1070
1153
  r: import("viem").Hex;
1071
1154
  s: import("viem").Hex;
1072
- to: import("abitype").Address | null;
1155
+ to: import("viem").Address | null;
1073
1156
  transactionIndex: number | null;
1074
1157
  typeHex: import("viem").Hex | null;
1075
1158
  v: bigint;
@@ -1087,16 +1170,16 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
1087
1170
  r: import("viem").Hex;
1088
1171
  s: import("viem").Hex;
1089
1172
  v: bigint;
1090
- to: import("abitype").Address | null;
1091
- from: import("abitype").Address;
1173
+ value: bigint;
1092
1174
  gas: bigint;
1175
+ to: import("viem").Address | null;
1176
+ from: import("viem").Address;
1093
1177
  nonce: number;
1094
- value: bigint;
1095
1178
  blockHash: `0x${string}` | null;
1096
1179
  blockNumber: bigint | null;
1180
+ transactionIndex: number | null;
1097
1181
  hash: import("viem").Hash;
1098
1182
  input: import("viem").Hex;
1099
- transactionIndex: number | null;
1100
1183
  typeHex: import("viem").Hex | null;
1101
1184
  accessList?: undefined | undefined;
1102
1185
  authorizationList?: undefined | undefined;
@@ -1114,14 +1197,14 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
1114
1197
  } | {
1115
1198
  blockHash: `0x${string}` | null;
1116
1199
  blockNumber: bigint | null;
1117
- from: import("abitype").Address;
1200
+ from: import("viem").Address;
1118
1201
  gas: bigint;
1119
1202
  hash: import("viem").Hash;
1120
1203
  input: import("viem").Hex;
1121
1204
  nonce: number;
1122
1205
  r: import("viem").Hex;
1123
1206
  s: import("viem").Hex;
1124
- to: import("abitype").Address | null;
1207
+ to: import("viem").Address | null;
1125
1208
  transactionIndex: number | null;
1126
1209
  typeHex: import("viem").Hex | null;
1127
1210
  v: bigint;
@@ -1142,14 +1225,14 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
1142
1225
  } | {
1143
1226
  blockHash: `0x${string}` | null;
1144
1227
  blockNumber: bigint | null;
1145
- from: import("abitype").Address;
1228
+ from: import("viem").Address;
1146
1229
  gas: bigint;
1147
1230
  hash: import("viem").Hash;
1148
1231
  input: import("viem").Hex;
1149
1232
  nonce: number;
1150
1233
  r: import("viem").Hex;
1151
1234
  s: import("viem").Hex;
1152
- to: import("abitype").Address | null;
1235
+ to: import("viem").Address | null;
1153
1236
  transactionIndex: number | null;
1154
1237
  typeHex: import("viem").Hex | null;
1155
1238
  v: bigint;
@@ -1170,14 +1253,14 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
1170
1253
  } | {
1171
1254
  blockHash: `0x${string}` | null;
1172
1255
  blockNumber: bigint | null;
1173
- from: import("abitype").Address;
1256
+ from: import("viem").Address;
1174
1257
  gas: bigint;
1175
1258
  hash: import("viem").Hash;
1176
1259
  input: import("viem").Hex;
1177
1260
  nonce: number;
1178
1261
  r: import("viem").Hex;
1179
1262
  s: import("viem").Hex;
1180
- to: import("abitype").Address | null;
1263
+ to: import("viem").Address | null;
1181
1264
  transactionIndex: number | null;
1182
1265
  typeHex: import("viem").Hex | null;
1183
1266
  v: bigint;
@@ -1198,14 +1281,14 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
1198
1281
  } | {
1199
1282
  blockHash: `0x${string}` | null;
1200
1283
  blockNumber: bigint | null;
1201
- from: import("abitype").Address;
1284
+ from: import("viem").Address;
1202
1285
  gas: bigint;
1203
1286
  hash: import("viem").Hash;
1204
1287
  input: import("viem").Hex;
1205
1288
  nonce: number;
1206
1289
  r: import("viem").Hex;
1207
1290
  s: import("viem").Hex;
1208
- to: import("abitype").Address | null;
1291
+ to: import("viem").Address | null;
1209
1292
  transactionIndex: number | null;
1210
1293
  typeHex: import("viem").Hex | null;
1211
1294
  v: bigint;
@@ -1228,21 +1311,21 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
1228
1311
  };
1229
1312
  readonly transactionReceipt: {
1230
1313
  exclude: [] | undefined;
1231
- format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
1314
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
1232
1315
  blobGasPrice?: bigint | undefined;
1233
1316
  blobGasUsed?: bigint | undefined;
1234
1317
  blockHash: import("viem").Hash;
1235
1318
  blockNumber: bigint;
1236
- contractAddress: import("abitype").Address | null | undefined;
1319
+ contractAddress: import("viem").Address | null | undefined;
1237
1320
  cumulativeGasUsed: bigint;
1238
1321
  effectiveGasPrice: bigint;
1239
- from: import("abitype").Address;
1322
+ from: import("viem").Address;
1240
1323
  gasUsed: bigint;
1241
1324
  logs: import("viem").Log<bigint, number, false>[];
1242
1325
  logsBloom: import("viem").Hex;
1243
1326
  root?: `0x${string}` | undefined;
1244
1327
  status: "success" | "reverted";
1245
- to: import("abitype").Address | null;
1328
+ to: import("viem").Address | null;
1246
1329
  transactionHash: import("viem").Hash;
1247
1330
  transactionIndex: number;
1248
1331
  type: import("viem").TransactionType;
@@ -1273,7 +1356,7 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
1273
1356
  ensRegistry?: import("viem").ChainContract | undefined;
1274
1357
  ensUniversalResolver?: import("viem").ChainContract | undefined;
1275
1358
  multicall3?: import("viem").ChainContract | undefined;
1276
- universalSignatureVerifier?: import("viem").ChainContract | undefined;
1359
+ erc6492Verifier?: import("viem").ChainContract | undefined;
1277
1360
  } | undefined;
1278
1361
  ensTlds?: readonly string[] | undefined;
1279
1362
  id: 239;
@@ -1283,6 +1366,7 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
1283
1366
  readonly name: "TAC";
1284
1367
  readonly symbol: "TAC";
1285
1368
  };
1369
+ experimental_preconfirmationTime?: number | undefined | undefined;
1286
1370
  rpcUrls: {
1287
1371
  readonly default: {
1288
1372
  readonly http: readonly ["https://rpc.tac.build"];
@@ -1310,7 +1394,7 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
1310
1394
  ensRegistry?: import("viem").ChainContract | undefined;
1311
1395
  ensUniversalResolver?: import("viem").ChainContract | undefined;
1312
1396
  multicall3?: import("viem").ChainContract | undefined;
1313
- universalSignatureVerifier?: import("viem").ChainContract | undefined;
1397
+ erc6492Verifier?: import("viem").ChainContract | undefined;
1314
1398
  } | undefined;
1315
1399
  ensTlds?: readonly string[] | undefined;
1316
1400
  id: 60808;
@@ -1320,6 +1404,7 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
1320
1404
  readonly name: "Ether";
1321
1405
  readonly symbol: "ETH";
1322
1406
  };
1407
+ experimental_preconfirmationTime?: number | undefined | undefined;
1323
1408
  rpcUrls: {
1324
1409
  readonly default: {
1325
1410
  readonly http: readonly ["https://rpc.gobob.xyz"];
@@ -1343,7 +1428,7 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
1343
1428
  contracts: {
1344
1429
  readonly multicall3: {
1345
1430
  readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
1346
- readonly blockCreated: 1;
1431
+ readonly blockCreated: 2591807;
1347
1432
  };
1348
1433
  };
1349
1434
  ensTlds?: readonly string[] | undefined;
@@ -1354,6 +1439,7 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
1354
1439
  readonly name: "Ether";
1355
1440
  readonly symbol: "ETH";
1356
1441
  };
1442
+ experimental_preconfirmationTime?: number | undefined | undefined;
1357
1443
  rpcUrls: {
1358
1444
  readonly default: {
1359
1445
  readonly http: readonly ["https://alpha.megaeth.com/rpc?user=lombard+v1&token=1763427229-%2Bx6HFUDu9OhJwV%2FTCFOL0xTt%2FPJRAXPeirIcuytvnes%3D"];
@@ -1370,7 +1456,7 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
1370
1456
  blockExplorers: {
1371
1457
  readonly default: {
1372
1458
  readonly name: "Monad Explorer";
1373
- readonly url: "https://monadvision.com/";
1459
+ readonly url: "https://monadvision.com";
1374
1460
  };
1375
1461
  };
1376
1462
  blockTime?: number | undefined | undefined;
@@ -1388,9 +1474,10 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
1388
1474
  readonly name: "Monad";
1389
1475
  readonly symbol: "MONAD";
1390
1476
  };
1477
+ experimental_preconfirmationTime?: number | undefined | undefined;
1391
1478
  rpcUrls: {
1392
1479
  readonly default: {
1393
- readonly http: readonly ["https://rpc-mainnet.monadinfra.com/rpc/hvdhVu9RcRR51qvLIYMX6CUKcjHtoRS5"];
1480
+ readonly http: readonly ["https://monad-mainnet.drpc.org"];
1394
1481
  };
1395
1482
  };
1396
1483
  sourceId?: number | undefined | undefined;
@@ -1463,6 +1550,7 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
1463
1550
  readonly symbol: "ETH";
1464
1551
  readonly decimals: 18;
1465
1552
  };
1553
+ experimental_preconfirmationTime?: number | undefined | undefined;
1466
1554
  rpcUrls: {
1467
1555
  readonly default: {
1468
1556
  readonly http: readonly ["https://mainnet.base.org"];
@@ -1475,7 +1563,7 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
1475
1563
  formatters: {
1476
1564
  readonly block: {
1477
1565
  exclude: [] | undefined;
1478
- format: (args: import("viem/chains").OpStackRpcBlock) => {
1566
+ format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
1479
1567
  baseFeePerGas: bigint | null;
1480
1568
  blobGasUsed: bigint;
1481
1569
  difficulty: bigint;
@@ -1485,7 +1573,7 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
1485
1573
  gasUsed: bigint;
1486
1574
  hash: `0x${string}` | null;
1487
1575
  logsBloom: `0x${string}` | null;
1488
- miner: import("abitype").Address;
1576
+ miner: import("viem").Address;
1489
1577
  mixHash: import("viem").Hash;
1490
1578
  nonce: `0x${string}` | null;
1491
1579
  number: bigint | null;
@@ -1508,17 +1596,17 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
1508
1596
  };
1509
1597
  readonly transaction: {
1510
1598
  exclude: [] | undefined;
1511
- format: (args: import("viem/chains").OpStackRpcTransaction) => ({
1599
+ format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
1512
1600
  blockHash: `0x${string}` | null;
1513
1601
  blockNumber: bigint | null;
1514
- from: import("abitype").Address;
1602
+ from: import("viem").Address;
1515
1603
  gas: bigint;
1516
1604
  hash: import("viem").Hash;
1517
1605
  input: import("viem").Hex;
1518
1606
  nonce: number;
1519
1607
  r: import("viem").Hex;
1520
1608
  s: import("viem").Hex;
1521
- to: import("abitype").Address | null;
1609
+ to: import("viem").Address | null;
1522
1610
  transactionIndex: number | null;
1523
1611
  typeHex: import("viem").Hex | null;
1524
1612
  v: bigint;
@@ -1536,16 +1624,16 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
1536
1624
  r: import("viem").Hex;
1537
1625
  s: import("viem").Hex;
1538
1626
  v: bigint;
1539
- to: import("abitype").Address | null;
1540
- from: import("abitype").Address;
1627
+ value: bigint;
1541
1628
  gas: bigint;
1629
+ to: import("viem").Address | null;
1630
+ from: import("viem").Address;
1542
1631
  nonce: number;
1543
- value: bigint;
1544
1632
  blockHash: `0x${string}` | null;
1545
1633
  blockNumber: bigint | null;
1634
+ transactionIndex: number | null;
1546
1635
  hash: import("viem").Hash;
1547
1636
  input: import("viem").Hex;
1548
- transactionIndex: number | null;
1549
1637
  typeHex: import("viem").Hex | null;
1550
1638
  accessList?: undefined | undefined;
1551
1639
  authorizationList?: undefined | undefined;
@@ -1563,14 +1651,14 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
1563
1651
  } | {
1564
1652
  blockHash: `0x${string}` | null;
1565
1653
  blockNumber: bigint | null;
1566
- from: import("abitype").Address;
1654
+ from: import("viem").Address;
1567
1655
  gas: bigint;
1568
1656
  hash: import("viem").Hash;
1569
1657
  input: import("viem").Hex;
1570
1658
  nonce: number;
1571
1659
  r: import("viem").Hex;
1572
1660
  s: import("viem").Hex;
1573
- to: import("abitype").Address | null;
1661
+ to: import("viem").Address | null;
1574
1662
  transactionIndex: number | null;
1575
1663
  typeHex: import("viem").Hex | null;
1576
1664
  v: bigint;
@@ -1591,14 +1679,14 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
1591
1679
  } | {
1592
1680
  blockHash: `0x${string}` | null;
1593
1681
  blockNumber: bigint | null;
1594
- from: import("abitype").Address;
1682
+ from: import("viem").Address;
1595
1683
  gas: bigint;
1596
1684
  hash: import("viem").Hash;
1597
1685
  input: import("viem").Hex;
1598
1686
  nonce: number;
1599
1687
  r: import("viem").Hex;
1600
1688
  s: import("viem").Hex;
1601
- to: import("abitype").Address | null;
1689
+ to: import("viem").Address | null;
1602
1690
  transactionIndex: number | null;
1603
1691
  typeHex: import("viem").Hex | null;
1604
1692
  v: bigint;
@@ -1619,14 +1707,14 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
1619
1707
  } | {
1620
1708
  blockHash: `0x${string}` | null;
1621
1709
  blockNumber: bigint | null;
1622
- from: import("abitype").Address;
1710
+ from: import("viem").Address;
1623
1711
  gas: bigint;
1624
1712
  hash: import("viem").Hash;
1625
1713
  input: import("viem").Hex;
1626
1714
  nonce: number;
1627
1715
  r: import("viem").Hex;
1628
1716
  s: import("viem").Hex;
1629
- to: import("abitype").Address | null;
1717
+ to: import("viem").Address | null;
1630
1718
  transactionIndex: number | null;
1631
1719
  typeHex: import("viem").Hex | null;
1632
1720
  v: bigint;
@@ -1647,14 +1735,14 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
1647
1735
  } | {
1648
1736
  blockHash: `0x${string}` | null;
1649
1737
  blockNumber: bigint | null;
1650
- from: import("abitype").Address;
1738
+ from: import("viem").Address;
1651
1739
  gas: bigint;
1652
1740
  hash: import("viem").Hash;
1653
1741
  input: import("viem").Hex;
1654
1742
  nonce: number;
1655
1743
  r: import("viem").Hex;
1656
1744
  s: import("viem").Hex;
1657
- to: import("abitype").Address | null;
1745
+ to: import("viem").Address | null;
1658
1746
  transactionIndex: number | null;
1659
1747
  typeHex: import("viem").Hex | null;
1660
1748
  v: bigint;
@@ -1677,21 +1765,21 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
1677
1765
  };
1678
1766
  readonly transactionReceipt: {
1679
1767
  exclude: [] | undefined;
1680
- format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
1768
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
1681
1769
  blobGasPrice?: bigint | undefined;
1682
1770
  blobGasUsed?: bigint | undefined;
1683
1771
  blockHash: import("viem").Hash;
1684
1772
  blockNumber: bigint;
1685
- contractAddress: import("abitype").Address | null | undefined;
1773
+ contractAddress: import("viem").Address | null | undefined;
1686
1774
  cumulativeGasUsed: bigint;
1687
1775
  effectiveGasPrice: bigint;
1688
- from: import("abitype").Address;
1776
+ from: import("viem").Address;
1689
1777
  gasUsed: bigint;
1690
1778
  logs: import("viem").Log<bigint, number, false>[];
1691
1779
  logsBloom: import("viem").Hex;
1692
1780
  root?: `0x${string}` | undefined;
1693
1781
  status: "success" | "reverted";
1694
- to: import("abitype").Address | null;
1782
+ to: import("viem").Address | null;
1695
1783
  transactionHash: import("viem").Hash;
1696
1784
  transactionIndex: number;
1697
1785
  type: import("viem").TransactionType;
@@ -1714,7 +1802,7 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
1714
1802
  readonly url: "https://berascan.com";
1715
1803
  };
1716
1804
  };
1717
- blockTime?: number | undefined | undefined;
1805
+ blockTime: 2000;
1718
1806
  contracts: {
1719
1807
  readonly multicall3: {
1720
1808
  readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
@@ -1725,8 +1813,8 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
1725
1813
  readonly blockCreated: 877007;
1726
1814
  };
1727
1815
  readonly ensUniversalResolver: {
1728
- readonly address: "0xddfb18888a9466688235887dec2a10c4f5effee9";
1729
- readonly blockCreated: 877008;
1816
+ readonly address: "0x4D41762915F83c76EcaF6776d9b08076aA32b492";
1817
+ readonly blockCreated: 9310021;
1730
1818
  };
1731
1819
  };
1732
1820
  ensTlds: readonly [".bera"];
@@ -1737,6 +1825,7 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
1737
1825
  readonly name: "BERA Token";
1738
1826
  readonly symbol: "BERA";
1739
1827
  };
1828
+ experimental_preconfirmationTime?: number | undefined | undefined;
1740
1829
  rpcUrls: {
1741
1830
  readonly default: {
1742
1831
  readonly http: readonly ["https://rpc.berachain.com"];
@@ -1757,7 +1846,7 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
1757
1846
  readonly apiUrl: "https://api.bscscan.com/api";
1758
1847
  };
1759
1848
  };
1760
- blockTime?: number | undefined | undefined;
1849
+ blockTime: 750;
1761
1850
  contracts: {
1762
1851
  readonly multicall3: {
1763
1852
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -1772,6 +1861,7 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
1772
1861
  readonly name: "BNB";
1773
1862
  readonly symbol: "BNB";
1774
1863
  };
1864
+ experimental_preconfirmationTime?: number | undefined | undefined;
1775
1865
  rpcUrls: {
1776
1866
  readonly default: {
1777
1867
  readonly http: readonly ["https://56.rpc.thirdweb.com"];
@@ -1807,6 +1897,7 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
1807
1897
  readonly name: "Bitcorn";
1808
1898
  readonly symbol: "BTCN";
1809
1899
  };
1900
+ experimental_preconfirmationTime?: number | undefined | undefined;
1810
1901
  rpcUrls: {
1811
1902
  readonly default: {
1812
1903
  readonly http: readonly ["https://21000000.rpc.thirdweb.com"];
@@ -1826,7 +1917,7 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
1826
1917
  readonly url: "https://explorer.etherlink.com";
1827
1918
  };
1828
1919
  };
1829
- blockTime?: number | undefined | undefined;
1920
+ blockTime: 4830;
1830
1921
  contracts: {
1831
1922
  readonly multicall3: {
1832
1923
  readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
@@ -1841,6 +1932,7 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
1841
1932
  readonly name: "Tez";
1842
1933
  readonly symbol: "XTZ";
1843
1934
  };
1935
+ experimental_preconfirmationTime?: number | undefined | undefined;
1844
1936
  rpcUrls: {
1845
1937
  readonly default: {
1846
1938
  readonly http: readonly ["https://node.mainnet.etherlink.com"];
@@ -1875,6 +1967,7 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
1875
1967
  readonly name: "Ether";
1876
1968
  readonly symbol: "ETH";
1877
1969
  };
1970
+ experimental_preconfirmationTime?: number | undefined | undefined;
1878
1971
  rpcUrls: {
1879
1972
  readonly default: {
1880
1973
  readonly http: readonly ["https://rpc.katana.network"];
@@ -1896,7 +1989,7 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
1896
1989
  readonly apiUrl: "https://api.snowtrace.io";
1897
1990
  };
1898
1991
  };
1899
- blockTime?: number | undefined | undefined;
1992
+ blockTime: 1700;
1900
1993
  contracts: {
1901
1994
  readonly multicall3: {
1902
1995
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -1911,6 +2004,7 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
1911
2004
  readonly name: "Avalanche";
1912
2005
  readonly symbol: "AVAX";
1913
2006
  };
2007
+ experimental_preconfirmationTime?: number | undefined | undefined;
1914
2008
  rpcUrls: {
1915
2009
  readonly default: {
1916
2010
  readonly http: readonly ["https://api.avax.network/ext/bc/C/rpc"];
@@ -1931,14 +2025,11 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
1931
2025
  readonly apiUrl: "https://api.etherscan.io/api";
1932
2026
  };
1933
2027
  };
1934
- blockTime?: number | undefined | undefined;
2028
+ blockTime: 12000;
1935
2029
  contracts: {
1936
- readonly ensRegistry: {
1937
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
1938
- };
1939
2030
  readonly ensUniversalResolver: {
1940
- readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
1941
- readonly blockCreated: 19258213;
2031
+ readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
2032
+ readonly blockCreated: 23085558;
1942
2033
  };
1943
2034
  readonly multicall3: {
1944
2035
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
@@ -1953,6 +2044,7 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
1953
2044
  readonly symbol: "ETH";
1954
2045
  readonly decimals: 18;
1955
2046
  };
2047
+ experimental_preconfirmationTime?: number | undefined | undefined;
1956
2048
  rpcUrls: {
1957
2049
  readonly default: {
1958
2050
  readonly http: readonly ["https://eth.merkle.io"];
@@ -1968,10 +2060,12 @@ export declare const CHAIN_ID_TO_VIEM_CHAIN_MAP: {
1968
2060
  };
1969
2061
  type KatanaChain = typeof ChainId.katana | typeof ChainId.katanaTatara;
1970
2062
  export declare const isKatanaChain: (chainId: unknown) => chainId is KatanaChain;
1971
- type MonadChain = 143;
2063
+ type MonadChain = typeof ChainId.monad;
1972
2064
  export declare const isMonadChain: (chainId: unknown) => chainId is MonadChain;
1973
2065
  type EthereumChain = typeof ChainId.ethereum;
1974
2066
  export declare const isEthereumChain: (chainId: unknown) => chainId is EthereumChain;
2067
+ type StableChain = typeof ChainId.stable;
2068
+ export declare const isStableChain: (chainId: unknown) => chainId is StableChain;
1975
2069
  type MegaethChain = typeof ChainId.megaeth;
1976
2070
  export declare const isMegaethChain: (chainId: unknown) => chainId is MegaethChain;
1977
2071
  export declare const CHAIN_ID_TO_LLAMA_CHAIN_NAME_MAP: {