@circle-fin/usdckit 0.24.1 → 0.24.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 (114) hide show
  1. package/dist/cjs/chains/ARB.d.ts +9 -0
  2. package/dist/cjs/chains/ARB_SEPOLIA.d.ts +9 -0
  3. package/dist/cjs/chains/ARC_TESTNET.d.ts +9 -0
  4. package/dist/cjs/chains/AVAX.d.ts +9 -0
  5. package/dist/cjs/chains/AVAX_FUJI.d.ts +9 -0
  6. package/dist/cjs/chains/BASE.d.ts +13 -3
  7. package/dist/cjs/chains/BASE_SEPOLIA.d.ts +13 -3
  8. package/dist/cjs/chains/ETH.d.ts +9 -0
  9. package/dist/cjs/chains/ETH_SEPOLIA.d.ts +9 -0
  10. package/dist/cjs/chains/MATIC.d.ts +11 -2
  11. package/dist/cjs/chains/MATIC_AMOY.d.ts +10 -1
  12. package/dist/cjs/chains/MONAD.d.ts +9 -0
  13. package/dist/cjs/chains/MONAD_TESTNET.d.ts +9 -0
  14. package/dist/cjs/chains/NEAR.d.ts +9 -0
  15. package/dist/cjs/chains/NEAR_TESTNET.d.ts +9 -0
  16. package/dist/cjs/chains/OP.d.ts +13 -3
  17. package/dist/cjs/chains/OP_SEPOLIA.d.ts +13 -3
  18. package/dist/cjs/chains/SOL.d.ts +9 -0
  19. package/dist/cjs/chains/SOL_DEVNET.d.ts +9 -0
  20. package/dist/cjs/chains/UNI.d.ts +13 -3
  21. package/dist/cjs/chains/UNI_SEPOLIA.d.ts +13 -3
  22. package/dist/cjs/extractChain.d.ts +216 -21
  23. package/dist/cjs/metadata.js +1 -1
  24. package/dist/cjs/providers/circle-wallets/actions/createAccount.d.ts +180 -21
  25. package/dist/cjs/providers/circle-wallets/actions/getAccounts.d.ts +180 -21
  26. package/dist/cjs/providers/circle-wallets/index.d.ts +409 -52
  27. package/dist/cjs/providers/cross-chain-transfer-protocol/chains/ARB.d.ts +9 -0
  28. package/dist/cjs/providers/cross-chain-transfer-protocol/chains/ARB_SEPOLIA.d.ts +9 -0
  29. package/dist/cjs/providers/cross-chain-transfer-protocol/chains/AVAX.d.ts +9 -0
  30. package/dist/cjs/providers/cross-chain-transfer-protocol/chains/AVAX_FUJI.d.ts +9 -0
  31. package/dist/cjs/providers/cross-chain-transfer-protocol/chains/BASE.d.ts +13 -3
  32. package/dist/cjs/providers/cross-chain-transfer-protocol/chains/BASE_SEPOLIA.d.ts +13 -3
  33. package/dist/cjs/providers/cross-chain-transfer-protocol/chains/ETH.d.ts +9 -0
  34. package/dist/cjs/providers/cross-chain-transfer-protocol/chains/ETH_SEPOLIA.d.ts +9 -0
  35. package/dist/cjs/providers/cross-chain-transfer-protocol/chains/MATIC.d.ts +11 -2
  36. package/dist/cjs/providers/cross-chain-transfer-protocol/chains/MATIC_AMOY.d.ts +10 -1
  37. package/dist/cjs/providers/cross-chain-transfer-protocol/chains/OP.d.ts +13 -3
  38. package/dist/cjs/providers/cross-chain-transfer-protocol/chains/OP_SEPOLIA.d.ts +13 -3
  39. package/dist/cjs/providers/cross-chain-transfer-protocol/chains/UNI.d.ts +13 -3
  40. package/dist/cjs/providers/cross-chain-transfer-protocol/chains/UNI_SEPOLIA.d.ts +13 -3
  41. package/dist/cjs/providers/cross-chain-transfer-protocol/index.d.ts +153 -21
  42. package/dist/cjs/providers/solana/index.d.ts +18 -0
  43. package/dist/cjs/providers/uniswap/chains/ARB.d.ts +9 -0
  44. package/dist/cjs/providers/uniswap/chains/ARB_SEPOLIA.d.ts +9 -0
  45. package/dist/cjs/providers/uniswap/chains/AVAX.d.ts +9 -0
  46. package/dist/cjs/providers/uniswap/chains/BASE.d.ts +13 -3
  47. package/dist/cjs/providers/uniswap/chains/BASE_SEPOLIA.d.ts +13 -3
  48. package/dist/cjs/providers/uniswap/chains/ETH.d.ts +9 -0
  49. package/dist/cjs/providers/uniswap/chains/ETH_SEPOLIA.d.ts +9 -0
  50. package/dist/cjs/providers/uniswap/chains/MATIC.d.ts +11 -2
  51. package/dist/cjs/providers/uniswap/chains/OP.d.ts +13 -3
  52. package/dist/cjs/providers/uniswap/chains/OP_SEPOLIA.d.ts +13 -3
  53. package/dist/cjs/providers/uniswap/chains/UNI.d.ts +13 -3
  54. package/dist/cjs/providers/uniswap/chains/UNI_SEPOLIA.d.ts +13 -3
  55. package/dist/cjs/providers/uniswap/index.d.ts +134 -20
  56. package/dist/cjs/utils/getClient.d.ts +6 -3
  57. package/dist/cjs/utils/getContract.d.ts +16 -16
  58. package/dist/esm/chains/ARB.d.ts +9 -0
  59. package/dist/esm/chains/ARB_SEPOLIA.d.ts +9 -0
  60. package/dist/esm/chains/ARC_TESTNET.d.ts +9 -0
  61. package/dist/esm/chains/AVAX.d.ts +9 -0
  62. package/dist/esm/chains/AVAX_FUJI.d.ts +9 -0
  63. package/dist/esm/chains/BASE.d.ts +13 -3
  64. package/dist/esm/chains/BASE_SEPOLIA.d.ts +13 -3
  65. package/dist/esm/chains/ETH.d.ts +9 -0
  66. package/dist/esm/chains/ETH_SEPOLIA.d.ts +9 -0
  67. package/dist/esm/chains/MATIC.d.ts +11 -2
  68. package/dist/esm/chains/MATIC_AMOY.d.ts +10 -1
  69. package/dist/esm/chains/MONAD.d.ts +9 -0
  70. package/dist/esm/chains/MONAD_TESTNET.d.ts +9 -0
  71. package/dist/esm/chains/NEAR.d.ts +9 -0
  72. package/dist/esm/chains/NEAR_TESTNET.d.ts +9 -0
  73. package/dist/esm/chains/OP.d.ts +13 -3
  74. package/dist/esm/chains/OP_SEPOLIA.d.ts +13 -3
  75. package/dist/esm/chains/SOL.d.ts +9 -0
  76. package/dist/esm/chains/SOL_DEVNET.d.ts +9 -0
  77. package/dist/esm/chains/UNI.d.ts +13 -3
  78. package/dist/esm/chains/UNI_SEPOLIA.d.ts +13 -3
  79. package/dist/esm/extractChain.d.ts +216 -21
  80. package/dist/esm/metadata.js +1 -1
  81. package/dist/esm/providers/circle-wallets/actions/createAccount.d.ts +180 -21
  82. package/dist/esm/providers/circle-wallets/actions/getAccounts.d.ts +180 -21
  83. package/dist/esm/providers/circle-wallets/index.d.ts +409 -52
  84. package/dist/esm/providers/cross-chain-transfer-protocol/chains/ARB.d.ts +9 -0
  85. package/dist/esm/providers/cross-chain-transfer-protocol/chains/ARB_SEPOLIA.d.ts +9 -0
  86. package/dist/esm/providers/cross-chain-transfer-protocol/chains/AVAX.d.ts +9 -0
  87. package/dist/esm/providers/cross-chain-transfer-protocol/chains/AVAX_FUJI.d.ts +9 -0
  88. package/dist/esm/providers/cross-chain-transfer-protocol/chains/BASE.d.ts +13 -3
  89. package/dist/esm/providers/cross-chain-transfer-protocol/chains/BASE_SEPOLIA.d.ts +13 -3
  90. package/dist/esm/providers/cross-chain-transfer-protocol/chains/ETH.d.ts +9 -0
  91. package/dist/esm/providers/cross-chain-transfer-protocol/chains/ETH_SEPOLIA.d.ts +9 -0
  92. package/dist/esm/providers/cross-chain-transfer-protocol/chains/MATIC.d.ts +11 -2
  93. package/dist/esm/providers/cross-chain-transfer-protocol/chains/MATIC_AMOY.d.ts +10 -1
  94. package/dist/esm/providers/cross-chain-transfer-protocol/chains/OP.d.ts +13 -3
  95. package/dist/esm/providers/cross-chain-transfer-protocol/chains/OP_SEPOLIA.d.ts +13 -3
  96. package/dist/esm/providers/cross-chain-transfer-protocol/chains/UNI.d.ts +13 -3
  97. package/dist/esm/providers/cross-chain-transfer-protocol/chains/UNI_SEPOLIA.d.ts +13 -3
  98. package/dist/esm/providers/cross-chain-transfer-protocol/index.d.ts +153 -21
  99. package/dist/esm/providers/solana/index.d.ts +18 -0
  100. package/dist/esm/providers/uniswap/chains/ARB.d.ts +9 -0
  101. package/dist/esm/providers/uniswap/chains/ARB_SEPOLIA.d.ts +9 -0
  102. package/dist/esm/providers/uniswap/chains/AVAX.d.ts +9 -0
  103. package/dist/esm/providers/uniswap/chains/BASE.d.ts +13 -3
  104. package/dist/esm/providers/uniswap/chains/BASE_SEPOLIA.d.ts +13 -3
  105. package/dist/esm/providers/uniswap/chains/ETH.d.ts +9 -0
  106. package/dist/esm/providers/uniswap/chains/ETH_SEPOLIA.d.ts +9 -0
  107. package/dist/esm/providers/uniswap/chains/MATIC.d.ts +11 -2
  108. package/dist/esm/providers/uniswap/chains/OP.d.ts +13 -3
  109. package/dist/esm/providers/uniswap/chains/OP_SEPOLIA.d.ts +13 -3
  110. package/dist/esm/providers/uniswap/chains/UNI.d.ts +13 -3
  111. package/dist/esm/providers/uniswap/chains/UNI_SEPOLIA.d.ts +13 -3
  112. package/dist/esm/providers/uniswap/index.d.ts +134 -20
  113. package/dist/esm/utils/getClient.d.ts +6 -3
  114. package/package.json +2 -2
