@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
@@ -183,8 +183,17 @@ export declare function getAccounts(client: ExtendedViemClient, params: GetAccou
183
183
  sourceId?: number | undefined | undefined;
184
184
  testnet?: boolean | undefined | undefined;
185
185
  custom?: Record<string, unknown> | undefined;
186
+ extendSchema?: Record<string, unknown> | undefined;
186
187
  fees?: import("viem").ChainFees<undefined> | undefined;
188
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
189
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
190
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
191
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
192
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
193
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
194
+ }] | undefined;
187
195
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
196
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
188
197
  readonly blockchainId: "ARB";
189
198
  readonly blockchainVm: "EVM";
190
199
  readonly formatters?: undefined | undefined;
@@ -361,8 +370,17 @@ export declare function getAccounts(client: ExtendedViemClient, params: GetAccou
361
370
  sourceId?: number | undefined | undefined;
362
371
  testnet: true;
363
372
  custom?: Record<string, unknown> | undefined;
373
+ extendSchema?: Record<string, unknown> | undefined;
364
374
  fees?: import("viem").ChainFees<undefined> | undefined;
375
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
376
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
377
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
378
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
379
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
380
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
381
+ }] | undefined;
365
382
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
383
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
366
384
  readonly blockchainId: "ARB-SEPOLIA";
367
385
  readonly blockchainVm: "EVM";
368
386
  readonly formatters?: undefined | undefined;
@@ -540,8 +558,17 @@ export declare function getAccounts(client: ExtendedViemClient, params: GetAccou
540
558
  sourceId?: number | undefined | undefined;
541
559
  testnet: true;
542
560
  custom?: Record<string, unknown> | undefined;
561
+ extendSchema?: Record<string, unknown> | undefined;
543
562
  fees?: import("viem").ChainFees<undefined> | undefined;
563
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
564
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
565
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
566
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
567
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
568
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
569
+ }] | undefined;
544
570
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
571
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
545
572
  readonly blockchainId: "ARC-TESTNET";
546
573
  readonly blockchainVm: "EVM";
547
574
  readonly formatters?: undefined | undefined;
@@ -1000,8 +1027,17 @@ export declare function getAccounts(client: ExtendedViemClient, params: GetAccou
1000
1027
  sourceId?: number | undefined | undefined;
1001
1028
  testnet?: boolean | undefined | undefined;
1002
1029
  custom?: Record<string, unknown> | undefined;
1030
+ extendSchema?: Record<string, unknown> | undefined;
1003
1031
  fees?: import("viem").ChainFees<undefined> | undefined;
1032
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
1033
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
1034
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
1035
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
1036
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
1037
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
1038
+ }] | undefined;
1004
1039
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
1040
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
1005
1041
  readonly blockchainId: "AVAX";
1006
1042
  readonly blockchainVm: "EVM";
1007
1043
  readonly formatters?: undefined | undefined;
@@ -1319,8 +1355,17 @@ export declare function getAccounts(client: ExtendedViemClient, params: GetAccou
1319
1355
  sourceId?: number | undefined | undefined;
1320
1356
  testnet: true;
1321
1357
  custom?: Record<string, unknown> | undefined;
1358
+ extendSchema?: Record<string, unknown> | undefined;
1322
1359
  fees?: import("viem").ChainFees<undefined> | undefined;
1360
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
1361
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
1362
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
1363
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
1364
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
1365
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
1366
+ }] | undefined;
1323
1367
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
1368
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
1324
1369
  readonly blockchainId: "AVAX-FUJI";
1325
1370
  readonly blockchainVm: "EVM";
1326
1371
  readonly formatters?: undefined | undefined;
