@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
@@ -244,8 +244,17 @@ export declare function createAccount(client: ExtendedViemClient, params?: Creat
244
244
  sourceId?: number | undefined | undefined;
245
245
  testnet?: boolean | undefined | undefined;
246
246
  custom?: Record<string, unknown> | undefined;
247
+ extendSchema?: Record<string, unknown> | undefined;
247
248
  fees?: import("viem").ChainFees<undefined> | undefined;
249
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
250
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
251
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
252
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
253
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
254
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
255
+ }] | undefined;
248
256
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
257
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
249
258
  readonly blockchainId: "ARB";
250
259
  readonly blockchainVm: "EVM";
251
260
  readonly formatters?: undefined | undefined;
@@ -422,8 +431,17 @@ export declare function createAccount(client: ExtendedViemClient, params?: Creat
422
431
  sourceId?: number | undefined | undefined;
423
432
  testnet: true;
424
433
  custom?: Record<string, unknown> | undefined;
434
+ extendSchema?: Record<string, unknown> | undefined;
425
435
  fees?: import("viem").ChainFees<undefined> | undefined;
436
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
437
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
438
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
439
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
440
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
441
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
442
+ }] | undefined;
426
443
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
444
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
427
445
  readonly blockchainId: "ARB-SEPOLIA";
428
446
  readonly blockchainVm: "EVM";
429
447
  readonly formatters?: undefined | undefined;
@@ -601,8 +619,17 @@ export declare function createAccount(client: ExtendedViemClient, params?: Creat
601
619
  sourceId?: number | undefined | undefined;
602
620
  testnet: true;
603
621
  custom?: Record<string, unknown> | undefined;
622
+ extendSchema?: Record<string, unknown> | undefined;
604
623
  fees?: import("viem").ChainFees<undefined> | undefined;
624
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
625
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
626
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
627
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
628
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
629
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
630
+ }] | undefined;
605
631
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
632
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
606
633
  readonly blockchainId: "ARC-TESTNET";
607
634
  readonly blockchainVm: "EVM";
608
635
  readonly formatters?: undefined | undefined;
@@ -1061,8 +1088,17 @@ export declare function createAccount(client: ExtendedViemClient, params?: Creat
1061
1088
  sourceId?: number | undefined | undefined;
1062
1089
  testnet?: boolean | undefined | undefined;
1063
1090
  custom?: Record<string, unknown> | undefined;
1091
+ extendSchema?: Record<string, unknown> | undefined;
1064
1092
  fees?: import("viem").ChainFees<undefined> | undefined;
1093
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
1094
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
1095
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
1096
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
1097
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
1098
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
1099
+ }] | undefined;
1065
1100
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
1101
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
1066
1102
  readonly blockchainId: "AVAX";
1067
1103
  readonly blockchainVm: "EVM";
1068
1104
  readonly formatters?: undefined | undefined;
@@ -1380,8 +1416,17 @@ export declare function createAccount(client: ExtendedViemClient, params?: Creat
1380
1416
  sourceId?: number | undefined | undefined;
1381
1417
  testnet: true;
1382
1418
  custom?: Record<string, unknown> | undefined;
1419
+ extendSchema?: Record<string, unknown> | undefined;
1383
1420
  fees?: import("viem").ChainFees<undefined> | undefined;
1421
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
1422
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
1423
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
1424
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
1425
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
1426
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
1427
+ }] | undefined;
1384
1428
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
1429
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
1385
1430
  readonly blockchainId: "AVAX-FUJI";
1386
1431
  readonly blockchainVm: "EVM";
1387
1432
  readonly formatters?: undefined | undefined;
