@circle-fin/usdckit 0.24.1 → 0.25.1
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 +597 -52
- package/dist/cjs/providers/circle-wallets/index.js +1 -0
- package/dist/cjs/providers/circle-wallets/transports/index.js +39 -9
- package/dist/cjs/providers/circle-wallets/transports/index.test.js +117 -67
- 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 +597 -52
- package/dist/esm/providers/circle-wallets/index.js +1 -0
- package/dist/esm/providers/circle-wallets/transports/index.js +39 -9
- package/dist/esm/providers/circle-wallets/transports/index.test.js +117 -67
- 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 +3 -3
|
@@ -293,6 +293,7 @@ export declare const chain: {
|
|
|
293
293
|
sourceId: 11155111;
|
|
294
294
|
testnet: true;
|
|
295
295
|
custom?: Record<string, unknown> | undefined;
|
|
296
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
296
297
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
297
298
|
formatters: {
|
|
298
299
|
readonly block: {
|
|
@@ -358,16 +359,16 @@ export declare const chain: {
|
|
|
358
359
|
r: import("viem").Hex;
|
|
359
360
|
s: import("viem").Hex;
|
|
360
361
|
v: bigint;
|
|
361
|
-
value: bigint;
|
|
362
|
-
gas: bigint;
|
|
363
362
|
to: import("viem").Address | null;
|
|
364
363
|
from: import("viem").Address;
|
|
364
|
+
gas: bigint;
|
|
365
365
|
nonce: number;
|
|
366
|
+
value: bigint;
|
|
366
367
|
blockHash: `0x${string}` | null;
|
|
367
368
|
blockNumber: bigint | null;
|
|
368
|
-
transactionIndex: number | null;
|
|
369
369
|
hash: import("viem").Hash;
|
|
370
370
|
input: import("viem").Hex;
|
|
371
|
+
transactionIndex: number | null;
|
|
371
372
|
typeHex: import("viem").Hex | null;
|
|
372
373
|
accessList?: undefined | undefined;
|
|
373
374
|
authorizationList?: undefined | undefined;
|
|
@@ -504,6 +505,7 @@ export declare const chain: {
|
|
|
504
505
|
blobGasUsed?: bigint | undefined;
|
|
505
506
|
blockHash: import("viem").Hash;
|
|
506
507
|
blockNumber: bigint;
|
|
508
|
+
blockTimestamp?: bigint | undefined;
|
|
507
509
|
contractAddress: import("viem").Address | null | undefined;
|
|
508
510
|
cumulativeGasUsed: bigint;
|
|
509
511
|
effectiveGasPrice: bigint;
|
|
@@ -525,9 +527,17 @@ export declare const chain: {
|
|
|
525
527
|
type: "transactionReceipt";
|
|
526
528
|
};
|
|
527
529
|
};
|
|
530
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
531
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
532
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
533
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
534
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
535
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
536
|
+
}] | undefined;
|
|
528
537
|
serializers: {
|
|
529
538
|
readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
|
|
530
539
|
};
|
|
540
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
531
541
|
readonly domainId: 2;
|
|
532
542
|
readonly blockchainId: "OP-SEPOLIA";
|
|
533
543
|
readonly blockchainVm: "EVM";
|
|
@@ -288,6 +288,7 @@ export declare const chain: {
|
|
|
288
288
|
sourceId: 1;
|
|
289
289
|
testnet?: boolean | undefined | undefined;
|
|
290
290
|
custom?: Record<string, unknown> | undefined;
|
|
291
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
291
292
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
292
293
|
formatters: {
|
|
293
294
|
readonly block: {
|
|
@@ -353,16 +354,16 @@ export declare const chain: {
|
|
|
353
354
|
r: import("viem").Hex;
|
|
354
355
|
s: import("viem").Hex;
|
|
355
356
|
v: bigint;
|
|
356
|
-
value: bigint;
|
|
357
|
-
gas: bigint;
|
|
358
357
|
to: import("viem").Address | null;
|
|
359
358
|
from: import("viem").Address;
|
|
359
|
+
gas: bigint;
|
|
360
360
|
nonce: number;
|
|
361
|
+
value: bigint;
|
|
361
362
|
blockHash: `0x${string}` | null;
|
|
362
363
|
blockNumber: bigint | null;
|
|
363
|
-
transactionIndex: number | null;
|
|
364
364
|
hash: import("viem").Hash;
|
|
365
365
|
input: import("viem").Hex;
|
|
366
|
+
transactionIndex: number | null;
|
|
366
367
|
typeHex: import("viem").Hex | null;
|
|
367
368
|
accessList?: undefined | undefined;
|
|
368
369
|
authorizationList?: undefined | undefined;
|
|
@@ -499,6 +500,7 @@ export declare const chain: {
|
|
|
499
500
|
blobGasUsed?: bigint | undefined;
|
|
500
501
|
blockHash: import("viem").Hash;
|
|
501
502
|
blockNumber: bigint;
|
|
503
|
+
blockTimestamp?: bigint | undefined;
|
|
502
504
|
contractAddress: import("viem").Address | null | undefined;
|
|
503
505
|
cumulativeGasUsed: bigint;
|
|
504
506
|
effectiveGasPrice: bigint;
|
|
@@ -520,9 +522,17 @@ export declare const chain: {
|
|
|
520
522
|
type: "transactionReceipt";
|
|
521
523
|
};
|
|
522
524
|
};
|
|
525
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
526
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
527
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
528
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
529
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
530
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
531
|
+
}] | undefined;
|
|
523
532
|
serializers: {
|
|
524
533
|
readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
|
|
525
534
|
};
|
|
535
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
526
536
|
readonly domainId: 10;
|
|
527
537
|
readonly blockchainId: "UNI";
|
|
528
538
|
readonly blockchainVm: "EVM";
|
|
@@ -288,6 +288,7 @@ export declare const chain: {
|
|
|
288
288
|
sourceId: 11155111;
|
|
289
289
|
testnet: true;
|
|
290
290
|
custom?: Record<string, unknown> | undefined;
|
|
291
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
291
292
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
292
293
|
formatters: {
|
|
293
294
|
readonly block: {
|
|
@@ -353,16 +354,16 @@ export declare const chain: {
|
|
|
353
354
|
r: import("viem").Hex;
|
|
354
355
|
s: import("viem").Hex;
|
|
355
356
|
v: bigint;
|
|
356
|
-
value: bigint;
|
|
357
|
-
gas: bigint;
|
|
358
357
|
to: import("viem").Address | null;
|
|
359
358
|
from: import("viem").Address;
|
|
359
|
+
gas: bigint;
|
|
360
360
|
nonce: number;
|
|
361
|
+
value: bigint;
|
|
361
362
|
blockHash: `0x${string}` | null;
|
|
362
363
|
blockNumber: bigint | null;
|
|
363
|
-
transactionIndex: number | null;
|
|
364
364
|
hash: import("viem").Hash;
|
|
365
365
|
input: import("viem").Hex;
|
|
366
|
+
transactionIndex: number | null;
|
|
366
367
|
typeHex: import("viem").Hex | null;
|
|
367
368
|
accessList?: undefined | undefined;
|
|
368
369
|
authorizationList?: undefined | undefined;
|
|
@@ -499,6 +500,7 @@ export declare const chain: {
|
|
|
499
500
|
blobGasUsed?: bigint | undefined;
|
|
500
501
|
blockHash: import("viem").Hash;
|
|
501
502
|
blockNumber: bigint;
|
|
503
|
+
blockTimestamp?: bigint | undefined;
|
|
502
504
|
contractAddress: import("viem").Address | null | undefined;
|
|
503
505
|
cumulativeGasUsed: bigint;
|
|
504
506
|
effectiveGasPrice: bigint;
|
|
@@ -520,9 +522,17 @@ export declare const chain: {
|
|
|
520
522
|
type: "transactionReceipt";
|
|
521
523
|
};
|
|
522
524
|
};
|
|
525
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
526
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
527
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
528
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
529
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
530
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
531
|
+
}] | undefined;
|
|
523
532
|
serializers: {
|
|
524
533
|
readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
|
|
525
534
|
};
|
|
535
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
526
536
|
readonly domainId: 10;
|
|
527
537
|
readonly blockchainId: "UNI-SEPOLIA";
|
|
528
538
|
readonly blockchainVm: "EVM";
|
|
@@ -256,8 +256,17 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
256
256
|
sourceId?: number | undefined | undefined;
|
|
257
257
|
testnet?: boolean | undefined | undefined;
|
|
258
258
|
custom?: Record<string, unknown> | undefined;
|
|
259
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
259
260
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
261
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
262
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
263
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
264
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
265
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
266
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
267
|
+
}] | undefined;
|
|
260
268
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
269
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
261
270
|
readonly domainId: 3;
|
|
262
271
|
readonly blockchainId: "ARB";
|
|
263
272
|
readonly blockchainVm: "EVM";
|
|
@@ -519,8 +528,17 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
519
528
|
sourceId?: number | undefined | undefined;
|
|
520
529
|
testnet: true;
|
|
521
530
|
custom?: Record<string, unknown> | undefined;
|
|
531
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
522
532
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
533
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
534
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
535
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
536
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
537
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
538
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
539
|
+
}] | undefined;
|
|
523
540
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
541
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
524
542
|
readonly domainId: 3;
|
|
525
543
|
readonly blockchainId: "ARB-SEPOLIA";
|
|
526
544
|
readonly blockchainVm: "EVM";
|
|
@@ -1064,8 +1082,17 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
1064
1082
|
sourceId?: number | undefined | undefined;
|
|
1065
1083
|
testnet?: boolean | undefined | undefined;
|
|
1066
1084
|
custom?: Record<string, unknown> | undefined;
|
|
1085
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
1067
1086
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
1087
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
1088
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
1089
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
1090
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
1091
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
1092
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
1093
|
+
}] | undefined;
|
|
1068
1094
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
1095
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
1069
1096
|
readonly domainId: 1;
|
|
1070
1097
|
readonly blockchainId: "AVAX";
|
|
1071
1098
|
readonly blockchainVm: "EVM";
|
|
@@ -1468,8 +1495,17 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
1468
1495
|
sourceId?: number | undefined | undefined;
|
|
1469
1496
|
testnet: true;
|
|
1470
1497
|
custom?: Record<string, unknown> | undefined;
|
|
1498
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
1471
1499
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
1500
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
1501
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
1502
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
1503
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
1504
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
1505
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
1506
|
+
}] | undefined;
|
|
1472
1507
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
1508
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
1473
1509
|
readonly domainId: 1;
|
|
1474
1510
|
readonly blockchainId: "AVAX-FUJI";
|
|
1475
1511
|
readonly blockchainVm: "EVM";
|
|
@@ -1912,6 +1948,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
1912
1948
|
sourceId: 1;
|
|
1913
1949
|
testnet?: boolean | undefined | undefined;
|
|
1914
1950
|
custom?: Record<string, unknown> | undefined;
|
|
1951
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
1915
1952
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
1916
1953
|
formatters: {
|
|
1917
1954
|
readonly block: {
|
|
@@ -1977,16 +2014,16 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
1977
2014
|
r: import("viem").Hex;
|
|
1978
2015
|
s: import("viem").Hex;
|
|
1979
2016
|
v: bigint;
|
|
1980
|
-
value: bigint;
|
|
1981
|
-
gas: bigint;
|
|
1982
2017
|
to: import("abitype").Address | null;
|
|
1983
2018
|
from: import("abitype").Address;
|
|
2019
|
+
gas: bigint;
|
|
1984
2020
|
nonce: number;
|
|
2021
|
+
value: bigint;
|
|
1985
2022
|
blockHash: `0x${string}` | null;
|
|
1986
2023
|
blockNumber: bigint | null;
|
|
1987
|
-
transactionIndex: number | null;
|
|
1988
2024
|
hash: import("viem").Hash;
|
|
1989
2025
|
input: import("viem").Hex;
|
|
2026
|
+
transactionIndex: number | null;
|
|
1990
2027
|
typeHex: import("viem").Hex | null;
|
|
1991
2028
|
accessList?: undefined | undefined;
|
|
1992
2029
|
authorizationList?: undefined | undefined;
|
|
@@ -2123,6 +2160,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
2123
2160
|
blobGasUsed?: bigint | undefined;
|
|
2124
2161
|
blockHash: import("viem").Hash;
|
|
2125
2162
|
blockNumber: bigint;
|
|
2163
|
+
blockTimestamp?: bigint | undefined;
|
|
2126
2164
|
contractAddress: import("abitype").Address | null | undefined;
|
|
2127
2165
|
cumulativeGasUsed: bigint;
|
|
2128
2166
|
effectiveGasPrice: bigint;
|
|
@@ -2144,9 +2182,17 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
2144
2182
|
type: "transactionReceipt";
|
|
2145
2183
|
};
|
|
2146
2184
|
};
|
|
2185
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
2186
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
2187
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
2188
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
2189
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
2190
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
2191
|
+
}] | undefined;
|
|
2147
2192
|
serializers: {
|
|
2148
2193
|
readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
|
|
2149
2194
|
};
|
|
2195
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
2150
2196
|
readonly domainId: 6;
|
|
2151
2197
|
readonly blockchainId: "BASE";
|
|
2152
2198
|
readonly blockchainVm: "EVM";
|
|
@@ -2588,6 +2634,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
2588
2634
|
sourceId: 11155111;
|
|
2589
2635
|
testnet: true;
|
|
2590
2636
|
custom?: Record<string, unknown> | undefined;
|
|
2637
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
2591
2638
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
2592
2639
|
formatters: {
|
|
2593
2640
|
readonly block: {
|
|
@@ -2653,16 +2700,16 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
2653
2700
|
r: import("viem").Hex;
|
|
2654
2701
|
s: import("viem").Hex;
|
|
2655
2702
|
v: bigint;
|
|
2656
|
-
value: bigint;
|
|
2657
|
-
gas: bigint;
|
|
2658
2703
|
to: import("abitype").Address | null;
|
|
2659
2704
|
from: import("abitype").Address;
|
|
2705
|
+
gas: bigint;
|
|
2660
2706
|
nonce: number;
|
|
2707
|
+
value: bigint;
|
|
2661
2708
|
blockHash: `0x${string}` | null;
|
|
2662
2709
|
blockNumber: bigint | null;
|
|
2663
|
-
transactionIndex: number | null;
|
|
2664
2710
|
hash: import("viem").Hash;
|
|
2665
2711
|
input: import("viem").Hex;
|
|
2712
|
+
transactionIndex: number | null;
|
|
2666
2713
|
typeHex: import("viem").Hex | null;
|
|
2667
2714
|
accessList?: undefined | undefined;
|
|
2668
2715
|
authorizationList?: undefined | undefined;
|
|
@@ -2799,6 +2846,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
2799
2846
|
blobGasUsed?: bigint | undefined;
|
|
2800
2847
|
blockHash: import("viem").Hash;
|
|
2801
2848
|
blockNumber: bigint;
|
|
2849
|
+
blockTimestamp?: bigint | undefined;
|
|
2802
2850
|
contractAddress: import("abitype").Address | null | undefined;
|
|
2803
2851
|
cumulativeGasUsed: bigint;
|
|
2804
2852
|
effectiveGasPrice: bigint;
|
|
@@ -2820,9 +2868,17 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
2820
2868
|
type: "transactionReceipt";
|
|
2821
2869
|
};
|
|
2822
2870
|
};
|
|
2871
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
2872
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
2873
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
2874
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
2875
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
2876
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
2877
|
+
}] | undefined;
|
|
2823
2878
|
serializers: {
|
|
2824
2879
|
readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
|
|
2825
2880
|
};
|
|
2881
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
2826
2882
|
readonly domainId: 6;
|
|
2827
2883
|
readonly blockchainId: "BASE-SEPOLIA";
|
|
2828
2884
|
readonly blockchainVm: "EVM";
|
|
@@ -3370,8 +3426,17 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
3370
3426
|
sourceId?: number | undefined | undefined;
|
|
3371
3427
|
testnet?: boolean | undefined | undefined;
|
|
3372
3428
|
custom?: Record<string, unknown> | undefined;
|
|
3429
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
3373
3430
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
3431
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
3432
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
3433
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
3434
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
3435
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
3436
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
3437
|
+
}] | undefined;
|
|
3374
3438
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
3439
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
3375
3440
|
readonly domainId: 0;
|
|
3376
3441
|
readonly blockchainId: "ETH";
|
|
3377
3442
|
readonly blockchainVm: "EVM";
|
|
@@ -3778,8 +3843,17 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
3778
3843
|
sourceId?: number | undefined | undefined;
|
|
3779
3844
|
testnet: true;
|
|
3780
3845
|
custom?: Record<string, unknown> | undefined;
|
|
3846
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
3781
3847
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
3848
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
3849
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
3850
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
3851
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
3852
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
3853
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
3854
|
+
}] | undefined;
|
|
3782
3855
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
3856
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
3783
3857
|
readonly domainId: 0;
|
|
3784
3858
|
readonly blockchainId: "ETH-SEPOLIA";
|
|
3785
3859
|
readonly blockchainVm: "EVM";
|
|
@@ -3789,7 +3863,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
3789
3863
|
readonly default: {
|
|
3790
3864
|
readonly name: "PolygonScan";
|
|
3791
3865
|
readonly url: "https://polygonscan.com";
|
|
3792
|
-
readonly apiUrl: "https://api.
|
|
3866
|
+
readonly apiUrl: "https://api.etherscan.io/v2/api";
|
|
3793
3867
|
};
|
|
3794
3868
|
};
|
|
3795
3869
|
blockTime: 2000;
|
|
@@ -4035,14 +4109,23 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
4035
4109
|
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
4036
4110
|
rpcUrls: {
|
|
4037
4111
|
readonly default: {
|
|
4038
|
-
readonly http: readonly ["https://polygon
|
|
4112
|
+
readonly http: readonly ["https://polygon.drpc.org"];
|
|
4039
4113
|
};
|
|
4040
4114
|
};
|
|
4041
4115
|
sourceId?: number | undefined | undefined;
|
|
4042
4116
|
testnet?: boolean | undefined | undefined;
|
|
4043
4117
|
custom?: Record<string, unknown> | undefined;
|
|
4118
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
4044
4119
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
4120
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
4121
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
4122
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
4123
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
4124
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
4125
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
4126
|
+
}] | undefined;
|
|
4045
4127
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
4128
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
4046
4129
|
readonly domainId: 7;
|
|
4047
4130
|
readonly blockchainId: "MATIC";
|
|
4048
4131
|
readonly blockchainVm: "EVM";
|
|
@@ -4052,7 +4135,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
4052
4135
|
readonly default: {
|
|
4053
4136
|
readonly name: "PolygonScan";
|
|
4054
4137
|
readonly url: "https://amoy.polygonscan.com";
|
|
4055
|
-
readonly apiUrl: "https://api
|
|
4138
|
+
readonly apiUrl: "https://api.etherscan.io/v2/api";
|
|
4056
4139
|
};
|
|
4057
4140
|
};
|
|
4058
4141
|
blockTime?: number | undefined | undefined;
|
|
@@ -4304,8 +4387,17 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
4304
4387
|
sourceId?: number | undefined | undefined;
|
|
4305
4388
|
testnet: true;
|
|
4306
4389
|
custom?: Record<string, unknown> | undefined;
|
|
4390
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
4307
4391
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
4392
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
4393
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
4394
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
4395
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
4396
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
4397
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
4398
|
+
}] | undefined;
|
|
4308
4399
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
4400
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
4309
4401
|
readonly domainId: 7;
|
|
4310
4402
|
readonly blockchainId: "MATIC-AMOY";
|
|
4311
4403
|
readonly blockchainVm: "EVM";
|
|
@@ -4605,6 +4697,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
4605
4697
|
sourceId: 1;
|
|
4606
4698
|
testnet?: boolean | undefined | undefined;
|
|
4607
4699
|
custom?: Record<string, unknown> | undefined;
|
|
4700
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
4608
4701
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
4609
4702
|
formatters: {
|
|
4610
4703
|
readonly block: {
|
|
@@ -4670,16 +4763,16 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
4670
4763
|
r: import("viem").Hex;
|
|
4671
4764
|
s: import("viem").Hex;
|
|
4672
4765
|
v: bigint;
|
|
4673
|
-
value: bigint;
|
|
4674
|
-
gas: bigint;
|
|
4675
4766
|
to: import("abitype").Address | null;
|
|
4676
4767
|
from: import("abitype").Address;
|
|
4768
|
+
gas: bigint;
|
|
4677
4769
|
nonce: number;
|
|
4770
|
+
value: bigint;
|
|
4678
4771
|
blockHash: `0x${string}` | null;
|
|
4679
4772
|
blockNumber: bigint | null;
|
|
4680
|
-
transactionIndex: number | null;
|
|
4681
4773
|
hash: import("viem").Hash;
|
|
4682
4774
|
input: import("viem").Hex;
|
|
4775
|
+
transactionIndex: number | null;
|
|
4683
4776
|
typeHex: import("viem").Hex | null;
|
|
4684
4777
|
accessList?: undefined | undefined;
|
|
4685
4778
|
authorizationList?: undefined | undefined;
|
|
@@ -4816,6 +4909,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
4816
4909
|
blobGasUsed?: bigint | undefined;
|
|
4817
4910
|
blockHash: import("viem").Hash;
|
|
4818
4911
|
blockNumber: bigint;
|
|
4912
|
+
blockTimestamp?: bigint | undefined;
|
|
4819
4913
|
contractAddress: import("abitype").Address | null | undefined;
|
|
4820
4914
|
cumulativeGasUsed: bigint;
|
|
4821
4915
|
effectiveGasPrice: bigint;
|
|
@@ -4837,9 +4931,17 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
4837
4931
|
type: "transactionReceipt";
|
|
4838
4932
|
};
|
|
4839
4933
|
};
|
|
4934
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
4935
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
4936
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
4937
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
4938
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
4939
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
4940
|
+
}] | undefined;
|
|
4840
4941
|
serializers: {
|
|
4841
4942
|
readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
|
|
4842
4943
|
};
|
|
4944
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
4843
4945
|
readonly domainId: 2;
|
|
4844
4946
|
readonly blockchainId: "OP";
|
|
4845
4947
|
readonly blockchainVm: "EVM";
|
|
@@ -5138,6 +5240,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
5138
5240
|
sourceId: 11155111;
|
|
5139
5241
|
testnet: true;
|
|
5140
5242
|
custom?: Record<string, unknown> | undefined;
|
|
5243
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
5141
5244
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
5142
5245
|
formatters: {
|
|
5143
5246
|
readonly block: {
|
|
@@ -5203,16 +5306,16 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
5203
5306
|
r: import("viem").Hex;
|
|
5204
5307
|
s: import("viem").Hex;
|
|
5205
5308
|
v: bigint;
|
|
5206
|
-
value: bigint;
|
|
5207
|
-
gas: bigint;
|
|
5208
5309
|
to: import("abitype").Address | null;
|
|
5209
5310
|
from: import("abitype").Address;
|
|
5311
|
+
gas: bigint;
|
|
5210
5312
|
nonce: number;
|
|
5313
|
+
value: bigint;
|
|
5211
5314
|
blockHash: `0x${string}` | null;
|
|
5212
5315
|
blockNumber: bigint | null;
|
|
5213
|
-
transactionIndex: number | null;
|
|
5214
5316
|
hash: import("viem").Hash;
|
|
5215
5317
|
input: import("viem").Hex;
|
|
5318
|
+
transactionIndex: number | null;
|
|
5216
5319
|
typeHex: import("viem").Hex | null;
|
|
5217
5320
|
accessList?: undefined | undefined;
|
|
5218
5321
|
authorizationList?: undefined | undefined;
|
|
@@ -5349,6 +5452,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
5349
5452
|
blobGasUsed?: bigint | undefined;
|
|
5350
5453
|
blockHash: import("viem").Hash;
|
|
5351
5454
|
blockNumber: bigint;
|
|
5455
|
+
blockTimestamp?: bigint | undefined;
|
|
5352
5456
|
contractAddress: import("abitype").Address | null | undefined;
|
|
5353
5457
|
cumulativeGasUsed: bigint;
|
|
5354
5458
|
effectiveGasPrice: bigint;
|
|
@@ -5370,9 +5474,17 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
5370
5474
|
type: "transactionReceipt";
|
|
5371
5475
|
};
|
|
5372
5476
|
};
|
|
5477
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
5478
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
5479
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
5480
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
5481
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
5482
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
5483
|
+
}] | undefined;
|
|
5373
5484
|
serializers: {
|
|
5374
5485
|
readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
|
|
5375
5486
|
};
|
|
5487
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
5376
5488
|
readonly domainId: 2;
|
|
5377
5489
|
readonly blockchainId: "OP-SEPOLIA";
|
|
5378
5490
|
readonly blockchainVm: "EVM";
|
|
@@ -5666,6 +5778,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
5666
5778
|
sourceId: 1;
|
|
5667
5779
|
testnet?: boolean | undefined | undefined;
|
|
5668
5780
|
custom?: Record<string, unknown> | undefined;
|
|
5781
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
5669
5782
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
5670
5783
|
formatters: {
|
|
5671
5784
|
readonly block: {
|
|
@@ -5731,16 +5844,16 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
5731
5844
|
r: import("viem").Hex;
|
|
5732
5845
|
s: import("viem").Hex;
|
|
5733
5846
|
v: bigint;
|
|
5734
|
-
value: bigint;
|
|
5735
|
-
gas: bigint;
|
|
5736
5847
|
to: import("abitype").Address | null;
|
|
5737
5848
|
from: import("abitype").Address;
|
|
5849
|
+
gas: bigint;
|
|
5738
5850
|
nonce: number;
|
|
5851
|
+
value: bigint;
|
|
5739
5852
|
blockHash: `0x${string}` | null;
|
|
5740
5853
|
blockNumber: bigint | null;
|
|
5741
|
-
transactionIndex: number | null;
|
|
5742
5854
|
hash: import("viem").Hash;
|
|
5743
5855
|
input: import("viem").Hex;
|
|
5856
|
+
transactionIndex: number | null;
|
|
5744
5857
|
typeHex: import("viem").Hex | null;
|
|
5745
5858
|
accessList?: undefined | undefined;
|
|
5746
5859
|
authorizationList?: undefined | undefined;
|
|
@@ -5877,6 +5990,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
5877
5990
|
blobGasUsed?: bigint | undefined;
|
|
5878
5991
|
blockHash: import("viem").Hash;
|
|
5879
5992
|
blockNumber: bigint;
|
|
5993
|
+
blockTimestamp?: bigint | undefined;
|
|
5880
5994
|
contractAddress: import("abitype").Address | null | undefined;
|
|
5881
5995
|
cumulativeGasUsed: bigint;
|
|
5882
5996
|
effectiveGasPrice: bigint;
|
|
@@ -5898,9 +6012,17 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
5898
6012
|
type: "transactionReceipt";
|
|
5899
6013
|
};
|
|
5900
6014
|
};
|
|
6015
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
6016
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
6017
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
6018
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
6019
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
6020
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
6021
|
+
}] | undefined;
|
|
5901
6022
|
serializers: {
|
|
5902
6023
|
readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
|
|
5903
6024
|
};
|
|
6025
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
5904
6026
|
readonly domainId: 10;
|
|
5905
6027
|
readonly blockchainId: "UNI";
|
|
5906
6028
|
readonly blockchainVm: "EVM";
|
|
@@ -6194,6 +6316,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
6194
6316
|
sourceId: 11155111;
|
|
6195
6317
|
testnet: true;
|
|
6196
6318
|
custom?: Record<string, unknown> | undefined;
|
|
6319
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
6197
6320
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
6198
6321
|
formatters: {
|
|
6199
6322
|
readonly block: {
|
|
@@ -6259,16 +6382,16 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
6259
6382
|
r: import("viem").Hex;
|
|
6260
6383
|
s: import("viem").Hex;
|
|
6261
6384
|
v: bigint;
|
|
6262
|
-
value: bigint;
|
|
6263
|
-
gas: bigint;
|
|
6264
6385
|
to: import("abitype").Address | null;
|
|
6265
6386
|
from: import("abitype").Address;
|
|
6387
|
+
gas: bigint;
|
|
6266
6388
|
nonce: number;
|
|
6389
|
+
value: bigint;
|
|
6267
6390
|
blockHash: `0x${string}` | null;
|
|
6268
6391
|
blockNumber: bigint | null;
|
|
6269
|
-
transactionIndex: number | null;
|
|
6270
6392
|
hash: import("viem").Hash;
|
|
6271
6393
|
input: import("viem").Hex;
|
|
6394
|
+
transactionIndex: number | null;
|
|
6272
6395
|
typeHex: import("viem").Hex | null;
|
|
6273
6396
|
accessList?: undefined | undefined;
|
|
6274
6397
|
authorizationList?: undefined | undefined;
|
|
@@ -6405,6 +6528,7 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
6405
6528
|
blobGasUsed?: bigint | undefined;
|
|
6406
6529
|
blockHash: import("viem").Hash;
|
|
6407
6530
|
blockNumber: bigint;
|
|
6531
|
+
blockTimestamp?: bigint | undefined;
|
|
6408
6532
|
contractAddress: import("abitype").Address | null | undefined;
|
|
6409
6533
|
cumulativeGasUsed: bigint;
|
|
6410
6534
|
effectiveGasPrice: bigint;
|
|
@@ -6426,9 +6550,17 @@ export declare const SUPPORTED_CHAINS: readonly [{
|
|
|
6426
6550
|
type: "transactionReceipt";
|
|
6427
6551
|
};
|
|
6428
6552
|
};
|
|
6553
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
6554
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
6555
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
6556
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
6557
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
6558
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
6559
|
+
}] | undefined;
|
|
6429
6560
|
serializers: {
|
|
6430
6561
|
readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
|
|
6431
6562
|
};
|
|
6563
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
6432
6564
|
readonly domainId: 10;
|
|
6433
6565
|
readonly blockchainId: "UNI-SEPOLIA";
|
|
6434
6566
|
readonly blockchainVm: "EVM";
|