@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.
- package/dist/cjs/chains/ARB.d.ts +9 -0
- package/dist/cjs/chains/ARB_SEPOLIA.d.ts +9 -0
- package/dist/cjs/chains/ARC_TESTNET.d.ts +9 -0
- package/dist/cjs/chains/AVAX.d.ts +9 -0
- package/dist/cjs/chains/AVAX_FUJI.d.ts +9 -0
- package/dist/cjs/chains/BASE.d.ts +13 -3
- package/dist/cjs/chains/BASE_SEPOLIA.d.ts +13 -3
- package/dist/cjs/chains/ETH.d.ts +9 -0
- package/dist/cjs/chains/ETH_SEPOLIA.d.ts +9 -0
- package/dist/cjs/chains/MATIC.d.ts +11 -2
- package/dist/cjs/chains/MATIC_AMOY.d.ts +10 -1
- package/dist/cjs/chains/MONAD.d.ts +9 -0
- package/dist/cjs/chains/MONAD_TESTNET.d.ts +9 -0
- package/dist/cjs/chains/NEAR.d.ts +9 -0
- package/dist/cjs/chains/NEAR_TESTNET.d.ts +9 -0
- package/dist/cjs/chains/OP.d.ts +13 -3
- package/dist/cjs/chains/OP_SEPOLIA.d.ts +13 -3
- package/dist/cjs/chains/SOL.d.ts +9 -0
- package/dist/cjs/chains/SOL_DEVNET.d.ts +9 -0
- package/dist/cjs/chains/UNI.d.ts +13 -3
- package/dist/cjs/chains/UNI_SEPOLIA.d.ts +13 -3
- package/dist/cjs/extractChain.d.ts +216 -21
- package/dist/cjs/metadata.js +1 -1
- package/dist/cjs/providers/circle-wallets/actions/createAccount.d.ts +180 -21
- package/dist/cjs/providers/circle-wallets/actions/getAccounts.d.ts +180 -21
- package/dist/cjs/providers/circle-wallets/index.d.ts +409 -52
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/ARB.d.ts +9 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/ARB_SEPOLIA.d.ts +9 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/AVAX.d.ts +9 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/AVAX_FUJI.d.ts +9 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/BASE.d.ts +13 -3
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/BASE_SEPOLIA.d.ts +13 -3
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/ETH.d.ts +9 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/ETH_SEPOLIA.d.ts +9 -0
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/MATIC.d.ts +11 -2
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/MATIC_AMOY.d.ts +10 -1
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/OP.d.ts +13 -3
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/OP_SEPOLIA.d.ts +13 -3
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/UNI.d.ts +13 -3
- package/dist/cjs/providers/cross-chain-transfer-protocol/chains/UNI_SEPOLIA.d.ts +13 -3
- package/dist/cjs/providers/cross-chain-transfer-protocol/index.d.ts +153 -21
- package/dist/cjs/providers/solana/index.d.ts +18 -0
- package/dist/cjs/providers/uniswap/chains/ARB.d.ts +9 -0
- package/dist/cjs/providers/uniswap/chains/ARB_SEPOLIA.d.ts +9 -0
- package/dist/cjs/providers/uniswap/chains/AVAX.d.ts +9 -0
- package/dist/cjs/providers/uniswap/chains/BASE.d.ts +13 -3
- package/dist/cjs/providers/uniswap/chains/BASE_SEPOLIA.d.ts +13 -3
- package/dist/cjs/providers/uniswap/chains/ETH.d.ts +9 -0
- package/dist/cjs/providers/uniswap/chains/ETH_SEPOLIA.d.ts +9 -0
- package/dist/cjs/providers/uniswap/chains/MATIC.d.ts +11 -2
- package/dist/cjs/providers/uniswap/chains/OP.d.ts +13 -3
- package/dist/cjs/providers/uniswap/chains/OP_SEPOLIA.d.ts +13 -3
- package/dist/cjs/providers/uniswap/chains/UNI.d.ts +13 -3
- package/dist/cjs/providers/uniswap/chains/UNI_SEPOLIA.d.ts +13 -3
- package/dist/cjs/providers/uniswap/index.d.ts +134 -20
- package/dist/cjs/utils/getClient.d.ts +6 -3
- package/dist/cjs/utils/getContract.d.ts +16 -16
- package/dist/esm/chains/ARB.d.ts +9 -0
- package/dist/esm/chains/ARB_SEPOLIA.d.ts +9 -0
- package/dist/esm/chains/ARC_TESTNET.d.ts +9 -0
- package/dist/esm/chains/AVAX.d.ts +9 -0
- package/dist/esm/chains/AVAX_FUJI.d.ts +9 -0
- package/dist/esm/chains/BASE.d.ts +13 -3
- package/dist/esm/chains/BASE_SEPOLIA.d.ts +13 -3
- package/dist/esm/chains/ETH.d.ts +9 -0
- package/dist/esm/chains/ETH_SEPOLIA.d.ts +9 -0
- package/dist/esm/chains/MATIC.d.ts +11 -2
- package/dist/esm/chains/MATIC_AMOY.d.ts +10 -1
- package/dist/esm/chains/MONAD.d.ts +9 -0
- package/dist/esm/chains/MONAD_TESTNET.d.ts +9 -0
- package/dist/esm/chains/NEAR.d.ts +9 -0
- package/dist/esm/chains/NEAR_TESTNET.d.ts +9 -0
- package/dist/esm/chains/OP.d.ts +13 -3
- package/dist/esm/chains/OP_SEPOLIA.d.ts +13 -3
- package/dist/esm/chains/SOL.d.ts +9 -0
- package/dist/esm/chains/SOL_DEVNET.d.ts +9 -0
- package/dist/esm/chains/UNI.d.ts +13 -3
- package/dist/esm/chains/UNI_SEPOLIA.d.ts +13 -3
- package/dist/esm/extractChain.d.ts +216 -21
- package/dist/esm/metadata.js +1 -1
- package/dist/esm/providers/circle-wallets/actions/createAccount.d.ts +180 -21
- package/dist/esm/providers/circle-wallets/actions/getAccounts.d.ts +180 -21
- package/dist/esm/providers/circle-wallets/index.d.ts +409 -52
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/ARB.d.ts +9 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/ARB_SEPOLIA.d.ts +9 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/AVAX.d.ts +9 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/AVAX_FUJI.d.ts +9 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/BASE.d.ts +13 -3
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/BASE_SEPOLIA.d.ts +13 -3
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/ETH.d.ts +9 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/ETH_SEPOLIA.d.ts +9 -0
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/MATIC.d.ts +11 -2
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/MATIC_AMOY.d.ts +10 -1
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/OP.d.ts +13 -3
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/OP_SEPOLIA.d.ts +13 -3
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/UNI.d.ts +13 -3
- package/dist/esm/providers/cross-chain-transfer-protocol/chains/UNI_SEPOLIA.d.ts +13 -3
- package/dist/esm/providers/cross-chain-transfer-protocol/index.d.ts +153 -21
- package/dist/esm/providers/solana/index.d.ts +18 -0
- package/dist/esm/providers/uniswap/chains/ARB.d.ts +9 -0
- package/dist/esm/providers/uniswap/chains/ARB_SEPOLIA.d.ts +9 -0
- package/dist/esm/providers/uniswap/chains/AVAX.d.ts +9 -0
- package/dist/esm/providers/uniswap/chains/BASE.d.ts +13 -3
- package/dist/esm/providers/uniswap/chains/BASE_SEPOLIA.d.ts +13 -3
- package/dist/esm/providers/uniswap/chains/ETH.d.ts +9 -0
- package/dist/esm/providers/uniswap/chains/ETH_SEPOLIA.d.ts +9 -0
- package/dist/esm/providers/uniswap/chains/MATIC.d.ts +11 -2
- package/dist/esm/providers/uniswap/chains/OP.d.ts +13 -3
- package/dist/esm/providers/uniswap/chains/OP_SEPOLIA.d.ts +13 -3
- package/dist/esm/providers/uniswap/chains/UNI.d.ts +13 -3
- package/dist/esm/providers/uniswap/chains/UNI_SEPOLIA.d.ts +13 -3
- package/dist/esm/providers/uniswap/index.d.ts +134 -20
- package/dist/esm/utils/getClient.d.ts +6 -3
- package/package.json +2 -2
|
@@ -174,8 +174,17 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
174
174
|
sourceId?: number | undefined | undefined;
|
|
175
175
|
testnet?: boolean | undefined | undefined;
|
|
176
176
|
custom?: Record<string, unknown> | undefined;
|
|
177
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
177
178
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
179
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
180
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
181
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
182
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
183
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
184
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
185
|
+
}] | undefined;
|
|
178
186
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
187
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
179
188
|
readonly blockchainId: "ARB";
|
|
180
189
|
readonly blockchainVm: "EVM";
|
|
181
190
|
readonly formatters?: undefined | undefined;
|
|
@@ -352,8 +361,17 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
352
361
|
sourceId?: number | undefined | undefined;
|
|
353
362
|
testnet: true;
|
|
354
363
|
custom?: Record<string, unknown> | undefined;
|
|
364
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
355
365
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
366
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
367
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
368
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
369
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
370
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
371
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
372
|
+
}] | undefined;
|
|
356
373
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
374
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
357
375
|
readonly blockchainId: "ARB-SEPOLIA";
|
|
358
376
|
readonly blockchainVm: "EVM";
|
|
359
377
|
readonly formatters?: undefined | undefined;
|
|
@@ -531,8 +549,17 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
531
549
|
sourceId?: number | undefined | undefined;
|
|
532
550
|
testnet: true;
|
|
533
551
|
custom?: Record<string, unknown> | undefined;
|
|
552
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
534
553
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
554
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
555
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
556
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
557
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
558
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
559
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
560
|
+
}] | undefined;
|
|
535
561
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
562
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
536
563
|
readonly blockchainId: "ARC-TESTNET";
|
|
537
564
|
readonly blockchainVm: "EVM";
|
|
538
565
|
readonly formatters?: undefined | undefined;
|
|
@@ -991,8 +1018,17 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
991
1018
|
sourceId?: number | undefined | undefined;
|
|
992
1019
|
testnet?: boolean | undefined | undefined;
|
|
993
1020
|
custom?: Record<string, unknown> | undefined;
|
|
1021
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
994
1022
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
1023
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
1024
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
1025
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
1026
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
1027
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
1028
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
1029
|
+
}] | undefined;
|
|
995
1030
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
1031
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
996
1032
|
readonly blockchainId: "AVAX";
|
|
997
1033
|
readonly blockchainVm: "EVM";
|
|
998
1034
|
readonly formatters?: undefined | undefined;
|
|
@@ -1310,8 +1346,17 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
1310
1346
|
sourceId?: number | undefined | undefined;
|
|
1311
1347
|
testnet: true;
|
|
1312
1348
|
custom?: Record<string, unknown> | undefined;
|
|
1349
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
1313
1350
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
1351
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
1352
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
1353
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
1354
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
1355
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
1356
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
1357
|
+
}] | undefined;
|
|
1314
1358
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
1359
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
1315
1360
|
readonly blockchainId: "AVAX-FUJI";
|
|
1316
1361
|
readonly blockchainVm: "EVM";
|
|
1317
1362
|
readonly formatters?: undefined | undefined;
|
|
@@ -1669,6 +1714,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
1669
1714
|
sourceId: 1;
|
|
1670
1715
|
testnet?: boolean | undefined | undefined;
|
|
1671
1716
|
custom?: Record<string, unknown> | undefined;
|
|
1717
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
1672
1718
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
1673
1719
|
formatters: {
|
|
1674
1720
|
readonly block: {
|
|
@@ -1734,16 +1780,16 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
1734
1780
|
r: import("viem").Hex;
|
|
1735
1781
|
s: import("viem").Hex;
|
|
1736
1782
|
v: bigint;
|
|
1737
|
-
value: bigint;
|
|
1738
|
-
gas: bigint;
|
|
1739
1783
|
to: import("abitype").Address | null;
|
|
1740
1784
|
from: import("abitype").Address;
|
|
1785
|
+
gas: bigint;
|
|
1741
1786
|
nonce: number;
|
|
1787
|
+
value: bigint;
|
|
1742
1788
|
blockHash: `0x${string}` | null;
|
|
1743
1789
|
blockNumber: bigint | null;
|
|
1744
|
-
transactionIndex: number | null;
|
|
1745
1790
|
hash: import("viem").Hash;
|
|
1746
1791
|
input: import("viem").Hex;
|
|
1792
|
+
transactionIndex: number | null;
|
|
1747
1793
|
typeHex: import("viem").Hex | null;
|
|
1748
1794
|
accessList?: undefined | undefined;
|
|
1749
1795
|
authorizationList?: undefined | undefined;
|
|
@@ -1880,6 +1926,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
1880
1926
|
blobGasUsed?: bigint | undefined;
|
|
1881
1927
|
blockHash: import("viem").Hash;
|
|
1882
1928
|
blockNumber: bigint;
|
|
1929
|
+
blockTimestamp?: bigint | undefined;
|
|
1883
1930
|
contractAddress: import("abitype").Address | null | undefined;
|
|
1884
1931
|
cumulativeGasUsed: bigint;
|
|
1885
1932
|
effectiveGasPrice: bigint;
|
|
@@ -1901,9 +1948,17 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
1901
1948
|
type: "transactionReceipt";
|
|
1902
1949
|
};
|
|
1903
1950
|
};
|
|
1951
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
1952
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
1953
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
1954
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
1955
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
1956
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
1957
|
+
}] | undefined;
|
|
1904
1958
|
serializers: {
|
|
1905
1959
|
readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
|
|
1906
1960
|
};
|
|
1961
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
1907
1962
|
readonly blockchainId: "BASE";
|
|
1908
1963
|
readonly blockchainVm: "EVM";
|
|
1909
1964
|
}, {
|
|
@@ -2260,6 +2315,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
2260
2315
|
sourceId: 11155111;
|
|
2261
2316
|
testnet: true;
|
|
2262
2317
|
custom?: Record<string, unknown> | undefined;
|
|
2318
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
2263
2319
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
2264
2320
|
formatters: {
|
|
2265
2321
|
readonly block: {
|
|
@@ -2325,16 +2381,16 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
2325
2381
|
r: import("viem").Hex;
|
|
2326
2382
|
s: import("viem").Hex;
|
|
2327
2383
|
v: bigint;
|
|
2328
|
-
value: bigint;
|
|
2329
|
-
gas: bigint;
|
|
2330
2384
|
to: import("abitype").Address | null;
|
|
2331
2385
|
from: import("abitype").Address;
|
|
2386
|
+
gas: bigint;
|
|
2332
2387
|
nonce: number;
|
|
2388
|
+
value: bigint;
|
|
2333
2389
|
blockHash: `0x${string}` | null;
|
|
2334
2390
|
blockNumber: bigint | null;
|
|
2335
|
-
transactionIndex: number | null;
|
|
2336
2391
|
hash: import("viem").Hash;
|
|
2337
2392
|
input: import("viem").Hex;
|
|
2393
|
+
transactionIndex: number | null;
|
|
2338
2394
|
typeHex: import("viem").Hex | null;
|
|
2339
2395
|
accessList?: undefined | undefined;
|
|
2340
2396
|
authorizationList?: undefined | undefined;
|
|
@@ -2471,6 +2527,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
2471
2527
|
blobGasUsed?: bigint | undefined;
|
|
2472
2528
|
blockHash: import("viem").Hash;
|
|
2473
2529
|
blockNumber: bigint;
|
|
2530
|
+
blockTimestamp?: bigint | undefined;
|
|
2474
2531
|
contractAddress: import("abitype").Address | null | undefined;
|
|
2475
2532
|
cumulativeGasUsed: bigint;
|
|
2476
2533
|
effectiveGasPrice: bigint;
|
|
@@ -2492,9 +2549,17 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
2492
2549
|
type: "transactionReceipt";
|
|
2493
2550
|
};
|
|
2494
2551
|
};
|
|
2552
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
2553
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
2554
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
2555
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
2556
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
2557
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
2558
|
+
}] | undefined;
|
|
2495
2559
|
serializers: {
|
|
2496
2560
|
readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
|
|
2497
2561
|
};
|
|
2562
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
2498
2563
|
readonly blockchainId: "BASE-SEPOLIA";
|
|
2499
2564
|
readonly blockchainVm: "EVM";
|
|
2500
2565
|
readonly network: "base-sepolia";
|
|
@@ -2957,8 +3022,17 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
2957
3022
|
sourceId?: number | undefined | undefined;
|
|
2958
3023
|
testnet?: boolean | undefined | undefined;
|
|
2959
3024
|
custom?: Record<string, unknown> | undefined;
|
|
3025
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
2960
3026
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
3027
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
3028
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
3029
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
3030
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
3031
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
3032
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
3033
|
+
}] | undefined;
|
|
2961
3034
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
3035
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
2962
3036
|
readonly blockchainId: "ETH";
|
|
2963
3037
|
readonly blockchainVm: "EVM";
|
|
2964
3038
|
readonly formatters?: undefined | undefined;
|
|
@@ -3280,8 +3354,17 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
3280
3354
|
sourceId?: number | undefined | undefined;
|
|
3281
3355
|
testnet: true;
|
|
3282
3356
|
custom?: Record<string, unknown> | undefined;
|
|
3357
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
3283
3358
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
3359
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
3360
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
3361
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
3362
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
3363
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
3364
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
3365
|
+
}] | undefined;
|
|
3284
3366
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
3367
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
3285
3368
|
readonly blockchainId: "ETH-SEPOLIA";
|
|
3286
3369
|
readonly blockchainVm: "EVM";
|
|
3287
3370
|
readonly formatters?: undefined | undefined;
|
|
@@ -3290,7 +3373,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
3290
3373
|
readonly default: {
|
|
3291
3374
|
readonly name: "PolygonScan";
|
|
3292
3375
|
readonly url: "https://polygonscan.com";
|
|
3293
|
-
readonly apiUrl: "https://api.
|
|
3376
|
+
readonly apiUrl: "https://api.etherscan.io/v2/api";
|
|
3294
3377
|
};
|
|
3295
3378
|
};
|
|
3296
3379
|
blockTime: 2000;
|
|
@@ -3452,14 +3535,23 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
3452
3535
|
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
3453
3536
|
rpcUrls: {
|
|
3454
3537
|
readonly default: {
|
|
3455
|
-
readonly http: readonly ["https://polygon
|
|
3538
|
+
readonly http: readonly ["https://polygon.drpc.org"];
|
|
3456
3539
|
};
|
|
3457
3540
|
};
|
|
3458
3541
|
sourceId?: number | undefined | undefined;
|
|
3459
3542
|
testnet?: boolean | undefined | undefined;
|
|
3460
3543
|
custom?: Record<string, unknown> | undefined;
|
|
3544
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
3461
3545
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
3546
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
3547
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
3548
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
3549
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
3550
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
3551
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
3552
|
+
}] | undefined;
|
|
3462
3553
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
3554
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
3463
3555
|
readonly blockchainId: "MATIC";
|
|
3464
3556
|
readonly blockchainVm: "EVM";
|
|
3465
3557
|
readonly formatters?: undefined | undefined;
|
|
@@ -3468,7 +3560,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
3468
3560
|
readonly default: {
|
|
3469
3561
|
readonly name: "PolygonScan";
|
|
3470
3562
|
readonly url: "https://amoy.polygonscan.com";
|
|
3471
|
-
readonly apiUrl: "https://api
|
|
3563
|
+
readonly apiUrl: "https://api.etherscan.io/v2/api";
|
|
3472
3564
|
};
|
|
3473
3565
|
};
|
|
3474
3566
|
blockTime?: number | undefined | undefined;
|
|
@@ -3636,8 +3728,17 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
3636
3728
|
sourceId?: number | undefined | undefined;
|
|
3637
3729
|
testnet: true;
|
|
3638
3730
|
custom?: Record<string, unknown> | undefined;
|
|
3731
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
3639
3732
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
3733
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
3734
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
3735
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
3736
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
3737
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
3738
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
3739
|
+
}] | undefined;
|
|
3640
3740
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
3741
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
3641
3742
|
readonly blockchainId: "MATIC-AMOY";
|
|
3642
3743
|
readonly blockchainVm: "EVM";
|
|
3643
3744
|
readonly formatters?: undefined | undefined;
|
|
@@ -3819,8 +3920,17 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
3819
3920
|
sourceId?: number | undefined | undefined;
|
|
3820
3921
|
testnet: false;
|
|
3821
3922
|
custom?: Record<string, unknown> | undefined;
|
|
3923
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
3822
3924
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
3925
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
3926
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
3927
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
3928
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
3929
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
3930
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
3931
|
+
}] | undefined;
|
|
3823
3932
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
3933
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
3824
3934
|
readonly blockchainId: "MONAD";
|
|
3825
3935
|
readonly blockchainVm: "EVM";
|
|
3826
3936
|
readonly formatters?: undefined | undefined;
|
|
@@ -3996,8 +4106,17 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
3996
4106
|
sourceId?: number | undefined | undefined;
|
|
3997
4107
|
testnet: true;
|
|
3998
4108
|
custom?: Record<string, unknown> | undefined;
|
|
4109
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
3999
4110
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
4111
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
4112
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
4113
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
4114
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
4115
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
4116
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
4117
|
+
}] | undefined;
|
|
4000
4118
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
4119
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
4001
4120
|
readonly blockchainId: "MONAD-TESTNET";
|
|
4002
4121
|
readonly blockchainVm: "EVM";
|
|
4003
4122
|
readonly formatters?: undefined | undefined;
|
|
@@ -4212,6 +4331,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
4212
4331
|
sourceId: 1;
|
|
4213
4332
|
testnet?: boolean | undefined | undefined;
|
|
4214
4333
|
custom?: Record<string, unknown> | undefined;
|
|
4334
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
4215
4335
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
4216
4336
|
formatters: {
|
|
4217
4337
|
readonly block: {
|
|
@@ -4277,16 +4397,16 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
4277
4397
|
r: import("viem").Hex;
|
|
4278
4398
|
s: import("viem").Hex;
|
|
4279
4399
|
v: bigint;
|
|
4280
|
-
value: bigint;
|
|
4281
|
-
gas: bigint;
|
|
4282
4400
|
to: import("abitype").Address | null;
|
|
4283
4401
|
from: import("abitype").Address;
|
|
4402
|
+
gas: bigint;
|
|
4284
4403
|
nonce: number;
|
|
4404
|
+
value: bigint;
|
|
4285
4405
|
blockHash: `0x${string}` | null;
|
|
4286
4406
|
blockNumber: bigint | null;
|
|
4287
|
-
transactionIndex: number | null;
|
|
4288
4407
|
hash: import("viem").Hash;
|
|
4289
4408
|
input: import("viem").Hex;
|
|
4409
|
+
transactionIndex: number | null;
|
|
4290
4410
|
typeHex: import("viem").Hex | null;
|
|
4291
4411
|
accessList?: undefined | undefined;
|
|
4292
4412
|
authorizationList?: undefined | undefined;
|
|
@@ -4423,6 +4543,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
4423
4543
|
blobGasUsed?: bigint | undefined;
|
|
4424
4544
|
blockHash: import("viem").Hash;
|
|
4425
4545
|
blockNumber: bigint;
|
|
4546
|
+
blockTimestamp?: bigint | undefined;
|
|
4426
4547
|
contractAddress: import("abitype").Address | null | undefined;
|
|
4427
4548
|
cumulativeGasUsed: bigint;
|
|
4428
4549
|
effectiveGasPrice: bigint;
|
|
@@ -4444,9 +4565,17 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
4444
4565
|
type: "transactionReceipt";
|
|
4445
4566
|
};
|
|
4446
4567
|
};
|
|
4568
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
4569
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
4570
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
4571
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
4572
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
4573
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
4574
|
+
}] | undefined;
|
|
4447
4575
|
serializers: {
|
|
4448
4576
|
readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
|
|
4449
4577
|
};
|
|
4578
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
4450
4579
|
readonly blockchainId: "OP";
|
|
4451
4580
|
readonly blockchainVm: "EVM";
|
|
4452
4581
|
}, {
|
|
@@ -4660,6 +4789,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
4660
4789
|
sourceId: 11155111;
|
|
4661
4790
|
testnet: true;
|
|
4662
4791
|
custom?: Record<string, unknown> | undefined;
|
|
4792
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
4663
4793
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
4664
4794
|
formatters: {
|
|
4665
4795
|
readonly block: {
|
|
@@ -4725,16 +4855,16 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
4725
4855
|
r: import("viem").Hex;
|
|
4726
4856
|
s: import("viem").Hex;
|
|
4727
4857
|
v: bigint;
|
|
4728
|
-
value: bigint;
|
|
4729
|
-
gas: bigint;
|
|
4730
4858
|
to: import("abitype").Address | null;
|
|
4731
4859
|
from: import("abitype").Address;
|
|
4860
|
+
gas: bigint;
|
|
4732
4861
|
nonce: number;
|
|
4862
|
+
value: bigint;
|
|
4733
4863
|
blockHash: `0x${string}` | null;
|
|
4734
4864
|
blockNumber: bigint | null;
|
|
4735
|
-
transactionIndex: number | null;
|
|
4736
4865
|
hash: import("viem").Hash;
|
|
4737
4866
|
input: import("viem").Hex;
|
|
4867
|
+
transactionIndex: number | null;
|
|
4738
4868
|
typeHex: import("viem").Hex | null;
|
|
4739
4869
|
accessList?: undefined | undefined;
|
|
4740
4870
|
authorizationList?: undefined | undefined;
|
|
@@ -4871,6 +5001,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
4871
5001
|
blobGasUsed?: bigint | undefined;
|
|
4872
5002
|
blockHash: import("viem").Hash;
|
|
4873
5003
|
blockNumber: bigint;
|
|
5004
|
+
blockTimestamp?: bigint | undefined;
|
|
4874
5005
|
contractAddress: import("abitype").Address | null | undefined;
|
|
4875
5006
|
cumulativeGasUsed: bigint;
|
|
4876
5007
|
effectiveGasPrice: bigint;
|
|
@@ -4892,9 +5023,17 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
4892
5023
|
type: "transactionReceipt";
|
|
4893
5024
|
};
|
|
4894
5025
|
};
|
|
5026
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
5027
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
5028
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
5029
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
5030
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
5031
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
5032
|
+
}] | undefined;
|
|
4895
5033
|
serializers: {
|
|
4896
5034
|
readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
|
|
4897
5035
|
};
|
|
5036
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
4898
5037
|
readonly blockchainId: "OP-SEPOLIA";
|
|
4899
5038
|
readonly blockchainVm: "EVM";
|
|
4900
5039
|
}, {
|
|
@@ -5103,6 +5242,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
5103
5242
|
sourceId: 1;
|
|
5104
5243
|
testnet?: boolean | undefined | undefined;
|
|
5105
5244
|
custom?: Record<string, unknown> | undefined;
|
|
5245
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
5106
5246
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
5107
5247
|
formatters: {
|
|
5108
5248
|
readonly block: {
|
|
@@ -5168,16 +5308,16 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
5168
5308
|
r: import("viem").Hex;
|
|
5169
5309
|
s: import("viem").Hex;
|
|
5170
5310
|
v: bigint;
|
|
5171
|
-
value: bigint;
|
|
5172
|
-
gas: bigint;
|
|
5173
5311
|
to: import("abitype").Address | null;
|
|
5174
5312
|
from: import("abitype").Address;
|
|
5313
|
+
gas: bigint;
|
|
5175
5314
|
nonce: number;
|
|
5315
|
+
value: bigint;
|
|
5176
5316
|
blockHash: `0x${string}` | null;
|
|
5177
5317
|
blockNumber: bigint | null;
|
|
5178
|
-
transactionIndex: number | null;
|
|
5179
5318
|
hash: import("viem").Hash;
|
|
5180
5319
|
input: import("viem").Hex;
|
|
5320
|
+
transactionIndex: number | null;
|
|
5181
5321
|
typeHex: import("viem").Hex | null;
|
|
5182
5322
|
accessList?: undefined | undefined;
|
|
5183
5323
|
authorizationList?: undefined | undefined;
|
|
@@ -5314,6 +5454,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
5314
5454
|
blobGasUsed?: bigint | undefined;
|
|
5315
5455
|
blockHash: import("viem").Hash;
|
|
5316
5456
|
blockNumber: bigint;
|
|
5457
|
+
blockTimestamp?: bigint | undefined;
|
|
5317
5458
|
contractAddress: import("abitype").Address | null | undefined;
|
|
5318
5459
|
cumulativeGasUsed: bigint;
|
|
5319
5460
|
effectiveGasPrice: bigint;
|
|
@@ -5335,9 +5476,17 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
5335
5476
|
type: "transactionReceipt";
|
|
5336
5477
|
};
|
|
5337
5478
|
};
|
|
5479
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
5480
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
5481
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
5482
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
5483
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
5484
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
5485
|
+
}] | undefined;
|
|
5338
5486
|
serializers: {
|
|
5339
5487
|
readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
|
|
5340
5488
|
};
|
|
5489
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
5341
5490
|
readonly blockchainId: "UNI";
|
|
5342
5491
|
readonly blockchainVm: "EVM";
|
|
5343
5492
|
}, {
|
|
@@ -5546,6 +5695,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
5546
5695
|
sourceId: 11155111;
|
|
5547
5696
|
testnet: true;
|
|
5548
5697
|
custom?: Record<string, unknown> | undefined;
|
|
5698
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
5549
5699
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
5550
5700
|
formatters: {
|
|
5551
5701
|
readonly block: {
|
|
@@ -5611,16 +5761,16 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
5611
5761
|
r: import("viem").Hex;
|
|
5612
5762
|
s: import("viem").Hex;
|
|
5613
5763
|
v: bigint;
|
|
5614
|
-
value: bigint;
|
|
5615
|
-
gas: bigint;
|
|
5616
5764
|
to: import("abitype").Address | null;
|
|
5617
5765
|
from: import("abitype").Address;
|
|
5766
|
+
gas: bigint;
|
|
5618
5767
|
nonce: number;
|
|
5768
|
+
value: bigint;
|
|
5619
5769
|
blockHash: `0x${string}` | null;
|
|
5620
5770
|
blockNumber: bigint | null;
|
|
5621
|
-
transactionIndex: number | null;
|
|
5622
5771
|
hash: import("viem").Hash;
|
|
5623
5772
|
input: import("viem").Hex;
|
|
5773
|
+
transactionIndex: number | null;
|
|
5624
5774
|
typeHex: import("viem").Hex | null;
|
|
5625
5775
|
accessList?: undefined | undefined;
|
|
5626
5776
|
authorizationList?: undefined | undefined;
|
|
@@ -5757,6 +5907,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
5757
5907
|
blobGasUsed?: bigint | undefined;
|
|
5758
5908
|
blockHash: import("viem").Hash;
|
|
5759
5909
|
blockNumber: bigint;
|
|
5910
|
+
blockTimestamp?: bigint | undefined;
|
|
5760
5911
|
contractAddress: import("abitype").Address | null | undefined;
|
|
5761
5912
|
cumulativeGasUsed: bigint;
|
|
5762
5913
|
effectiveGasPrice: bigint;
|
|
@@ -5778,9 +5929,17 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
5778
5929
|
type: "transactionReceipt";
|
|
5779
5930
|
};
|
|
5780
5931
|
};
|
|
5932
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
5933
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
5934
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
5935
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
5936
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
5937
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
5938
|
+
}] | undefined;
|
|
5781
5939
|
serializers: {
|
|
5782
5940
|
readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
|
|
5783
5941
|
};
|
|
5942
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
5784
5943
|
readonly blockchainId: "UNI-SEPOLIA";
|
|
5785
5944
|
readonly blockchainVm: "EVM";
|
|
5786
5945
|
}];
|
|
@@ -5957,8 +6116,17 @@ export declare const SUPPORTED_CHAINS_FAUCET: readonly [{
|
|
|
5957
6116
|
sourceId?: number | undefined | undefined;
|
|
5958
6117
|
testnet: true;
|
|
5959
6118
|
custom?: Record<string, unknown> | undefined;
|
|
6119
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
5960
6120
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
6121
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
6122
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
6123
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
6124
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
6125
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
6126
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
6127
|
+
}] | undefined;
|
|
5961
6128
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
6129
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
5962
6130
|
readonly blockchainId: "ARB-SEPOLIA";
|
|
5963
6131
|
readonly blockchainVm: "EVM";
|
|
5964
6132
|
readonly formatters?: undefined | undefined;
|
|
@@ -6136,8 +6304,17 @@ export declare const SUPPORTED_CHAINS_FAUCET: readonly [{
|
|
|
6136
6304
|
sourceId?: number | undefined | undefined;
|
|
6137
6305
|
testnet: true;
|
|
6138
6306
|
custom?: Record<string, unknown> | undefined;
|
|
6307
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
6139
6308
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
6309
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
6310
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
6311
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
6312
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
6313
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
6314
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
6315
|
+
}] | undefined;
|
|
6140
6316
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
6317
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
6141
6318
|
readonly blockchainId: "ARC-TESTNET";
|
|
6142
6319
|
readonly blockchainVm: "EVM";
|
|
6143
6320
|
readonly formatters?: undefined | undefined;
|
|
@@ -6455,8 +6632,17 @@ export declare const SUPPORTED_CHAINS_FAUCET: readonly [{
|
|
|
6455
6632
|
sourceId?: number | undefined | undefined;
|
|
6456
6633
|
testnet: true;
|
|
6457
6634
|
custom?: Record<string, unknown> | undefined;
|
|
6635
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
6458
6636
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
6637
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
6638
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
6639
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
6640
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
6641
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
6642
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
6643
|
+
}] | undefined;
|
|
6459
6644
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
6645
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
6460
6646
|
readonly blockchainId: "AVAX-FUJI";
|
|
6461
6647
|
readonly blockchainVm: "EVM";
|
|
6462
6648
|
readonly formatters?: undefined | undefined;
|
|
@@ -6814,6 +7000,7 @@ export declare const SUPPORTED_CHAINS_FAUCET: readonly [{
|
|
|
6814
7000
|
sourceId: 11155111;
|
|
6815
7001
|
testnet: true;
|
|
6816
7002
|
custom?: Record<string, unknown> | undefined;
|
|
7003
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
6817
7004
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
6818
7005
|
formatters: {
|
|
6819
7006
|
readonly block: {
|
|
@@ -6879,16 +7066,16 @@ export declare const SUPPORTED_CHAINS_FAUCET: readonly [{
|
|
|
6879
7066
|
r: import("viem").Hex;
|
|
6880
7067
|
s: import("viem").Hex;
|
|
6881
7068
|
v: bigint;
|
|
6882
|
-
value: bigint;
|
|
6883
|
-
gas: bigint;
|
|
6884
7069
|
to: import("abitype").Address | null;
|
|
6885
7070
|
from: import("abitype").Address;
|
|
7071
|
+
gas: bigint;
|
|
6886
7072
|
nonce: number;
|
|
7073
|
+
value: bigint;
|
|
6887
7074
|
blockHash: `0x${string}` | null;
|
|
6888
7075
|
blockNumber: bigint | null;
|
|
6889
|
-
transactionIndex: number | null;
|
|
6890
7076
|
hash: import("viem").Hash;
|
|
6891
7077
|
input: import("viem").Hex;
|
|
7078
|
+
transactionIndex: number | null;
|
|
6892
7079
|
typeHex: import("viem").Hex | null;
|
|
6893
7080
|
accessList?: undefined | undefined;
|
|
6894
7081
|
authorizationList?: undefined | undefined;
|
|
@@ -7025,6 +7212,7 @@ export declare const SUPPORTED_CHAINS_FAUCET: readonly [{
|
|
|
7025
7212
|
blobGasUsed?: bigint | undefined;
|
|
7026
7213
|
blockHash: import("viem").Hash;
|
|
7027
7214
|
blockNumber: bigint;
|
|
7215
|
+
blockTimestamp?: bigint | undefined;
|
|
7028
7216
|
contractAddress: import("abitype").Address | null | undefined;
|
|
7029
7217
|
cumulativeGasUsed: bigint;
|
|
7030
7218
|
effectiveGasPrice: bigint;
|
|
@@ -7046,9 +7234,17 @@ export declare const SUPPORTED_CHAINS_FAUCET: readonly [{
|
|
|
7046
7234
|
type: "transactionReceipt";
|
|
7047
7235
|
};
|
|
7048
7236
|
};
|
|
7237
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
7238
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
7239
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
7240
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
7241
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
7242
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
7243
|
+
}] | undefined;
|
|
7049
7244
|
serializers: {
|
|
7050
7245
|
readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
|
|
7051
7246
|
};
|
|
7247
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
7052
7248
|
readonly blockchainId: "BASE-SEPOLIA";
|
|
7053
7249
|
readonly blockchainVm: "EVM";
|
|
7054
7250
|
readonly network: "base-sepolia";
|
|
@@ -7370,8 +7566,17 @@ export declare const SUPPORTED_CHAINS_FAUCET: readonly [{
|
|
|
7370
7566
|
sourceId?: number | undefined | undefined;
|
|
7371
7567
|
testnet: true;
|
|
7372
7568
|
custom?: Record<string, unknown> | undefined;
|
|
7569
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
7373
7570
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
7571
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
7572
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
7573
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
7574
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
7575
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
7576
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
7577
|
+
}] | undefined;
|
|
7374
7578
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
7579
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
7375
7580
|
readonly blockchainId: "ETH-SEPOLIA";
|
|
7376
7581
|
readonly blockchainVm: "EVM";
|
|
7377
7582
|
readonly formatters?: undefined | undefined;
|
|
@@ -7380,7 +7585,7 @@ export declare const SUPPORTED_CHAINS_FAUCET: readonly [{
|
|
|
7380
7585
|
readonly default: {
|
|
7381
7586
|
readonly name: "PolygonScan";
|
|
7382
7587
|
readonly url: "https://amoy.polygonscan.com";
|
|
7383
|
-
readonly apiUrl: "https://api
|
|
7588
|
+
readonly apiUrl: "https://api.etherscan.io/v2/api";
|
|
7384
7589
|
};
|
|
7385
7590
|
};
|
|
7386
7591
|
blockTime?: number | undefined | undefined;
|
|
@@ -7548,8 +7753,17 @@ export declare const SUPPORTED_CHAINS_FAUCET: readonly [{
|
|
|
7548
7753
|
sourceId?: number | undefined | undefined;
|
|
7549
7754
|
testnet: true;
|
|
7550
7755
|
custom?: Record<string, unknown> | undefined;
|
|
7756
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
7551
7757
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
7758
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
7759
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
7760
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
7761
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
7762
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
7763
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
7764
|
+
}] | undefined;
|
|
7552
7765
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
7766
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
7553
7767
|
readonly blockchainId: "MATIC-AMOY";
|
|
7554
7768
|
readonly blockchainVm: "EVM";
|
|
7555
7769
|
readonly formatters?: undefined | undefined;
|
|
@@ -7725,8 +7939,17 @@ export declare const SUPPORTED_CHAINS_FAUCET: readonly [{
|
|
|
7725
7939
|
sourceId?: number | undefined | undefined;
|
|
7726
7940
|
testnet: true;
|
|
7727
7941
|
custom?: Record<string, unknown> | undefined;
|
|
7942
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
7728
7943
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
7944
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
7945
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
7946
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
7947
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
7948
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
7949
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
7950
|
+
}] | undefined;
|
|
7729
7951
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
7952
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
7730
7953
|
readonly blockchainId: "MONAD-TESTNET";
|
|
7731
7954
|
readonly blockchainVm: "EVM";
|
|
7732
7955
|
readonly formatters?: undefined | undefined;
|
|
@@ -7941,6 +8164,7 @@ export declare const SUPPORTED_CHAINS_FAUCET: readonly [{
|
|
|
7941
8164
|
sourceId: 11155111;
|
|
7942
8165
|
testnet: true;
|
|
7943
8166
|
custom?: Record<string, unknown> | undefined;
|
|
8167
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
7944
8168
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
7945
8169
|
formatters: {
|
|
7946
8170
|
readonly block: {
|
|
@@ -8006,16 +8230,16 @@ export declare const SUPPORTED_CHAINS_FAUCET: readonly [{
|
|
|
8006
8230
|
r: import("viem").Hex;
|
|
8007
8231
|
s: import("viem").Hex;
|
|
8008
8232
|
v: bigint;
|
|
8009
|
-
value: bigint;
|
|
8010
|
-
gas: bigint;
|
|
8011
8233
|
to: import("abitype").Address | null;
|
|
8012
8234
|
from: import("abitype").Address;
|
|
8235
|
+
gas: bigint;
|
|
8013
8236
|
nonce: number;
|
|
8237
|
+
value: bigint;
|
|
8014
8238
|
blockHash: `0x${string}` | null;
|
|
8015
8239
|
blockNumber: bigint | null;
|
|
8016
|
-
transactionIndex: number | null;
|
|
8017
8240
|
hash: import("viem").Hash;
|
|
8018
8241
|
input: import("viem").Hex;
|
|
8242
|
+
transactionIndex: number | null;
|
|
8019
8243
|
typeHex: import("viem").Hex | null;
|
|
8020
8244
|
accessList?: undefined | undefined;
|
|
8021
8245
|
authorizationList?: undefined | undefined;
|
|
@@ -8152,6 +8376,7 @@ export declare const SUPPORTED_CHAINS_FAUCET: readonly [{
|
|
|
8152
8376
|
blobGasUsed?: bigint | undefined;
|
|
8153
8377
|
blockHash: import("viem").Hash;
|
|
8154
8378
|
blockNumber: bigint;
|
|
8379
|
+
blockTimestamp?: bigint | undefined;
|
|
8155
8380
|
contractAddress: import("abitype").Address | null | undefined;
|
|
8156
8381
|
cumulativeGasUsed: bigint;
|
|
8157
8382
|
effectiveGasPrice: bigint;
|
|
@@ -8173,9 +8398,17 @@ export declare const SUPPORTED_CHAINS_FAUCET: readonly [{
|
|
|
8173
8398
|
type: "transactionReceipt";
|
|
8174
8399
|
};
|
|
8175
8400
|
};
|
|
8401
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
8402
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
8403
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
8404
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
8405
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
8406
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
8407
|
+
}] | undefined;
|
|
8176
8408
|
serializers: {
|
|
8177
8409
|
readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
|
|
8178
8410
|
};
|
|
8411
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
8179
8412
|
readonly blockchainId: "OP-SEPOLIA";
|
|
8180
8413
|
readonly blockchainVm: "EVM";
|
|
8181
8414
|
}, {
|
|
@@ -8384,6 +8617,7 @@ export declare const SUPPORTED_CHAINS_FAUCET: readonly [{
|
|
|
8384
8617
|
sourceId: 11155111;
|
|
8385
8618
|
testnet: true;
|
|
8386
8619
|
custom?: Record<string, unknown> | undefined;
|
|
8620
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
8387
8621
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
8388
8622
|
formatters: {
|
|
8389
8623
|
readonly block: {
|
|
@@ -8449,16 +8683,16 @@ export declare const SUPPORTED_CHAINS_FAUCET: readonly [{
|
|
|
8449
8683
|
r: import("viem").Hex;
|
|
8450
8684
|
s: import("viem").Hex;
|
|
8451
8685
|
v: bigint;
|
|
8452
|
-
value: bigint;
|
|
8453
|
-
gas: bigint;
|
|
8454
8686
|
to: import("abitype").Address | null;
|
|
8455
8687
|
from: import("abitype").Address;
|
|
8688
|
+
gas: bigint;
|
|
8456
8689
|
nonce: number;
|
|
8690
|
+
value: bigint;
|
|
8457
8691
|
blockHash: `0x${string}` | null;
|
|
8458
8692
|
blockNumber: bigint | null;
|
|
8459
|
-
transactionIndex: number | null;
|
|
8460
8693
|
hash: import("viem").Hash;
|
|
8461
8694
|
input: import("viem").Hex;
|
|
8695
|
+
transactionIndex: number | null;
|
|
8462
8696
|
typeHex: import("viem").Hex | null;
|
|
8463
8697
|
accessList?: undefined | undefined;
|
|
8464
8698
|
authorizationList?: undefined | undefined;
|
|
@@ -8595,6 +8829,7 @@ export declare const SUPPORTED_CHAINS_FAUCET: readonly [{
|
|
|
8595
8829
|
blobGasUsed?: bigint | undefined;
|
|
8596
8830
|
blockHash: import("viem").Hash;
|
|
8597
8831
|
blockNumber: bigint;
|
|
8832
|
+
blockTimestamp?: bigint | undefined;
|
|
8598
8833
|
contractAddress: import("abitype").Address | null | undefined;
|
|
8599
8834
|
cumulativeGasUsed: bigint;
|
|
8600
8835
|
effectiveGasPrice: bigint;
|
|
@@ -8616,9 +8851,17 @@ export declare const SUPPORTED_CHAINS_FAUCET: readonly [{
|
|
|
8616
8851
|
type: "transactionReceipt";
|
|
8617
8852
|
};
|
|
8618
8853
|
};
|
|
8854
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
8855
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
8856
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
8857
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
8858
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
8859
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
8860
|
+
}] | undefined;
|
|
8619
8861
|
serializers: {
|
|
8620
8862
|
readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
|
|
8621
8863
|
};
|
|
8864
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
8622
8865
|
readonly blockchainId: "UNI-SEPOLIA";
|
|
8623
8866
|
readonly blockchainVm: "EVM";
|
|
8624
8867
|
}];
|
|
@@ -9081,8 +9324,17 @@ export declare const SUPPORTED_CONTRACT_QUERY_CHAINS: readonly [{
|
|
|
9081
9324
|
sourceId?: number | undefined | undefined;
|
|
9082
9325
|
testnet?: boolean | undefined | undefined;
|
|
9083
9326
|
custom?: Record<string, unknown> | undefined;
|
|
9327
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
9084
9328
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
9329
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
9330
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
9331
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
9332
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
9333
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
9334
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
9335
|
+
}] | undefined;
|
|
9085
9336
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
9337
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
9086
9338
|
readonly blockchainId: "ETH";
|
|
9087
9339
|
readonly blockchainVm: "EVM";
|
|
9088
9340
|
readonly formatters?: undefined | undefined;
|
|
@@ -9404,8 +9656,17 @@ export declare const SUPPORTED_CONTRACT_QUERY_CHAINS: readonly [{
|
|
|
9404
9656
|
sourceId?: number | undefined | undefined;
|
|
9405
9657
|
testnet: true;
|
|
9406
9658
|
custom?: Record<string, unknown> | undefined;
|
|
9659
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
9407
9660
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
9661
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
9662
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
9663
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
9664
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
9665
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
9666
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
9667
|
+
}] | undefined;
|
|
9408
9668
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
9669
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
9409
9670
|
readonly blockchainId: "ETH-SEPOLIA";
|
|
9410
9671
|
readonly blockchainVm: "EVM";
|
|
9411
9672
|
readonly formatters?: undefined | undefined;
|
|
@@ -9414,7 +9675,7 @@ export declare const SUPPORTED_CONTRACT_QUERY_CHAINS: readonly [{
|
|
|
9414
9675
|
readonly default: {
|
|
9415
9676
|
readonly name: "PolygonScan";
|
|
9416
9677
|
readonly url: "https://polygonscan.com";
|
|
9417
|
-
readonly apiUrl: "https://api.
|
|
9678
|
+
readonly apiUrl: "https://api.etherscan.io/v2/api";
|
|
9418
9679
|
};
|
|
9419
9680
|
};
|
|
9420
9681
|
blockTime: 2000;
|
|
@@ -9576,14 +9837,23 @@ export declare const SUPPORTED_CONTRACT_QUERY_CHAINS: readonly [{
|
|
|
9576
9837
|
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
9577
9838
|
rpcUrls: {
|
|
9578
9839
|
readonly default: {
|
|
9579
|
-
readonly http: readonly ["https://polygon
|
|
9840
|
+
readonly http: readonly ["https://polygon.drpc.org"];
|
|
9580
9841
|
};
|
|
9581
9842
|
};
|
|
9582
9843
|
sourceId?: number | undefined | undefined;
|
|
9583
9844
|
testnet?: boolean | undefined | undefined;
|
|
9584
9845
|
custom?: Record<string, unknown> | undefined;
|
|
9846
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
9585
9847
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
9848
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
9849
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
9850
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
9851
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
9852
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
9853
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
9854
|
+
}] | undefined;
|
|
9586
9855
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
9856
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
9587
9857
|
readonly blockchainId: "MATIC";
|
|
9588
9858
|
readonly blockchainVm: "EVM";
|
|
9589
9859
|
readonly formatters?: undefined | undefined;
|
|
@@ -9592,7 +9862,7 @@ export declare const SUPPORTED_CONTRACT_QUERY_CHAINS: readonly [{
|
|
|
9592
9862
|
readonly default: {
|
|
9593
9863
|
readonly name: "PolygonScan";
|
|
9594
9864
|
readonly url: "https://amoy.polygonscan.com";
|
|
9595
|
-
readonly apiUrl: "https://api
|
|
9865
|
+
readonly apiUrl: "https://api.etherscan.io/v2/api";
|
|
9596
9866
|
};
|
|
9597
9867
|
};
|
|
9598
9868
|
blockTime?: number | undefined | undefined;
|
|
@@ -9760,8 +10030,17 @@ export declare const SUPPORTED_CONTRACT_QUERY_CHAINS: readonly [{
|
|
|
9760
10030
|
sourceId?: number | undefined | undefined;
|
|
9761
10031
|
testnet: true;
|
|
9762
10032
|
custom?: Record<string, unknown> | undefined;
|
|
10033
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
9763
10034
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
10035
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
10036
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
10037
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
10038
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
10039
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
10040
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
10041
|
+
}] | undefined;
|
|
9764
10042
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
10043
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
9765
10044
|
readonly blockchainId: "MATIC-AMOY";
|
|
9766
10045
|
readonly blockchainVm: "EVM";
|
|
9767
10046
|
readonly formatters?: undefined | undefined;
|
|
@@ -9938,8 +10217,17 @@ export declare const SUPPORTED_CONTRACT_QUERY_CHAINS: readonly [{
|
|
|
9938
10217
|
sourceId?: number | undefined | undefined;
|
|
9939
10218
|
testnet?: boolean | undefined | undefined;
|
|
9940
10219
|
custom?: Record<string, unknown> | undefined;
|
|
10220
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
9941
10221
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
10222
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
10223
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
10224
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
10225
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
10226
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
10227
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
10228
|
+
}] | undefined;
|
|
9942
10229
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
10230
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
9943
10231
|
readonly blockchainId: "ARB";
|
|
9944
10232
|
readonly blockchainVm: "EVM";
|
|
9945
10233
|
readonly formatters?: undefined | undefined;
|
|
@@ -10116,8 +10404,17 @@ export declare const SUPPORTED_CONTRACT_QUERY_CHAINS: readonly [{
|
|
|
10116
10404
|
sourceId?: number | undefined | undefined;
|
|
10117
10405
|
testnet: true;
|
|
10118
10406
|
custom?: Record<string, unknown> | undefined;
|
|
10407
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
10119
10408
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
10409
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
10410
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
10411
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
10412
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
10413
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
10414
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
10415
|
+
}] | undefined;
|
|
10120
10416
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
10417
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
10121
10418
|
readonly blockchainId: "ARB-SEPOLIA";
|
|
10122
10419
|
readonly blockchainVm: "EVM";
|
|
10123
10420
|
readonly formatters?: undefined | undefined;
|
|
@@ -10327,6 +10624,7 @@ export declare const SUPPORTED_CONTRACT_QUERY_CHAINS: readonly [{
|
|
|
10327
10624
|
sourceId: 1;
|
|
10328
10625
|
testnet?: boolean | undefined | undefined;
|
|
10329
10626
|
custom?: Record<string, unknown> | undefined;
|
|
10627
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
10330
10628
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
10331
10629
|
formatters: {
|
|
10332
10630
|
readonly block: {
|
|
@@ -10392,16 +10690,16 @@ export declare const SUPPORTED_CONTRACT_QUERY_CHAINS: readonly [{
|
|
|
10392
10690
|
r: import("viem").Hex;
|
|
10393
10691
|
s: import("viem").Hex;
|
|
10394
10692
|
v: bigint;
|
|
10395
|
-
value: bigint;
|
|
10396
|
-
gas: bigint;
|
|
10397
10693
|
to: import("abitype").Address | null;
|
|
10398
10694
|
from: import("abitype").Address;
|
|
10695
|
+
gas: bigint;
|
|
10399
10696
|
nonce: number;
|
|
10697
|
+
value: bigint;
|
|
10400
10698
|
blockHash: `0x${string}` | null;
|
|
10401
10699
|
blockNumber: bigint | null;
|
|
10402
|
-
transactionIndex: number | null;
|
|
10403
10700
|
hash: import("viem").Hash;
|
|
10404
10701
|
input: import("viem").Hex;
|
|
10702
|
+
transactionIndex: number | null;
|
|
10405
10703
|
typeHex: import("viem").Hex | null;
|
|
10406
10704
|
accessList?: undefined | undefined;
|
|
10407
10705
|
authorizationList?: undefined | undefined;
|
|
@@ -10538,6 +10836,7 @@ export declare const SUPPORTED_CONTRACT_QUERY_CHAINS: readonly [{
|
|
|
10538
10836
|
blobGasUsed?: bigint | undefined;
|
|
10539
10837
|
blockHash: import("viem").Hash;
|
|
10540
10838
|
blockNumber: bigint;
|
|
10839
|
+
blockTimestamp?: bigint | undefined;
|
|
10541
10840
|
contractAddress: import("abitype").Address | null | undefined;
|
|
10542
10841
|
cumulativeGasUsed: bigint;
|
|
10543
10842
|
effectiveGasPrice: bigint;
|
|
@@ -10559,9 +10858,17 @@ export declare const SUPPORTED_CONTRACT_QUERY_CHAINS: readonly [{
|
|
|
10559
10858
|
type: "transactionReceipt";
|
|
10560
10859
|
};
|
|
10561
10860
|
};
|
|
10861
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
10862
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
10863
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
10864
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
10865
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
10866
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
10867
|
+
}] | undefined;
|
|
10562
10868
|
serializers: {
|
|
10563
10869
|
readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
|
|
10564
10870
|
};
|
|
10871
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
10565
10872
|
readonly blockchainId: "UNI";
|
|
10566
10873
|
readonly blockchainVm: "EVM";
|
|
10567
10874
|
}, {
|
|
@@ -10770,6 +11077,7 @@ export declare const SUPPORTED_CONTRACT_QUERY_CHAINS: readonly [{
|
|
|
10770
11077
|
sourceId: 11155111;
|
|
10771
11078
|
testnet: true;
|
|
10772
11079
|
custom?: Record<string, unknown> | undefined;
|
|
11080
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
10773
11081
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
10774
11082
|
formatters: {
|
|
10775
11083
|
readonly block: {
|
|
@@ -10835,16 +11143,16 @@ export declare const SUPPORTED_CONTRACT_QUERY_CHAINS: readonly [{
|
|
|
10835
11143
|
r: import("viem").Hex;
|
|
10836
11144
|
s: import("viem").Hex;
|
|
10837
11145
|
v: bigint;
|
|
10838
|
-
value: bigint;
|
|
10839
|
-
gas: bigint;
|
|
10840
11146
|
to: import("abitype").Address | null;
|
|
10841
11147
|
from: import("abitype").Address;
|
|
11148
|
+
gas: bigint;
|
|
10842
11149
|
nonce: number;
|
|
11150
|
+
value: bigint;
|
|
10843
11151
|
blockHash: `0x${string}` | null;
|
|
10844
11152
|
blockNumber: bigint | null;
|
|
10845
|
-
transactionIndex: number | null;
|
|
10846
11153
|
hash: import("viem").Hash;
|
|
10847
11154
|
input: import("viem").Hex;
|
|
11155
|
+
transactionIndex: number | null;
|
|
10848
11156
|
typeHex: import("viem").Hex | null;
|
|
10849
11157
|
accessList?: undefined | undefined;
|
|
10850
11158
|
authorizationList?: undefined | undefined;
|
|
@@ -10981,6 +11289,7 @@ export declare const SUPPORTED_CONTRACT_QUERY_CHAINS: readonly [{
|
|
|
10981
11289
|
blobGasUsed?: bigint | undefined;
|
|
10982
11290
|
blockHash: import("viem").Hash;
|
|
10983
11291
|
blockNumber: bigint;
|
|
11292
|
+
blockTimestamp?: bigint | undefined;
|
|
10984
11293
|
contractAddress: import("abitype").Address | null | undefined;
|
|
10985
11294
|
cumulativeGasUsed: bigint;
|
|
10986
11295
|
effectiveGasPrice: bigint;
|
|
@@ -11002,9 +11311,17 @@ export declare const SUPPORTED_CONTRACT_QUERY_CHAINS: readonly [{
|
|
|
11002
11311
|
type: "transactionReceipt";
|
|
11003
11312
|
};
|
|
11004
11313
|
};
|
|
11314
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
11315
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
11316
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
11317
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
11318
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
11319
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
11320
|
+
}] | undefined;
|
|
11005
11321
|
serializers: {
|
|
11006
11322
|
readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
|
|
11007
11323
|
};
|
|
11324
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
11008
11325
|
readonly blockchainId: "UNI-SEPOLIA";
|
|
11009
11326
|
readonly blockchainVm: "EVM";
|
|
11010
11327
|
}, {
|
|
@@ -11361,6 +11678,7 @@ export declare const SUPPORTED_CONTRACT_QUERY_CHAINS: readonly [{
|
|
|
11361
11678
|
sourceId: 1;
|
|
11362
11679
|
testnet?: boolean | undefined | undefined;
|
|
11363
11680
|
custom?: Record<string, unknown> | undefined;
|
|
11681
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
11364
11682
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
11365
11683
|
formatters: {
|
|
11366
11684
|
readonly block: {
|
|
@@ -11426,16 +11744,16 @@ export declare const SUPPORTED_CONTRACT_QUERY_CHAINS: readonly [{
|
|
|
11426
11744
|
r: import("viem").Hex;
|
|
11427
11745
|
s: import("viem").Hex;
|
|
11428
11746
|
v: bigint;
|
|
11429
|
-
value: bigint;
|
|
11430
|
-
gas: bigint;
|
|
11431
11747
|
to: import("abitype").Address | null;
|
|
11432
11748
|
from: import("abitype").Address;
|
|
11749
|
+
gas: bigint;
|
|
11433
11750
|
nonce: number;
|
|
11751
|
+
value: bigint;
|
|
11434
11752
|
blockHash: `0x${string}` | null;
|
|
11435
11753
|
blockNumber: bigint | null;
|
|
11436
|
-
transactionIndex: number | null;
|
|
11437
11754
|
hash: import("viem").Hash;
|
|
11438
11755
|
input: import("viem").Hex;
|
|
11756
|
+
transactionIndex: number | null;
|
|
11439
11757
|
typeHex: import("viem").Hex | null;
|
|
11440
11758
|
accessList?: undefined | undefined;
|
|
11441
11759
|
authorizationList?: undefined | undefined;
|
|
@@ -11572,6 +11890,7 @@ export declare const SUPPORTED_CONTRACT_QUERY_CHAINS: readonly [{
|
|
|
11572
11890
|
blobGasUsed?: bigint | undefined;
|
|
11573
11891
|
blockHash: import("viem").Hash;
|
|
11574
11892
|
blockNumber: bigint;
|
|
11893
|
+
blockTimestamp?: bigint | undefined;
|
|
11575
11894
|
contractAddress: import("abitype").Address | null | undefined;
|
|
11576
11895
|
cumulativeGasUsed: bigint;
|
|
11577
11896
|
effectiveGasPrice: bigint;
|
|
@@ -11593,9 +11912,17 @@ export declare const SUPPORTED_CONTRACT_QUERY_CHAINS: readonly [{
|
|
|
11593
11912
|
type: "transactionReceipt";
|
|
11594
11913
|
};
|
|
11595
11914
|
};
|
|
11915
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
11916
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
11917
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
11918
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
11919
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
11920
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
11921
|
+
}] | undefined;
|
|
11596
11922
|
serializers: {
|
|
11597
11923
|
readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
|
|
11598
11924
|
};
|
|
11925
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
11599
11926
|
readonly blockchainId: "BASE";
|
|
11600
11927
|
readonly blockchainVm: "EVM";
|
|
11601
11928
|
}, {
|
|
@@ -11952,6 +12279,7 @@ export declare const SUPPORTED_CONTRACT_QUERY_CHAINS: readonly [{
|
|
|
11952
12279
|
sourceId: 11155111;
|
|
11953
12280
|
testnet: true;
|
|
11954
12281
|
custom?: Record<string, unknown> | undefined;
|
|
12282
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
11955
12283
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
11956
12284
|
formatters: {
|
|
11957
12285
|
readonly block: {
|
|
@@ -12017,16 +12345,16 @@ export declare const SUPPORTED_CONTRACT_QUERY_CHAINS: readonly [{
|
|
|
12017
12345
|
r: import("viem").Hex;
|
|
12018
12346
|
s: import("viem").Hex;
|
|
12019
12347
|
v: bigint;
|
|
12020
|
-
value: bigint;
|
|
12021
|
-
gas: bigint;
|
|
12022
12348
|
to: import("abitype").Address | null;
|
|
12023
12349
|
from: import("abitype").Address;
|
|
12350
|
+
gas: bigint;
|
|
12024
12351
|
nonce: number;
|
|
12352
|
+
value: bigint;
|
|
12025
12353
|
blockHash: `0x${string}` | null;
|
|
12026
12354
|
blockNumber: bigint | null;
|
|
12027
|
-
transactionIndex: number | null;
|
|
12028
12355
|
hash: import("viem").Hash;
|
|
12029
12356
|
input: import("viem").Hex;
|
|
12357
|
+
transactionIndex: number | null;
|
|
12030
12358
|
typeHex: import("viem").Hex | null;
|
|
12031
12359
|
accessList?: undefined | undefined;
|
|
12032
12360
|
authorizationList?: undefined | undefined;
|
|
@@ -12163,6 +12491,7 @@ export declare const SUPPORTED_CONTRACT_QUERY_CHAINS: readonly [{
|
|
|
12163
12491
|
blobGasUsed?: bigint | undefined;
|
|
12164
12492
|
blockHash: import("viem").Hash;
|
|
12165
12493
|
blockNumber: bigint;
|
|
12494
|
+
blockTimestamp?: bigint | undefined;
|
|
12166
12495
|
contractAddress: import("abitype").Address | null | undefined;
|
|
12167
12496
|
cumulativeGasUsed: bigint;
|
|
12168
12497
|
effectiveGasPrice: bigint;
|
|
@@ -12184,9 +12513,17 @@ export declare const SUPPORTED_CONTRACT_QUERY_CHAINS: readonly [{
|
|
|
12184
12513
|
type: "transactionReceipt";
|
|
12185
12514
|
};
|
|
12186
12515
|
};
|
|
12516
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
12517
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
12518
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
12519
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
12520
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
12521
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
12522
|
+
}] | undefined;
|
|
12187
12523
|
serializers: {
|
|
12188
12524
|
readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
|
|
12189
12525
|
};
|
|
12526
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
12190
12527
|
readonly blockchainId: "BASE-SEPOLIA";
|
|
12191
12528
|
readonly blockchainVm: "EVM";
|
|
12192
12529
|
readonly network: "base-sepolia";
|
|
@@ -12401,6 +12738,7 @@ export declare const SUPPORTED_CONTRACT_QUERY_CHAINS: readonly [{
|
|
|
12401
12738
|
sourceId: 1;
|
|
12402
12739
|
testnet?: boolean | undefined | undefined;
|
|
12403
12740
|
custom?: Record<string, unknown> | undefined;
|
|
12741
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
12404
12742
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
12405
12743
|
formatters: {
|
|
12406
12744
|
readonly block: {
|
|
@@ -12466,16 +12804,16 @@ export declare const SUPPORTED_CONTRACT_QUERY_CHAINS: readonly [{
|
|
|
12466
12804
|
r: import("viem").Hex;
|
|
12467
12805
|
s: import("viem").Hex;
|
|
12468
12806
|
v: bigint;
|
|
12469
|
-
value: bigint;
|
|
12470
|
-
gas: bigint;
|
|
12471
12807
|
to: import("abitype").Address | null;
|
|
12472
12808
|
from: import("abitype").Address;
|
|
12809
|
+
gas: bigint;
|
|
12473
12810
|
nonce: number;
|
|
12811
|
+
value: bigint;
|
|
12474
12812
|
blockHash: `0x${string}` | null;
|
|
12475
12813
|
blockNumber: bigint | null;
|
|
12476
|
-
transactionIndex: number | null;
|
|
12477
12814
|
hash: import("viem").Hash;
|
|
12478
12815
|
input: import("viem").Hex;
|
|
12816
|
+
transactionIndex: number | null;
|
|
12479
12817
|
typeHex: import("viem").Hex | null;
|
|
12480
12818
|
accessList?: undefined | undefined;
|
|
12481
12819
|
authorizationList?: undefined | undefined;
|
|
@@ -12612,6 +12950,7 @@ export declare const SUPPORTED_CONTRACT_QUERY_CHAINS: readonly [{
|
|
|
12612
12950
|
blobGasUsed?: bigint | undefined;
|
|
12613
12951
|
blockHash: import("viem").Hash;
|
|
12614
12952
|
blockNumber: bigint;
|
|
12953
|
+
blockTimestamp?: bigint | undefined;
|
|
12615
12954
|
contractAddress: import("abitype").Address | null | undefined;
|
|
12616
12955
|
cumulativeGasUsed: bigint;
|
|
12617
12956
|
effectiveGasPrice: bigint;
|
|
@@ -12633,9 +12972,17 @@ export declare const SUPPORTED_CONTRACT_QUERY_CHAINS: readonly [{
|
|
|
12633
12972
|
type: "transactionReceipt";
|
|
12634
12973
|
};
|
|
12635
12974
|
};
|
|
12975
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
12976
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
12977
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
12978
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
12979
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
12980
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
12981
|
+
}] | undefined;
|
|
12636
12982
|
serializers: {
|
|
12637
12983
|
readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
|
|
12638
12984
|
};
|
|
12985
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
12639
12986
|
readonly blockchainId: "OP";
|
|
12640
12987
|
readonly blockchainVm: "EVM";
|
|
12641
12988
|
}, {
|
|
@@ -12849,6 +13196,7 @@ export declare const SUPPORTED_CONTRACT_QUERY_CHAINS: readonly [{
|
|
|
12849
13196
|
sourceId: 11155111;
|
|
12850
13197
|
testnet: true;
|
|
12851
13198
|
custom?: Record<string, unknown> | undefined;
|
|
13199
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
12852
13200
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
12853
13201
|
formatters: {
|
|
12854
13202
|
readonly block: {
|
|
@@ -12914,16 +13262,16 @@ export declare const SUPPORTED_CONTRACT_QUERY_CHAINS: readonly [{
|
|
|
12914
13262
|
r: import("viem").Hex;
|
|
12915
13263
|
s: import("viem").Hex;
|
|
12916
13264
|
v: bigint;
|
|
12917
|
-
value: bigint;
|
|
12918
|
-
gas: bigint;
|
|
12919
13265
|
to: import("abitype").Address | null;
|
|
12920
13266
|
from: import("abitype").Address;
|
|
13267
|
+
gas: bigint;
|
|
12921
13268
|
nonce: number;
|
|
13269
|
+
value: bigint;
|
|
12922
13270
|
blockHash: `0x${string}` | null;
|
|
12923
13271
|
blockNumber: bigint | null;
|
|
12924
|
-
transactionIndex: number | null;
|
|
12925
13272
|
hash: import("viem").Hash;
|
|
12926
13273
|
input: import("viem").Hex;
|
|
13274
|
+
transactionIndex: number | null;
|
|
12927
13275
|
typeHex: import("viem").Hex | null;
|
|
12928
13276
|
accessList?: undefined | undefined;
|
|
12929
13277
|
authorizationList?: undefined | undefined;
|
|
@@ -13060,6 +13408,7 @@ export declare const SUPPORTED_CONTRACT_QUERY_CHAINS: readonly [{
|
|
|
13060
13408
|
blobGasUsed?: bigint | undefined;
|
|
13061
13409
|
blockHash: import("viem").Hash;
|
|
13062
13410
|
blockNumber: bigint;
|
|
13411
|
+
blockTimestamp?: bigint | undefined;
|
|
13063
13412
|
contractAddress: import("abitype").Address | null | undefined;
|
|
13064
13413
|
cumulativeGasUsed: bigint;
|
|
13065
13414
|
effectiveGasPrice: bigint;
|
|
@@ -13081,9 +13430,17 @@ export declare const SUPPORTED_CONTRACT_QUERY_CHAINS: readonly [{
|
|
|
13081
13430
|
type: "transactionReceipt";
|
|
13082
13431
|
};
|
|
13083
13432
|
};
|
|
13433
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
13434
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
13435
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
13436
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
13437
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
13438
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
13439
|
+
}] | undefined;
|
|
13084
13440
|
serializers: {
|
|
13085
13441
|
readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
|
|
13086
13442
|
};
|
|
13443
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
13087
13444
|
readonly blockchainId: "OP-SEPOLIA";
|
|
13088
13445
|
readonly blockchainVm: "EVM";
|
|
13089
13446
|
}];
|