@@ -1678,6 +1723,7 @@ export declare function getAccounts(client: ExtendedViemClient, params: GetAccou
1678
1723
  sourceId: 1;
1679
1724
  testnet?: boolean | undefined | undefined;
1680
1725
  custom?: Record<string, unknown> | undefined;
1726
+ extendSchema?: Record<string, unknown> | undefined;
1681
1727
  fees?: import("viem").ChainFees<undefined> | undefined;
1682
1728
  formatters: {
1683
1729
  readonly block: {
@@ -1743,16 +1789,16 @@ export declare function getAccounts(client: ExtendedViemClient, params: GetAccou
1743
1789
  r: import("viem").Hex;
1744
1790
  s: import("viem").Hex;
1745
1791
  v: bigint;
1746
- value: bigint;
1747
- gas: bigint;
1748
1792
  to: import("abitype").Address | null;
1749
1793
  from: import("abitype").Address;
1794
+ gas: bigint;
1750
1795
  nonce: number;
1796
+ value: bigint;
1751
1797
  blockHash: `0x${string}` | null;
1752
1798
  blockNumber: bigint | null;
1753
- transactionIndex: number | null;
1754
1799
  hash: import("viem").Hash;
1755
1800
  input: import("viem").Hex;
1801
+ transactionIndex: number | null;
1756
1802
  typeHex: import("viem").Hex | null;
1757
1803
  accessList?: undefined | undefined;
1758
1804
  authorizationList?: undefined | undefined;
@@ -1889,6 +1935,7 @@ export declare function getAccounts(client: ExtendedViemClient, params: GetAccou
1889
1935
  blobGasUsed?: bigint | undefined;
1890
1936
  blockHash: import("viem").Hash;
1891
1937
  blockNumber: bigint;
1938
+ blockTimestamp?: bigint | undefined;
1892
1939
  contractAddress: import("abitype").Address | null | undefined;
1893
1940
  cumulativeGasUsed: bigint;
1894
1941
  effectiveGasPrice: bigint;
@@ -1910,9 +1957,17 @@ export declare function getAccounts(client: ExtendedViemClient, params: GetAccou
1910
1957
  type: "transactionReceipt";
1911
1958
  };
1912
1959
  };
1960
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
1961
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
1962
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
1963
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
1964
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
1965
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
1966
+ }] | undefined;
1913
1967
  serializers: {
1914
1968
  readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
1915
1969
  };
1970
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
1916
1971
  readonly blockchainId: "BASE";
1917
1972
  readonly blockchainVm: "EVM";
1918
1973
  } | {
@@ -2269,6 +2324,7 @@ export declare function getAccounts(client: ExtendedViemClient, params: GetAccou
2269
2324
  sourceId: 11155111;
2270
2325
  testnet: true;
2271
2326
  custom?: Record<string, unknown> | undefined;
2327
+ extendSchema?: Record<string, unknown> | undefined;
2272
2328
  fees?: import("viem").ChainFees<undefined> | undefined;
2273
2329
  formatters: {
2274
2330
  readonly block: {
@@ -2334,16 +2390,16 @@ export declare function getAccounts(client: ExtendedViemClient, params: GetAccou
2334
2390
  r: import("viem").Hex;
2335
2391
  s: import("viem").Hex;
2336
2392
  v: bigint;
2337
- value: bigint;
2338
- gas: bigint;
2339
2393
  to: import("abitype").Address | null;
2340
2394
  from: import("abitype").Address;
2395
+ gas: bigint;
2341
2396
  nonce: number;
2397
+ value: bigint;
2342
2398
  blockHash: `0x${string}` | null;
2343
2399
  blockNumber: bigint | null;
2344
- transactionIndex: number | null;
2345
2400
  hash: import("viem").Hash;
2346
2401
  input: import("viem").Hex;
2402
+ transactionIndex: number | null;
2347
2403
  typeHex: import("viem").Hex | null;
2348
2404
  accessList?: undefined | undefined;
2349
2405
  authorizationList?: undefined | undefined;
@@ -2480,6 +2536,7 @@ export declare function getAccounts(client: ExtendedViemClient, params: GetAccou
2480
2536
  blobGasUsed?: bigint | undefined;
2481
2537
  blockHash: import("viem").Hash;
2482
2538
  blockNumber: bigint;
2539
+ blockTimestamp?: bigint | undefined;
2483
2540
  contractAddress: import("abitype").Address | null | undefined;
2484
2541
  cumulativeGasUsed: bigint;
2485
2542
  effectiveGasPrice: bigint;
@@ -2501,9 +2558,17 @@ export declare function getAccounts(client: ExtendedViemClient, params: GetAccou
2501
2558
  type: "transactionReceipt";
2502
2559
  };
2503
2560
  };
2561
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
2562
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
2563
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
2564
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
2565
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
2566
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
2567
+ }] | undefined;
2504
2568
  serializers: {
2505
2569
  readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
2506
2570
  };
2571
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
2507
2572
  readonly blockchainId: "BASE-SEPOLIA";
2508
2573
  readonly blockchainVm: "EVM";
2509
2574
  readonly network: "base-sepolia";
@@ -2966,8 +3031,17 @@ export declare function getAccounts(client: ExtendedViemClient, params: GetAccou
2966
3031
  sourceId?: number | undefined | undefined;
2967
3032
  testnet?: boolean | undefined | undefined;
2968
3033
  custom?: Record<string, unknown> | undefined;
3034
+ extendSchema?: Record<string, unknown> | undefined;
2969
3035
  fees?: import("viem").ChainFees<undefined> | undefined;
3036
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
3037
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
3038
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
3039
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
3040
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
3041
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
3042
+ }] | undefined;
2970
3043
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
3044
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
2971
3045
  readonly blockchainId: "ETH";
2972
3046
  readonly blockchainVm: "EVM";
2973
3047
  readonly formatters?: undefined | undefined;
@@ -3289,8 +3363,17 @@ export declare function getAccounts(client: ExtendedViemClient, params: GetAccou
3289
3363
  sourceId?: number | undefined | undefined;
3290
3364
  testnet: true;
3291
3365
  custom?: Record<string, unknown> | undefined;
3366
+ extendSchema?: Record<string, unknown> | undefined;
3292
3367
  fees?: import("viem").ChainFees<undefined> | undefined;
3368
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
3369
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
3370
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
3371
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
3372
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
3373
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
3374
+ }] | undefined;
3293
3375
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
3376
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
3294
3377
  readonly blockchainId: "ETH-SEPOLIA";
3295
3378
  readonly blockchainVm: "EVM";
3296
3379
  readonly formatters?: undefined | undefined;
@@ -3299,7 +3382,7 @@ export declare function getAccounts(client: ExtendedViemClient, params: GetAccou
3299
3382
  readonly default: {
3300
3383
  readonly name: "PolygonScan";
3301
3384
  readonly url: "https://polygonscan.com";
3302
- readonly apiUrl: "https://api.polygonscan.com/api";
3385
+ readonly apiUrl: "https://api.etherscan.io/v2/api";
3303
3386
  };
3304
3387
  };
3305
3388
  blockTime: 2000;
@@ -3461,14 +3544,23 @@ export declare function getAccounts(client: ExtendedViemClient, params: GetAccou
3461
3544
  experimental_preconfirmationTime?: number | undefined | undefined;
3462
3545
  rpcUrls: {
3463
3546
  readonly default: {
3464
- readonly http: readonly ["https://polygon-rpc.com"];
3547
+ readonly http: readonly ["https://polygon.drpc.org"];
3465
3548
  };
3466
3549
  };
3467
3550
  sourceId?: number | undefined | undefined;
3468
3551
  testnet?: boolean | undefined | undefined;
3469
3552
  custom?: Record<string, unknown> | undefined;
3553
+ extendSchema?: Record<string, unknown> | undefined;
3470
3554
  fees?: import("viem").ChainFees<undefined> | undefined;
3555
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
3556
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
3557
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
3558
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
3559
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
3560
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
3561
+ }] | undefined;
3471
3562
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
3563
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
3472
3564
  readonly blockchainId: "MATIC";
3473
3565
  readonly blockchainVm: "EVM";
3474
3566
  readonly formatters?: undefined | undefined;
@@ -3477,7 +3569,7 @@ export declare function getAccounts(client: ExtendedViemClient, params: GetAccou
3477
3569
  readonly default: {
3478
3570
  readonly name: "PolygonScan";
3479
3571
  readonly url: "https://amoy.polygonscan.com";
3480
- readonly apiUrl: "https://api-amoy.polygonscan.com/api";
3572
+ readonly apiUrl: "https://api.etherscan.io/v2/api";
3481
3573
  };
3482
3574
  };
3483
3575
  blockTime?: number | undefined | undefined;
@@ -3645,8 +3737,17 @@ export declare function getAccounts(client: ExtendedViemClient, params: GetAccou
3645
3737
  sourceId?: number | undefined | undefined;
3646
3738
  testnet: true;
3647
3739
  custom?: Record<string, unknown> | undefined;
3740
+ extendSchema?: Record<string, unknown> | undefined;
3648
3741
  fees?: import("viem").ChainFees<undefined> | undefined;
3742
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
3743
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
3744
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
3745
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
3746
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
3747
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
3748
+ }] | undefined;
3649
3749
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
3750
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
3650
3751
  readonly blockchainId: "MATIC-AMOY";