@@ -172,8 +172,17 @@ declare const SUPPORTED_CHAINS: ({
172
172
  sourceId?: number | undefined | undefined;
173
173
  testnet?: boolean | undefined | undefined;
174
174
  custom?: Record<string, unknown> | undefined;
175
+ extendSchema?: Record<string, unknown> | undefined;
175
176
  fees?: import("viem").ChainFees<undefined> | undefined;
177
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
178
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
179
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
180
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
181
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
182
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
183
+ }] | undefined;
176
184
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
185
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
177
186
  readonly blockchainId: "ARB";
178
187
  readonly blockchainVm: "EVM";
179
188
  readonly formatters?: undefined | undefined;
@@ -350,8 +359,17 @@ declare const SUPPORTED_CHAINS: ({
350
359
  sourceId?: number | undefined | undefined;
351
360
  testnet: true;
352
361
  custom?: Record<string, unknown> | undefined;
362
+ extendSchema?: Record<string, unknown> | undefined;
353
363
  fees?: import("viem").ChainFees<undefined> | undefined;
364
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
365
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
366
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
367
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
368
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
369
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
370
+ }] | undefined;
354
371
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
372
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
355
373
  readonly blockchainId: "ARB-SEPOLIA";
356
374
  readonly blockchainVm: "EVM";