@@ -1739,6 +1784,7 @@ export declare function createAccount(client: ExtendedViemClient, params?: Creat
1739
1784
  sourceId: 1;
1740
1785
  testnet?: boolean | undefined | undefined;
1741
1786
  custom?: Record<string, unknown> | undefined;
1787
+ extendSchema?: Record<string, unknown> | undefined;
1742
1788
  fees?: import("viem").ChainFees<undefined> | undefined;
1743
1789
  formatters: {
1744
1790
  readonly block: {
@@ -1804,16 +1850,16 @@ export declare function createAccount(client: ExtendedViemClient, params?: Creat
1804
1850
  r: import("viem").Hex;
1805
1851
  s: import("viem").Hex;
1806
1852
  v: bigint;
1807
- value: bigint;
1808
- gas: bigint;
1809
1853
  to: import("abitype").Address | null;
1810
1854
  from: import("abitype").Address;
1855
+ gas: bigint;
1811
1856
  nonce: number;
1857
+ value: bigint;
1812
1858
  blockHash: `0x${string}` | null;
1813
1859
  blockNumber: bigint | null;
1814
- transactionIndex: number | null;
1815
1860
  hash: import("viem").Hash;
1816
1861
  input: import("viem").Hex;
1862
+ transactionIndex: number | null;
1817
1863
  typeHex: import("viem").Hex | null;
1818
1864
  accessList?: undefined | undefined;
1819
1865
  authorizationList?: undefined | undefined;
@@ -1950,6 +1996,7 @@ export declare function createAccount(client: ExtendedViemClient, params?: Creat
1950
1996
  blobGasUsed?: bigint | undefined;
1951
1997
  blockHash: import("viem").Hash;
1952
1998
  blockNumber: bigint;
1999
+ blockTimestamp?: bigint | undefined;
1953
2000
  contractAddress: import("abitype").Address | null | undefined;
1954
2001
  cumulativeGasUsed: bigint;
1955
2002
  effectiveGasPrice: bigint;
@@ -1971,9 +2018,17 @@ export declare function createAccount(client: ExtendedViemClient, params?: Creat
1971
2018
  type: "transactionReceipt";
1972
2019
  };
1973
2020
  };
2021
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
2022
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
2023
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
2024
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
2025
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
2026
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
2027
+ }] | undefined;
1974
2028
  serializers: {
1975
2029
  readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
1976
2030
  };
2031
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
1977
2032
  readonly blockchainId: "BASE";
1978
2033
  readonly blockchainVm: "EVM";
1979
2034
  } | {
@@ -2330,6 +2385,7 @@ export declare function createAccount(client: ExtendedViemClient, params?: Creat
2330
2385
  sourceId: 11155111;
2331
2386
  testnet: true;
2332
2387
  custom?: Record<string, unknown> | undefined;
2388
+ extendSchema?: Record<string, unknown> | undefined;
2333
2389
  fees?: import("viem").ChainFees<undefined> | undefined;
2334
2390
  formatters: {
2335
2391
  readonly block: {
@@ -2395,16 +2451,16 @@ export declare function createAccount(client: ExtendedViemClient, params?: Creat
2395
2451
  r: import("viem").Hex;
2396
2452
  s: import("viem").Hex;
2397
2453
  v: bigint;
2398
- value: bigint;
2399
- gas: bigint;
2400
2454
  to: import("abitype").Address | null;
2401
2455
  from: import("abitype").Address;
2456
+ gas: bigint;
2402
2457
  nonce: number;
2458
+ value: bigint;
2403
2459
  blockHash: `0x${string}` | null;
2404
2460
  blockNumber: bigint | null;
2405
- transactionIndex: number | null;
2406
2461
  hash: import("viem").Hash;
2407
2462
  input: import("viem").Hex;
2463
+ transactionIndex: number | null;
2408
2464
  typeHex: import("viem").Hex | null;
2409
2465
  accessList?: undefined | undefined;
2410
2466
  authorizationList?: undefined | undefined;
@@ -2541,6 +2597,7 @@ export declare function createAccount(client: ExtendedViemClient, params?: Creat
2541
2597
  blobGasUsed?: bigint | undefined;
2542
2598
  blockHash: import("viem").Hash;
2543
2599
  blockNumber: bigint;
2600
+ blockTimestamp?: bigint | undefined;
2544
2601
  contractAddress: import("abitype").Address | null | undefined;
2545
2602
  cumulativeGasUsed: bigint;
2546
2603
  effectiveGasPrice: bigint;
@@ -2562,9 +2619,17 @@ export declare function createAccount(client: ExtendedViemClient, params?: Creat
2562
2619
  type: "transactionReceipt";
2563
2620
  };
2564
2621
  };
2622
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
2623
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
2624
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
2625
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
2626
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
2627
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
2628
+ }] | undefined;
2565
2629
  serializers: {
2566
2630
  readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
2567
2631
  };
2632
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
2568
2633
  readonly blockchainId: "BASE-SEPOLIA";
2569
2634
  readonly blockchainVm: "EVM";
2570
2635
  readonly network: "base-sepolia";
@@ -3027,8 +3092,17 @@ export declare function createAccount(client: ExtendedViemClient, params?: Creat
3027
3092
  sourceId?: number | undefined | undefined;
3028
3093
  testnet?: boolean | undefined | undefined;
3029
3094
  custom?: Record<string, unknown> | undefined;
3095
+ extendSchema?: Record<string, unknown> | undefined;
3030
3096
  fees?: import("viem").ChainFees<undefined> | undefined;
3097
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
3098
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
3099
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
3100
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
3101
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
3102
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
3103
+ }] | undefined;
3031
3104
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
3105
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
3032
3106
  readonly blockchainId: "ETH";
3033
3107
  readonly blockchainVm: "EVM";
3034
3108
  readonly formatters?: undefined | undefined;
@@ -3350,8 +3424,17 @@ export declare function createAccount(client: ExtendedViemClient, params?: Creat
3350
3424
  sourceId?: number | undefined | undefined;
3351
3425
  testnet: true;
3352
3426
  custom?: Record<string, unknown> | undefined;
3427
+ extendSchema?: Record<string, unknown> | undefined;
3353
3428
  fees?: import("viem").ChainFees<undefined> | undefined;
3429
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
3430
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
3431
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
3432
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
3433
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
3434
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
3435
+ }] | undefined;
3354
3436
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
3437
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
3355
3438
  readonly blockchainId: "ETH-SEPOLIA";
3356
3439
  readonly blockchainVm: "EVM";
3357
3440
  readonly formatters?: undefined | undefined;
@@ -3360,7 +3443,7 @@ export declare function createAccount(client: ExtendedViemClient, params?: Creat
3360
3443
  readonly default: {
3361
3444
  readonly name: "PolygonScan";
3362
3445
  readonly url: "https://polygonscan.com";
3363
- readonly apiUrl: "https://api.polygonscan.com/api";
3446
+ readonly apiUrl: "https://api.etherscan.io/v2/api";
3364
3447
  };
3365
3448
  };
3366
3449
  blockTime: 2000;
@@ -3522,14 +3605,23 @@ export declare function createAccount(client: ExtendedViemClient, params?: Creat
3522
3605
  experimental_preconfirmationTime?: number | undefined | undefined;
3523
3606
  rpcUrls: {
3524
3607
  readonly default: {
3525
- readonly http: readonly ["https://polygon-rpc.com"];
3608
+ readonly http: readonly ["https://polygon.drpc.org"];
3526
3609
  };
3527
3610
  };
3528
3611
  sourceId?: number | undefined | undefined;
3529
3612
  testnet?: boolean | undefined | undefined;
3530
3613
  custom?: Record<string, unknown> | undefined;
3614
+ extendSchema?: Record<string, unknown> | undefined;
3531
3615
  fees?: import("viem").ChainFees<undefined> | undefined;
3616
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
3617
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
3618
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
3619
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
3620
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
3621
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
3622
+ }] | undefined;
3532
3623
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
3624
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
3533
3625
  readonly blockchainId: "MATIC";
3534
3626
  readonly blockchainVm: "EVM";
3535
3627
  readonly formatters?: undefined | undefined;
@@ -3538,7 +3630,7 @@ export declare function createAccount(client: ExtendedViemClient, params?: Creat
3538
3630
  readonly default: {
3539
3631
  readonly name: "PolygonScan";
3540
3632
  readonly url: "https://amoy.polygonscan.com";
3541
- readonly apiUrl: "https://api-amoy.polygonscan.com/api";
3633
+ readonly apiUrl: "https://api.etherscan.io/v2/api";
3542
3634
  };
3543
3635
  };
3544
3636
  blockTime?: number | undefined | undefined;
@@ -3706,8 +3798,17 @@ export declare function createAccount(client: ExtendedViemClient, params?: Creat
3706
3798
  sourceId?: number | undefined | undefined;
3707
3799
  testnet: true;
3708
3800
  custom?: Record<string, unknown> | undefined;
3801
+ extendSchema?: Record<string, unknown> | undefined;
3709
3802
  fees?: import("viem").ChainFees<undefined> | undefined;
3803
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
3804
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
3805
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
3806
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
3807
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
3808
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
3809
+ }] | undefined;
3710
3810
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
3811
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
3711
3812
  readonly blockchainId: "MATIC-AMOY";