3651
3752
  readonly blockchainVm: "EVM";
3652
3753
  readonly formatters?: undefined | undefined;
@@ -3828,8 +3929,17 @@ export declare function getAccounts(client: ExtendedViemClient, params: GetAccou
3828
3929
  sourceId?: number | undefined | undefined;
3829
3930
  testnet: false;
3830
3931
  custom?: Record<string, unknown> | undefined;
3932
+ extendSchema?: Record<string, unknown> | undefined;
3831
3933
  fees?: import("viem").ChainFees<undefined> | undefined;
3934
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
3935
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
3936
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
3937
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
3938
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
3939
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
3940
+ }] | undefined;
3832
3941
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
3942
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
3833
3943
  readonly blockchainId: "MONAD";
3834
3944
  readonly blockchainVm: "EVM";
3835
3945
  readonly formatters?: undefined | undefined;
@@ -4005,8 +4115,17 @@ export declare function getAccounts(client: ExtendedViemClient, params: GetAccou
4005
4115
  sourceId?: number | undefined | undefined;
4006
4116
  testnet: true;
4007
4117
  custom?: Record<string, unknown> | undefined;
4118
+ extendSchema?: Record<string, unknown> | undefined;
4008
4119
  fees?: import("viem").ChainFees<undefined> | undefined;
4120
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
4121
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
4122
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
4123
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
4124
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
4125
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
4126
+ }] | undefined;
4009
4127
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
4128
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
4010
4129
  readonly blockchainId: "MONAD-TESTNET";