357
375
  readonly formatters?: undefined | undefined;
@@ -529,8 +547,17 @@ declare const SUPPORTED_CHAINS: ({
529
547
  sourceId?: number | undefined | undefined;
530
548
  testnet: true;
531
549
  custom?: Record<string, unknown> | undefined;
550
+ extendSchema?: Record<string, unknown> | undefined;
532
551
  fees?: import("viem").ChainFees<undefined> | undefined;
552
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
553
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
554
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
555
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
556
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
557
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
558
+ }] | undefined;
533
559
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
560
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
534
561
  readonly blockchainId: "ARC-TESTNET";
535
562
  readonly blockchainVm: "EVM";
536
563
  readonly formatters?: undefined | undefined;
@@ -989,8 +1016,17 @@ declare const SUPPORTED_CHAINS: ({
989
1016
  sourceId?: number | undefined | undefined;
990
1017
  testnet?: boolean | undefined | undefined;
991
1018
  custom?: Record<string, unknown> | undefined;
1019
+ extendSchema?: Record<string, unknown> | undefined;
992
1020
  fees?: import("viem").ChainFees<undefined> | undefined;
1021
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
1022
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
1023
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
1024
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
1025
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
1026
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
1027
+ }] | undefined;
993
1028
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
1029
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
994
1030
  readonly blockchainId: "AVAX";
995
1031
  readonly blockchainVm: "EVM";
996
1032
  readonly formatters?: undefined | undefined;
@@ -1308,8 +1344,17 @@ declare const SUPPORTED_CHAINS: ({
1308
1344
  sourceId?: number | undefined | undefined;
1309
1345
  testnet: true;
1310
1346
  custom?: Record<string, unknown> | undefined;
1347
+ extendSchema?: Record<string, unknown> | undefined;
1311
1348
  fees?: import("viem").ChainFees<undefined> | undefined;
1349
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
1350
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
1351
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
1352
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
1353
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
1354
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
1355
+ }] | undefined;
1312
1356
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
1357
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
1313
1358
  readonly blockchainId: "AVAX-FUJI";