3712
3813
  readonly blockchainVm: "EVM";
3713
3814
  readonly formatters?: undefined | undefined;
@@ -3889,8 +3990,17 @@ export declare function createAccount(client: ExtendedViemClient, params?: Creat
3889
3990
  sourceId?: number | undefined | undefined;
3890
3991
  testnet: false;
3891
3992
  custom?: Record<string, unknown> | undefined;
3993
+ extendSchema?: Record<string, unknown> | undefined;
3892
3994
  fees?: import("viem").ChainFees<undefined> | undefined;
3995
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
3996
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
3997
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
3998
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
3999
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
4000
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
4001
+ }] | undefined;
3893
4002
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
4003
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
3894
4004
  readonly blockchainId: "MONAD";
3895
4005
  readonly blockchainVm: "EVM";
3896
4006
  readonly formatters?: undefined | undefined;
@@ -4066,8 +4176,17 @@ export declare function createAccount(client: ExtendedViemClient, params?: Creat
4066
4176
  sourceId?: number | undefined | undefined;
4067
4177
  testnet: true;
4068
4178
  custom?: Record<string, unknown> | undefined;
4179
+ extendSchema?: Record<string, unknown> | undefined;
4069
4180
  fees?: import("viem").ChainFees<undefined> | undefined;
4181
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
4182
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
4183
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
4184
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
4185
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
4186
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
4187
+ }] | undefined;
4070
4188
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
4189
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
4071
4190
  readonly blockchainId: "MONAD-TESTNET";