4011
4130
  readonly blockchainVm: "EVM";
4012
4131
  readonly formatters?: undefined | undefined;
@@ -4221,6 +4340,7 @@ export declare function getAccounts(client: ExtendedViemClient, params: GetAccou
4221
4340
  sourceId: 1;
4222
4341
  testnet?: boolean | undefined | undefined;
4223
4342
  custom?: Record<string, unknown> | undefined;
4343
+ extendSchema?: Record<string, unknown> | undefined;
4224
4344
  fees?: import("viem").ChainFees<undefined> | undefined;
4225
4345
  formatters: {
4226
4346
  readonly block: {
@@ -4286,16 +4406,16 @@ export declare function getAccounts(client: ExtendedViemClient, params: GetAccou
4286
4406
  r: import("viem").Hex;
4287
4407
  s: import("viem").Hex;
4288
4408
  v: bigint;
4289
- value: bigint;
4290
- gas: bigint;
4291
4409
  to: import("abitype").Address | null;
4292
4410
  from: import("abitype").Address;
4411
+ gas: bigint;
4293
4412
  nonce: number;
4413
+ value: bigint;
4294
4414
  blockHash: `0x${string}` | null;
4295
4415
  blockNumber: bigint | null;
4296
- transactionIndex: number | null;
4297
4416
  hash: import("viem").Hash;
4298
4417
  input: import("viem").Hex;
4418
+ transactionIndex: number | null;
4299
4419
  typeHex: import("viem").Hex | null;
4300
4420
  accessList?: undefined | undefined;
4301
4421
  authorizationList?: undefined | undefined;
@@ -4432,6 +4552,7 @@ export declare function getAccounts(client: ExtendedViemClient, params: GetAccou
4432
4552
  blobGasUsed?: bigint | undefined;
4433
4553
  blockHash: import("viem").Hash;
4434
4554
  blockNumber: bigint;
4555
+ blockTimestamp?: bigint | undefined;
4435
4556
  contractAddress: import("abitype").Address | null | undefined;
4436
4557
  cumulativeGasUsed: bigint;
4437
4558
  effectiveGasPrice: bigint;
@@ -4453,9 +4574,17 @@ export declare function getAccounts(client: ExtendedViemClient, params: GetAccou
4453
4574
  type: "transactionReceipt";
4454
4575
  };
4455
4576
  };
4577
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
4578
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
4579
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
4580
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
4581
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
4582
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
4583
+ }] | undefined;
4456
4584
  serializers: {
4457
4585
  readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
4458
4586
  };
4587
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
4459
4588
  readonly blockchainId: "OP";
4460
4589
  readonly blockchainVm: "EVM";
4461
4590
  } | {
@@ -4669,6 +4798,7 @@ export declare function getAccounts(client: ExtendedViemClient, params: GetAccou
4669
4798
  sourceId: 11155111;
4670
4799
  testnet: true;
4671
4800
  custom?: Record<string, unknown> | undefined;
4801
+ extendSchema?: Record<string, unknown> | undefined;
4672
4802
  fees?: import("viem").ChainFees<undefined> | undefined;
4673
4803
  formatters: {
4674
4804
  readonly block: {
@@ -4734,16 +4864,16 @@ export declare function getAccounts(client: ExtendedViemClient, params: GetAccou
4734
4864
  r: import("viem").Hex;
4735
4865
  s: import("viem").Hex;
4736
4866
  v: bigint;
4737
- value: bigint;
4738
- gas: bigint;
4739
4867
  to: import("abitype").Address | null;
4740
4868
  from: import("abitype").Address;
4869
+ gas: bigint;
4741
4870
  nonce: number;
4871
+ value: bigint;
4742
4872
  blockHash: `0x${string}` | null;
4743
4873
  blockNumber: bigint | null;
4744
- transactionIndex: number | null;
4745
4874
  hash: import("viem").Hash;
4746
4875
  input: import("viem").Hex;
4876
+ transactionIndex: number | null;
4747
4877
  typeHex: import("viem").Hex | null;
4748
4878
  accessList?: undefined | undefined;
4749
4879
  authorizationList?: undefined | undefined;
@@ -4880,6 +5010,7 @@ export declare function getAccounts(client: ExtendedViemClient, params: GetAccou
4880
5010
  blobGasUsed?: bigint | undefined;
4881
5011
  blockHash: import("viem").Hash;
4882
5012
  blockNumber: bigint;
5013
+ blockTimestamp?: bigint | undefined;
4883
5014
  contractAddress: import("abitype").Address | null | undefined;
4884
5015
  cumulativeGasUsed: bigint;
4885
5016
  effectiveGasPrice: bigint;
@@ -4901,9 +5032,17 @@ export declare function getAccounts(client: ExtendedViemClient, params: GetAccou
4901
5032
  type: "transactionReceipt";
4902
5033
  };
4903
5034
  };
5035
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
5036
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
5037
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
5038
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
5039
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
5040
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
5041
+ }] | undefined;
4904
5042
  serializers: {
4905
5043
  readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
4906
5044
  };
5045
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
4907
5046
  readonly blockchainId: "OP-SEPOLIA";
4908
5047
  readonly blockchainVm: "EVM";
4909
5048
  } | {
@@ -5112,6 +5251,7 @@ export declare function getAccounts(client: ExtendedViemClient, params: GetAccou
5112
5251
  sourceId: 1;
5113
5252
  testnet?: boolean | undefined | undefined;
5114
5253
  custom?: Record<string, unknown> | undefined;
5254
+ extendSchema?: Record<string, unknown> | undefined;
5115
5255
  fees?: import("viem").ChainFees<undefined> | undefined;
5116
5256
  formatters: {
5117
5257
  readonly block: {
@@ -5177,16 +5317,16 @@ export declare function getAccounts(client: ExtendedViemClient, params: GetAccou
5177
5317
  r: import("viem").Hex;
5178
5318
  s: import("viem").Hex;
5179
5319
  v: bigint;
5180
- value: bigint;
5181
- gas: bigint;
5182
5320
  to: import("abitype").Address | null;
5183
5321
  from: import("abitype").Address;
5322
+ gas: bigint;
5184
5323
  nonce: number;
5324
+ value: bigint;
5185
5325
  blockHash: `0x${string}` | null;
5186
5326
  blockNumber: bigint | null;
5187
- transactionIndex: number | null;
5188
5327
  hash: import("viem").Hash;
5189
5328
  input: import("viem").Hex;
5329
+ transactionIndex: number | null;
5190
5330
  typeHex: import("viem").Hex | null;
5191
5331
  accessList?: undefined | undefined;
5192
5332
  authorizationList?: undefined | undefined;
@@ -5323,6 +5463,7 @@ export declare function getAccounts(client: ExtendedViemClient, params: GetAccou
5323
5463
  blobGasUsed?: bigint | undefined;
5324
5464
  blockHash: import("viem").Hash;
5325
5465
  blockNumber: bigint;
5466
+ blockTimestamp?: bigint | undefined;
5326
5467
  contractAddress: import("abitype").Address | null | undefined;
5327
5468
  cumulativeGasUsed: bigint;
5328
5469
  effectiveGasPrice: bigint;
@@ -5344,9 +5485,17 @@ export declare function getAccounts(client: ExtendedViemClient, params: GetAccou
5344
5485
  type: "transactionReceipt";
5345
5486
  };
5346
5487
  };
5488
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
5489
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
5490
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
5491
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
5492
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
5493
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
5494
+ }] | undefined;
5347
5495
  serializers: {
5348
5496
  readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
5349
5497
  };
5498
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
5350
5499
  readonly blockchainId: "UNI";
5351
5500
  readonly blockchainVm: "EVM";
5352
5501
  } | {
@@ -5555,6 +5704,7 @@ export declare function getAccounts(client: ExtendedViemClient, params: GetAccou
5555
5704
  sourceId: 11155111;
5556
5705
  testnet: true;
5557
5706
  custom?: Record<string, unknown> | undefined;
5707
+ extendSchema?: Record<string, unknown> | undefined;
5558
5708
  fees?: import("viem").ChainFees<undefined> | undefined;
5559
5709
  formatters: {
5560
5710
  readonly block: {
@@ -5620,16 +5770,16 @@ export declare function getAccounts(client: ExtendedViemClient, params: GetAccou
5620
5770
  r: import("viem").Hex;
5621
5771
  s: import("viem").Hex;
5622
5772
  v: bigint;
5623
- value: bigint;
5624
- gas: bigint;
5625
5773
  to: import("abitype").Address | null;
5626
5774
  from: import("abitype").Address;
5775
+ gas: bigint;
5627
5776
  nonce: number;
5777
+ value: bigint;
5628
5778
  blockHash: `0x${string}` | null;
5629
5779
  blockNumber: bigint | null;
5630
- transactionIndex: number | null;
5631
5780
  hash: import("viem").Hash;
5632
5781
  input: import("viem").Hex;
5782
+ transactionIndex: number | null;
5633
5783
  typeHex: import("viem").Hex | null;
5634
5784
  accessList?: undefined | undefined;
5635
5785
  authorizationList?: undefined | undefined;
@@ -5766,6 +5916,7 @@ export declare function getAccounts(client: ExtendedViemClient, params: GetAccou
5766
5916
  blobGasUsed?: bigint | undefined;
5767
5917
  blockHash: import("viem").Hash;
5768
5918
  blockNumber: bigint;
5919
+ blockTimestamp?: bigint | undefined;
5769
5920
  contractAddress: import("abitype").Address | null | undefined;
5770
5921
  cumulativeGasUsed: bigint;
5771
5922
  effectiveGasPrice: bigint;
@@ -5787,9 +5938,17 @@ export declare function getAccounts(client: ExtendedViemClient, params: GetAccou
5787
5938
  type: "transactionReceipt";
5788
5939
  };
5789
5940
  };
5941
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
5942
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
5943
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
5944
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
5945
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
5946
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
5947
+ }] | undefined;
5790
5948
  serializers: {
5791
5949
  readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
5792
5950
  };
5951
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
5793
5952
  readonly blockchainId: "UNI-SEPOLIA";
5794
5953
  readonly blockchainVm: "EVM";
5795
5954
  };