1314
1359
  readonly blockchainVm: "EVM";
1315
1360
  readonly formatters?: undefined | undefined;
@@ -1667,6 +1712,7 @@ declare const SUPPORTED_CHAINS: ({
1667
1712
  sourceId: 1;
1668
1713
  testnet?: boolean | undefined | undefined;
1669
1714
  custom?: Record<string, unknown> | undefined;
1715
+ extendSchema?: Record<string, unknown> | undefined;
1670
1716
  fees?: import("viem").ChainFees<undefined> | undefined;
1671
1717
  formatters: {
1672
1718
  readonly block: {
@@ -1732,16 +1778,16 @@ declare const SUPPORTED_CHAINS: ({
1732
1778
  r: import("viem").Hex;
1733
1779
  s: import("viem").Hex;
1734
1780
  v: bigint;
1735
- value: bigint;
1736
- gas: bigint;
1737
1781
  to: import("abitype").Address | null;
1738
1782
  from: import("abitype").Address;
1783
+ gas: bigint;
1739
1784
  nonce: number;
1785
+ value: bigint;
1740
1786
  blockHash: `0x${string}` | null;
1741
1787
  blockNumber: bigint | null;
1742
- transactionIndex: number | null;
1743
1788
  hash: import("viem").Hash;
1744
1789
  input: import("viem").Hex;
1790
+ transactionIndex: number | null;
1745
1791
  typeHex: import("viem").Hex | null;
1746
1792
  accessList?: undefined | undefined;
1747
1793
  authorizationList?: undefined | undefined;
@@ -1878,6 +1924,7 @@ declare const SUPPORTED_CHAINS: ({
1878
1924
  blobGasUsed?: bigint | undefined;
1879
1925
  blockHash: import("viem").Hash;
1880
1926
  blockNumber: bigint;
1927
+ blockTimestamp?: bigint | undefined;
1881
1928
  contractAddress: import("abitype").Address | null | undefined;
1882
1929
  cumulativeGasUsed: bigint;
1883
1930
  effectiveGasPrice: bigint;
@@ -1899,9 +1946,17 @@ declare const SUPPORTED_CHAINS: ({
1899
1946
  type: "transactionReceipt";
1900
1947
  };
1901
1948
  };
1949
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
1950
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
1951
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
1952
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
1953
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
1954
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
1955
+ }] | undefined;
1902
1956
  serializers: {
1903
1957
  readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
1904
1958
  };
1959
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
1905
1960
  readonly blockchainId: "BASE";
1906
1961
  readonly blockchainVm: "EVM";
1907
1962
  } | {
@@ -2258,6 +2313,7 @@ declare const SUPPORTED_CHAINS: ({
2258
2313
  sourceId: 11155111;
2259
2314
  testnet: true;
2260
2315
  custom?: Record<string, unknown> | undefined;
2316
+ extendSchema?: Record<string, unknown> | undefined;
2261
2317
  fees?: import("viem").ChainFees<undefined> | undefined;
2262
2318
  formatters: {
2263
2319
  readonly block: {
@@ -2323,16 +2379,16 @@ declare const SUPPORTED_CHAINS: ({
2323
2379
  r: import("viem").Hex;
2324
2380
  s: import("viem").Hex;
2325
2381
  v: bigint;
2326
- value: bigint;
2327
- gas: bigint;
2328
2382
  to: import("abitype").Address | null;
2329
2383
  from: import("abitype").Address;
2384
+ gas: bigint;
2330
2385
  nonce: number;
2386
+ value: bigint;
2331
2387
  blockHash: `0x${string}` | null;
2332
2388
  blockNumber: bigint | null;
2333
- transactionIndex: number | null;
2334
2389
  hash: import("viem").Hash;
2335
2390
  input: import("viem").Hex;
2391
+ transactionIndex: number | null;
2336
2392
  typeHex: import("viem").Hex | null;
2337
2393
  accessList?: undefined | undefined;
2338
2394
  authorizationList?: undefined | undefined;
@@ -2469,6 +2525,7 @@ declare const SUPPORTED_CHAINS: ({
2469
2525
  blobGasUsed?: bigint | undefined;
2470
2526
  blockHash: import("viem").Hash;
2471
2527
  blockNumber: bigint;
2528
+ blockTimestamp?: bigint | undefined;
2472
2529
  contractAddress: import("abitype").Address | null | undefined;
2473
2530
  cumulativeGasUsed: bigint;
2474
2531
  effectiveGasPrice: bigint;
@@ -2490,9 +2547,17 @@ declare const SUPPORTED_CHAINS: ({
2490
2547
  type: "transactionReceipt";
2491
2548
  };
2492
2549
  };
2550
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
2551
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
2552
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
2553
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
2554
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
2555
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
2556
+ }] | undefined;
2493
2557
  serializers: {
2494
2558
  readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
2495
2559
  };
2560
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
2496
2561
  readonly blockchainId: "BASE-SEPOLIA";
2497
2562
  readonly blockchainVm: "EVM";
2498
2563
  readonly network: "base-sepolia";
@@ -2955,8 +3020,17 @@ declare const SUPPORTED_CHAINS: ({
2955
3020
  sourceId?: number | undefined | undefined;
2956
3021
  testnet?: boolean | undefined | undefined;
2957
3022
  custom?: Record<string, unknown> | undefined;
3023
+ extendSchema?: Record<string, unknown> | undefined;
2958
3024
  fees?: import("viem").ChainFees<undefined> | undefined;
3025
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
3026
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
3027
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
3028
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
3029
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
3030
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
3031
+ }] | undefined;
2959
3032
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
3033
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
2960
3034
  readonly blockchainId: "ETH";
2961
3035
  readonly blockchainVm: "EVM";
2962
3036
  readonly formatters?: undefined | undefined;
@@ -3278,8 +3352,17 @@ declare const SUPPORTED_CHAINS: ({
3278
3352
  sourceId?: number | undefined | undefined;
3279
3353
  testnet: true;
3280
3354
  custom?: Record<string, unknown> | undefined;
3355
+ extendSchema?: Record<string, unknown> | undefined;
3281
3356
  fees?: import("viem").ChainFees<undefined> | undefined;
3357
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
3358
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
3359
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
3360
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
3361
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
3362
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
3363
+ }] | undefined;
3282
3364
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
3365
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
3283
3366
  readonly blockchainId: "ETH-SEPOLIA";
3284
3367
  readonly blockchainVm: "EVM";
3285
3368
  readonly formatters?: undefined | undefined;
@@ -3288,7 +3371,7 @@ declare const SUPPORTED_CHAINS: ({
3288
3371
  readonly default: {
3289
3372
  readonly name: "PolygonScan";
3290
3373
  readonly url: "https://polygonscan.com";
3291
- readonly apiUrl: "https://api.polygonscan.com/api";
3374
+ readonly apiUrl: "https://api.etherscan.io/v2/api";
3292
3375
  };
3293
3376
  };
3294
3377
  blockTime: 2000;
@@ -3450,14 +3533,23 @@ declare const SUPPORTED_CHAINS: ({
3450
3533
  experimental_preconfirmationTime?: number | undefined | undefined;
3451
3534
  rpcUrls: {
3452
3535
  readonly default: {
3453
- readonly http: readonly ["https://polygon-rpc.com"];
3536
+ readonly http: readonly ["https://polygon.drpc.org"];
3454
3537
  };
3455
3538
  };
3456
3539
  sourceId?: number | undefined | undefined;
3457
3540
  testnet?: boolean | undefined | undefined;
3458
3541
  custom?: Record<string, unknown> | undefined;
3542
+ extendSchema?: Record<string, unknown> | undefined;
3459
3543
  fees?: import("viem").ChainFees<undefined> | undefined;
3544
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
3545
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
3546
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
3547
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
3548
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
3549
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
3550
+ }] | undefined;
3460
3551
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
3552
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
3461
3553
  readonly blockchainId: "MATIC";
3462
3554
  readonly blockchainVm: "EVM";
3463
3555
  readonly formatters?: undefined | undefined;
@@ -3466,7 +3558,7 @@ declare const SUPPORTED_CHAINS: ({
3466
3558
  readonly default: {
3467
3559
  readonly name: "PolygonScan";
3468
3560
  readonly url: "https://amoy.polygonscan.com";
3469
- readonly apiUrl: "https://api-amoy.polygonscan.com/api";
3561
+ readonly apiUrl: "https://api.etherscan.io/v2/api";
3470
3562
  };
3471
3563
  };
3472
3564
  blockTime?: number | undefined | undefined;
@@ -3634,8 +3726,17 @@ declare const SUPPORTED_CHAINS: ({
3634
3726
  sourceId?: number | undefined | undefined;
3635
3727
  testnet: true;
3636
3728
  custom?: Record<string, unknown> | undefined;
3729
+ extendSchema?: Record<string, unknown> | undefined;
3637
3730
  fees?: import("viem").ChainFees<undefined> | undefined;
3731
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
3732
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
3733
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
3734
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
3735
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
3736
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
3737
+ }] | undefined;
3638
3738
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
3739
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
3639
3740
  readonly blockchainId: "MATIC-AMOY";
3640
3741
  readonly blockchainVm: "EVM";
3641
3742
  readonly formatters?: undefined | undefined;
@@ -3817,8 +3918,17 @@ declare const SUPPORTED_CHAINS: ({
3817
3918
  sourceId?: number | undefined | undefined;
3818
3919
  testnet: false;
3819
3920
  custom?: Record<string, unknown> | undefined;
3921
+ extendSchema?: Record<string, unknown> | undefined;
3820
3922
  fees?: import("viem").ChainFees<undefined> | undefined;
3923
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
3924
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
3925
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
3926
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
3927
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
3928
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
3929
+ }] | undefined;
3821
3930
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
3931
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
3822
3932
  readonly blockchainId: "MONAD";
3823
3933
  readonly blockchainVm: "EVM";
3824
3934
  readonly formatters?: undefined | undefined;
@@ -3994,8 +4104,17 @@ declare const SUPPORTED_CHAINS: ({
3994
4104
  sourceId?: number | undefined | undefined;
3995
4105
  testnet: true;
3996
4106
  custom?: Record<string, unknown> | undefined;
4107
+ extendSchema?: Record<string, unknown> | undefined;
3997
4108
  fees?: import("viem").ChainFees<undefined> | undefined;
4109
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
4110
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
4111
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
4112
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
4113
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
4114
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
4115
+ }] | undefined;
3998
4116
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
4117
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
3999
4118
  readonly blockchainId: "MONAD-TESTNET";
4000
4119
  readonly blockchainVm: "EVM";
4001
4120
  readonly formatters?: undefined | undefined;
@@ -4036,8 +4155,17 @@ declare const SUPPORTED_CHAINS: ({
4036
4155
  sourceId?: number | undefined | undefined;
4037
4156
  testnet: false;
4038
4157
  custom?: Record<string, unknown> | undefined;
4158
+ extendSchema?: Record<string, unknown> | undefined;
4039
4159
  fees?: import("viem").ChainFees<undefined> | undefined;
4160
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
4161
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
4162
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
4163
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
4164
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
4165
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
4166
+ }] | undefined;
4040
4167
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
4168
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
4041
4169
  readonly blockchainId: "NEAR";
4042
4170
  readonly blockchainVm: "NEAR";
4043
4171
  readonly formatters?: undefined | undefined;
@@ -4078,8 +4206,17 @@ declare const SUPPORTED_CHAINS: ({
4078
4206
  sourceId?: number | undefined | undefined;
4079
4207
  testnet: true;
4080
4208
  custom?: Record<string, unknown> | undefined;
4209
+ extendSchema?: Record<string, unknown> | undefined;
4081
4210
  fees?: import("viem").ChainFees<undefined> | undefined;
4211
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
4212
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
4213
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
4214
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
4215
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
4216
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
4217
+ }] | undefined;
4082
4218
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
4219
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
4083
4220
  readonly blockchainId: "NEAR-TESTNET";
4084
4221
  readonly blockchainVm: "NEAR";
4085
4222
  readonly formatters?: undefined | undefined;
@@ -4294,6 +4431,7 @@ declare const SUPPORTED_CHAINS: ({
4294
4431
  sourceId: 1;
4295
4432
  testnet?: boolean | undefined | undefined;
4296
4433
  custom?: Record<string, unknown> | undefined;
4434
+ extendSchema?: Record<string, unknown> | undefined;
4297
4435
  fees?: import("viem").ChainFees<undefined> | undefined;
4298
4436
  formatters: {
4299
4437
  readonly block: {
@@ -4359,16 +4497,16 @@ declare const SUPPORTED_CHAINS: ({
4359
4497
  r: import("viem").Hex;
4360
4498
  s: import("viem").Hex;
4361
4499
  v: bigint;
4362
- value: bigint;
4363
- gas: bigint;
4364
4500
  to: import("abitype").Address | null;
4365
4501
  from: import("abitype").Address;
4502
+ gas: bigint;
4366
4503
  nonce: number;
4504
+ value: bigint;
4367
4505
  blockHash: `0x${string}` | null;
4368
4506
  blockNumber: bigint | null;
4369
- transactionIndex: number | null;
4370
4507
  hash: import("viem").Hash;
4371
4508
  input: import("viem").Hex;
4509
+ transactionIndex: number | null;
4372
4510
  typeHex: import("viem").Hex | null;
4373
4511
  accessList?: undefined | undefined;
4374
4512
  authorizationList?: undefined | undefined;
@@ -4505,6 +4643,7 @@ declare const SUPPORTED_CHAINS: ({
4505
4643
  blobGasUsed?: bigint | undefined;
4506
4644
  blockHash: import("viem").Hash;
4507
4645
  blockNumber: bigint;
4646
+ blockTimestamp?: bigint | undefined;
4508
4647
  contractAddress: import("abitype").Address | null | undefined;
4509
4648
  cumulativeGasUsed: bigint;
4510
4649
  effectiveGasPrice: bigint;
@@ -4526,9 +4665,17 @@ declare const SUPPORTED_CHAINS: ({
4526
4665
  type: "transactionReceipt";
4527
4666
  };
4528
4667
  };
4668
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
4669
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
4670
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
4671
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
4672
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
4673
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
4674
+ }] | undefined;
4529
4675
  serializers: {
4530
4676
  readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
4531
4677
  };
4678
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
4532
4679
  readonly blockchainId: "OP";
4533
4680
  readonly blockchainVm: "EVM";
4534
4681
  } | {
@@ -4742,6 +4889,7 @@ declare const SUPPORTED_CHAINS: ({
4742
4889
  sourceId: 11155111;
4743
4890
  testnet: true;
4744
4891
  custom?: Record<string, unknown> | undefined;
4892
+ extendSchema?: Record<string, unknown> | undefined;
4745
4893
  fees?: import("viem").ChainFees<undefined> | undefined;
4746
4894
  formatters: {
4747
4895
  readonly block: {
@@ -4807,16 +4955,16 @@ declare const SUPPORTED_CHAINS: ({
4807
4955
  r: import("viem").Hex;
4808
4956
  s: import("viem").Hex;
4809
4957
  v: bigint;
4810
- value: bigint;
4811
- gas: bigint;
4812
4958
  to: import("abitype").Address | null;
4813
4959
  from: import("abitype").Address;
4960
+ gas: bigint;
4814
4961
  nonce: number;
4962
+ value: bigint;
4815
4963
  blockHash: `0x${string}` | null;
4816
4964
  blockNumber: bigint | null;
4817
- transactionIndex: number | null;
4818
4965
  hash: import("viem").Hash;
4819
4966
  input: import("viem").Hex;
4967
+ transactionIndex: number | null;
4820
4968
  typeHex: import("viem").Hex | null;
4821
4969
  accessList?: undefined | undefined;
4822
4970
  authorizationList?: undefined | undefined;
@@ -4953,6 +5101,7 @@ declare const SUPPORTED_CHAINS: ({
4953
5101
  blobGasUsed?: bigint | undefined;
4954
5102
  blockHash: import("viem").Hash;
4955
5103
  blockNumber: bigint;
5104
+ blockTimestamp?: bigint | undefined;
4956
5105
  contractAddress: import("abitype").Address | null | undefined;
4957
5106
  cumulativeGasUsed: bigint;
4958
5107
  effectiveGasPrice: bigint;
@@ -4974,9 +5123,17 @@ declare const SUPPORTED_CHAINS: ({
4974
5123
  type: "transactionReceipt";
4975
5124
  };
4976
5125
  };
5126
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
5127
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
5128
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
5129
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
5130
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
5131
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
5132
+ }] | undefined;
4977
5133
  serializers: {
4978
5134
  readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
4979
5135
  };
5136
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
4980
5137
  readonly blockchainId: "OP-SEPOLIA";
4981
5138
  readonly blockchainVm: "EVM";
4982
5139
  } | {
@@ -5018,9 +5175,18 @@ declare const SUPPORTED_CHAINS: ({
5018
5175
  sourceId?: number | undefined | undefined;
5019
5176
  testnet?: boolean | undefined | undefined;
5020
5177
  custom?: Record<string, unknown> | undefined;
5178
+ extendSchema?: Record<string, unknown> | undefined;
5021
5179
  fees?: import("viem").ChainFees<undefined> | undefined;
5022
5180
  formatters?: undefined;
5181
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
5182
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
5183
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
5184
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
5185
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
5186
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
5187
+ }] | undefined;
5023
5188
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
5189
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
5024
5190
  readonly blockchainId: "SOL";
5025
5191
  readonly blockchainVm: "SVM";
5026
5192
  } | {
@@ -5063,9 +5229,18 @@ declare const SUPPORTED_CHAINS: ({
5063
5229
  sourceId?: number | undefined | undefined;
5064
5230
  testnet: true;
5065
5231
  custom?: Record<string, unknown> | undefined;
5232
+ extendSchema?: Record<string, unknown> | undefined;
5066
5233
  fees?: import("viem").ChainFees<undefined> | undefined;
5067
5234
  formatters?: undefined;
5235
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
5236
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
5237
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
5238
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
5239
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
5240
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
5241
+ }] | undefined;
5068
5242
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
5243
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
5069
5244
  readonly blockchainId: "SOL-DEVNET";
5070
5245
  readonly blockchainVm: "SVM";
5071
5246
  } | {
@@ -5274,6 +5449,7 @@ declare const SUPPORTED_CHAINS: ({
5274
5449
  sourceId: 1;
5275
5450
  testnet?: boolean | undefined | undefined;
5276
5451
  custom?: Record<string, unknown> | undefined;
5452
+ extendSchema?: Record<string, unknown> | undefined;
5277
5453
  fees?: import("viem").ChainFees<undefined> | undefined;
5278
5454
  formatters: {
5279
5455
  readonly block: {
@@ -5339,16 +5515,16 @@ declare const SUPPORTED_CHAINS: ({
5339
5515
  r: import("viem").Hex;
5340
5516
  s: import("viem").Hex;
5341
5517
  v: bigint;
5342
- value: bigint;
5343
- gas: bigint;
5344
5518
  to: import("abitype").Address | null;
5345
5519
  from: import("abitype").Address;
5520
+ gas: bigint;
5346
5521
  nonce: number;
5522
+ value: bigint;
5347
5523
  blockHash: `0x${string}` | null;
5348
5524
  blockNumber: bigint | null;
5349
- transactionIndex: number | null;
5350
5525
  hash: import("viem").Hash;
5351
5526
  input: import("viem").Hex;
5527
+ transactionIndex: number | null;
5352
5528
  typeHex: import("viem").Hex | null;
5353
5529
  accessList?: undefined | undefined;
5354
5530
  authorizationList?: undefined | undefined;
@@ -5485,6 +5661,7 @@ declare const SUPPORTED_CHAINS: ({
5485
5661
  blobGasUsed?: bigint | undefined;
5486
5662
  blockHash: import("viem").Hash;
5487
5663
  blockNumber: bigint;
5664
+ blockTimestamp?: bigint | undefined;
5488
5665
  contractAddress: import("abitype").Address | null | undefined;
5489
5666
  cumulativeGasUsed: bigint;
5490
5667
  effectiveGasPrice: bigint;
@@ -5506,9 +5683,17 @@ declare const SUPPORTED_CHAINS: ({
5506
5683
  type: "transactionReceipt";
5507
5684
  };
5508
5685
  };
5686
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
5687
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
5688
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
5689
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
5690
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
5691
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
5692
+ }] | undefined;
5509
5693
  serializers: {
5510
5694
  readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
5511
5695
  };
5696
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
5512
5697
  readonly blockchainId: "UNI";
5513
5698
  readonly blockchainVm: "EVM";
5514
5699
  } | {
@@ -5717,6 +5902,7 @@ declare const SUPPORTED_CHAINS: ({
5717
5902
  sourceId: 11155111;
5718
5903
  testnet: true;
5719
5904
  custom?: Record<string, unknown> | undefined;
5905
+ extendSchema?: Record<string, unknown> | undefined;
5720
5906
  fees?: import("viem").ChainFees<undefined> | undefined;
5721
5907
  formatters: {
5722
5908
  readonly block: {
@@ -5782,16 +5968,16 @@ declare const SUPPORTED_CHAINS: ({
5782
5968
  r: import("viem").Hex;
5783
5969
  s: import("viem").Hex;
5784
5970
  v: bigint;
5785
- value: bigint;
5786
- gas: bigint;
5787
5971
  to: import("abitype").Address | null;
5788
5972
  from: import("abitype").Address;
5973
+ gas: bigint;
5789
5974
  nonce: number;
5975
+ value: bigint;
5790
5976
  blockHash: `0x${string}` | null;
5791
5977
  blockNumber: bigint | null;
5792
- transactionIndex: number | null;
5793
5978
  hash: import("viem").Hash;
5794
5979
  input: import("viem").Hex;
5980
+ transactionIndex: number | null;
5795
5981
  typeHex: import("viem").Hex | null;
5796
5982
  accessList?: undefined | undefined;
5797
5983
  authorizationList?: undefined | undefined;
@@ -5928,6 +6114,7 @@ declare const SUPPORTED_CHAINS: ({
5928
6114
  blobGasUsed?: bigint | undefined;
5929
6115
  blockHash: import("viem").Hash;
5930
6116
  blockNumber: bigint;
6117
+ blockTimestamp?: bigint | undefined;
5931
6118
  contractAddress: import("abitype").Address | null | undefined;
5932
6119
  cumulativeGasUsed: bigint;
5933
6120
  effectiveGasPrice: bigint;
@@ -5949,9 +6136,17 @@ declare const SUPPORTED_CHAINS: ({
5949
6136
  type: "transactionReceipt";
5950
6137
  };
5951
6138
  };
6139
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
6140
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
6141
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
6142
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
6143
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
6144
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
6145
+ }] | undefined;
5952
6146
  serializers: {
5953
6147
  readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
5954
6148
  };
6149
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
5955
6150
  readonly blockchainId: "UNI-SEPOLIA";
5956
6151
  readonly blockchainVm: "EVM";
5957
6152
  })[];
@@ -11,4 +11,4 @@
11
11
  /**
12
12
  * The current semantic version of the SDK
13
13
  */
14
- export const VERSION = `${'0.24.1' || '0.0.0'}`;
14
+ export const VERSION = `${'0.24.2' || '0.0.0'}`;