4072
4191
  readonly blockchainVm: "EVM";
4073
4192
  readonly formatters?: undefined | undefined;
@@ -4282,6 +4401,7 @@ export declare function createAccount(client: ExtendedViemClient, params?: Creat
4282
4401
  sourceId: 1;
4283
4402
  testnet?: boolean | undefined | undefined;
4284
4403
  custom?: Record<string, unknown> | undefined;
4404
+ extendSchema?: Record<string, unknown> | undefined;
4285
4405
  fees?: import("viem").ChainFees<undefined> | undefined;
4286
4406
  formatters: {
4287
4407
  readonly block: {
@@ -4347,16 +4467,16 @@ export declare function createAccount(client: ExtendedViemClient, params?: Creat
4347
4467
  r: import("viem").Hex;
4348
4468
  s: import("viem").Hex;
4349
4469
  v: bigint;
4350
- value: bigint;
4351
- gas: bigint;
4352
4470
  to: import("abitype").Address | null;
4353
4471
  from: import("abitype").Address;
4472
+ gas: bigint;
4354
4473
  nonce: number;
4474
+ value: bigint;
4355
4475
  blockHash: `0x${string}` | null;
4356
4476
  blockNumber: bigint | null;
4357
- transactionIndex: number | null;
4358
4477
  hash: import("viem").Hash;
4359
4478
  input: import("viem").Hex;
4479
+ transactionIndex: number | null;
4360
4480
  typeHex: import("viem").Hex | null;
4361
4481
  accessList?: undefined | undefined;
4362
4482
  authorizationList?: undefined | undefined;
@@ -4493,6 +4613,7 @@ export declare function createAccount(client: ExtendedViemClient, params?: Creat
4493
4613
  blobGasUsed?: bigint | undefined;
4494
4614
  blockHash: import("viem").Hash;
4495
4615
  blockNumber: bigint;
4616
+ blockTimestamp?: bigint | undefined;
4496
4617
  contractAddress: import("abitype").Address | null | undefined;
4497
4618
  cumulativeGasUsed: bigint;
4498
4619
  effectiveGasPrice: bigint;
@@ -4514,9 +4635,17 @@ export declare function createAccount(client: ExtendedViemClient, params?: Creat
4514
4635
  type: "transactionReceipt";
4515
4636
  };
4516
4637
  };
4638
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
4639
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
4640
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
4641
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
4642
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
4643
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
4644
+ }] | undefined;
4517
4645
  serializers: {
4518
4646
  readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
4519
4647
  };
4648
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
4520
4649
  readonly blockchainId: "OP";
4521
4650
  readonly blockchainVm: "EVM";
4522
4651
  } | {
@@ -4730,6 +4859,7 @@ export declare function createAccount(client: ExtendedViemClient, params?: Creat
4730
4859
  sourceId: 11155111;
4731
4860
  testnet: true;
4732
4861
  custom?: Record<string, unknown> | undefined;
4862
+ extendSchema?: Record<string, unknown> | undefined;
4733
4863
  fees?: import("viem").ChainFees<undefined> | undefined;
4734
4864
  formatters: {
4735
4865
  readonly block: {
@@ -4795,16 +4925,16 @@ export declare function createAccount(client: ExtendedViemClient, params?: Creat
4795
4925
  r: import("viem").Hex;
4796
4926
  s: import("viem").Hex;
4797
4927
  v: bigint;
4798
- value: bigint;
4799
- gas: bigint;
4800
4928
  to: import("abitype").Address | null;
4801
4929
  from: import("abitype").Address;
4930
+ gas: bigint;
4802
4931
  nonce: number;
4932
+ value: bigint;
4803
4933
  blockHash: `0x${string}` | null;
4804
4934
  blockNumber: bigint | null;
4805
- transactionIndex: number | null;
4806
4935
  hash: import("viem").Hash;
4807
4936
  input: import("viem").Hex;
4937
+ transactionIndex: number | null;
4808
4938
  typeHex: import("viem").Hex | null;
4809
4939
  accessList?: undefined | undefined;
4810
4940
  authorizationList?: undefined | undefined;
@@ -4941,6 +5071,7 @@ export declare function createAccount(client: ExtendedViemClient, params?: Creat
4941
5071
  blobGasUsed?: bigint | undefined;
4942
5072
  blockHash: import("viem").Hash;
4943
5073
  blockNumber: bigint;
5074
+ blockTimestamp?: bigint | undefined;
4944
5075
  contractAddress: import("abitype").Address | null | undefined;
4945
5076
  cumulativeGasUsed: bigint;
4946
5077
  effectiveGasPrice: bigint;
@@ -4962,9 +5093,17 @@ export declare function createAccount(client: ExtendedViemClient, params?: Creat
4962
5093
  type: "transactionReceipt";
4963
5094
  };
4964
5095
  };
5096
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
5097
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
5098
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
5099
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
5100
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
5101
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
5102
+ }] | undefined;
4965
5103
  serializers: {
4966
5104
  readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
4967
5105
  };
5106
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
4968
5107
  readonly blockchainId: "OP-SEPOLIA";
4969
5108
  readonly blockchainVm: "EVM";
4970
5109
  } | {
@@ -5173,6 +5312,7 @@ export declare function createAccount(client: ExtendedViemClient, params?: Creat
5173
5312
  sourceId: 1;
5174
5313
  testnet?: boolean | undefined | undefined;
5175
5314
  custom?: Record<string, unknown> | undefined;
5315
+ extendSchema?: Record<string, unknown> | undefined;
5176
5316
  fees?: import("viem").ChainFees<undefined> | undefined;
5177
5317
  formatters: {
5178
5318
  readonly block: {
@@ -5238,16 +5378,16 @@ export declare function createAccount(client: ExtendedViemClient, params?: Creat
5238
5378
  r: import("viem").Hex;
5239
5379
  s: import("viem").Hex;
5240
5380
  v: bigint;
5241
- value: bigint;
5242
- gas: bigint;
5243
5381
  to: import("abitype").Address | null;
5244
5382
  from: import("abitype").Address;
5383
+ gas: bigint;
5245
5384
  nonce: number;
5385
+ value: bigint;
5246
5386
  blockHash: `0x${string}` | null;
5247
5387
  blockNumber: bigint | null;
5248
- transactionIndex: number | null;
5249
5388
  hash: import("viem").Hash;
5250
5389
  input: import("viem").Hex;
5390
+ transactionIndex: number | null;
5251
5391
  typeHex: import("viem").Hex | null;
5252
5392
  accessList?: undefined | undefined;
5253
5393
  authorizationList?: undefined | undefined;
@@ -5384,6 +5524,7 @@ export declare function createAccount(client: ExtendedViemClient, params?: Creat
5384
5524
  blobGasUsed?: bigint | undefined;
5385
5525
  blockHash: import("viem").Hash;
5386
5526
  blockNumber: bigint;
5527
+ blockTimestamp?: bigint | undefined;
5387
5528
  contractAddress: import("abitype").Address | null | undefined;
5388
5529
  cumulativeGasUsed: bigint;
5389
5530
  effectiveGasPrice: bigint;
@@ -5405,9 +5546,17 @@ export declare function createAccount(client: ExtendedViemClient, params?: Creat
5405
5546
  type: "transactionReceipt";
5406
5547
  };
5407
5548
  };
5549
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
5550
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
5551
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
5552
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
5553
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
5554
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
5555
+ }] | undefined;
5408
5556
  serializers: {
5409
5557
  readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
5410
5558
  };
5559
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
5411
5560
  readonly blockchainId: "UNI";
5412
5561
  readonly blockchainVm: "EVM";
5413
5562
  } | {
@@ -5616,6 +5765,7 @@ export declare function createAccount(client: ExtendedViemClient, params?: Creat
5616
5765
  sourceId: 11155111;
5617
5766
  testnet: true;
5618
5767
  custom?: Record<string, unknown> | undefined;
5768
+ extendSchema?: Record<string, unknown> | undefined;
5619
5769
  fees?: import("viem").ChainFees<undefined> | undefined;
5620
5770
  formatters: {
5621
5771
  readonly block: {
@@ -5681,16 +5831,16 @@ export declare function createAccount(client: ExtendedViemClient, params?: Creat
5681
5831
  r: import("viem").Hex;
5682
5832
  s: import("viem").Hex;
5683
5833
  v: bigint;
5684
- value: bigint;
5685
- gas: bigint;
5686
5834
  to: import("abitype").Address | null;
5687
5835
  from: import("abitype").Address;
5836
+ gas: bigint;
5688
5837
  nonce: number;
5838
+ value: bigint;
5689
5839
  blockHash: `0x${string}` | null;
5690
5840
  blockNumber: bigint | null;
5691
- transactionIndex: number | null;
5692
5841
  hash: import("viem").Hash;
5693
5842
  input: import("viem").Hex;
5843
+ transactionIndex: number | null;
5694
5844
  typeHex: import("viem").Hex | null;
5695
5845
  accessList?: undefined | undefined;
5696
5846
  authorizationList?: undefined | undefined;
@@ -5827,6 +5977,7 @@ export declare function createAccount(client: ExtendedViemClient, params?: Creat
5827
5977
  blobGasUsed?: bigint | undefined;
5828
5978
  blockHash: import("viem").Hash;
5829
5979
  blockNumber: bigint;
5980
+ blockTimestamp?: bigint | undefined;
5830
5981
  contractAddress: import("abitype").Address | null | undefined;
5831
5982
  cumulativeGasUsed: bigint;
5832
5983
  effectiveGasPrice: bigint;
@@ -5848,9 +5999,17 @@ export declare function createAccount(client: ExtendedViemClient, params?: Creat
5848
5999
  type: "transactionReceipt";
5849
6000
  };
5850
6001
  };
6002
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
6003
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
6004
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
6005
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
6006
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
6007
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
6008
+ }] | undefined;
5851
6009
  serializers: {
5852
6010
  readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
5853
6011
  };
6012
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
5854
6013
  readonly blockchainId: "UNI-SEPOLIA";
5855
6014
  readonly blockchainVm: "EVM";
5856
6015
  };