@aztec/ethereum 3.0.0-canary.a9708bd → 3.0.0-devnet.20251212
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/dest/account.d.ts +1 -1
- package/dest/chain.d.ts +1 -1
- package/dest/client.d.ts +2 -2
- package/dest/client.d.ts.map +1 -1
- package/dest/config.d.ts +16 -8
- package/dest/config.d.ts.map +1 -1
- package/dest/config.js +160 -62
- package/dest/constants.d.ts +1 -1
- package/dest/contracts/empire_base.d.ts +7 -6
- package/dest/contracts/empire_base.d.ts.map +1 -1
- package/dest/contracts/empire_base.js +1 -1
- package/dest/contracts/empire_slashing_proposer.d.ts +7 -6
- package/dest/contracts/empire_slashing_proposer.d.ts.map +1 -1
- package/dest/contracts/empire_slashing_proposer.js +9 -3
- package/dest/contracts/errors.d.ts +1 -1
- package/dest/contracts/errors.d.ts.map +1 -1
- package/dest/contracts/fee_asset_handler.d.ts +4 -4
- package/dest/contracts/fee_asset_handler.d.ts.map +1 -1
- package/dest/contracts/fee_juice.d.ts +1 -1
- package/dest/contracts/fee_juice.d.ts.map +1 -1
- package/dest/contracts/governance.d.ts +16 -16
- package/dest/contracts/governance.d.ts.map +1 -1
- package/dest/contracts/governance.js +7 -3
- package/dest/contracts/governance_proposer.d.ts +6 -6
- package/dest/contracts/governance_proposer.d.ts.map +1 -1
- package/dest/contracts/governance_proposer.js +9 -4
- package/dest/contracts/gse.d.ts +1 -1
- package/dest/contracts/gse.d.ts.map +1 -1
- package/dest/contracts/inbox.d.ts +1 -1
- package/dest/contracts/inbox.d.ts.map +1 -1
- package/dest/contracts/index.d.ts +1 -1
- package/dest/contracts/multicall.d.ts +5 -7
- package/dest/contracts/multicall.d.ts.map +1 -1
- package/dest/contracts/multicall.js +6 -4
- package/dest/contracts/registry.d.ts +1 -1
- package/dest/contracts/registry.d.ts.map +1 -1
- package/dest/contracts/rollup.d.ts +83 -72
- package/dest/contracts/rollup.d.ts.map +1 -1
- package/dest/contracts/rollup.js +144 -139
- package/dest/contracts/slasher_contract.d.ts +11 -1
- package/dest/contracts/slasher_contract.d.ts.map +1 -1
- package/dest/contracts/slasher_contract.js +18 -0
- package/dest/contracts/tally_slashing_proposer.d.ts +30 -9
- package/dest/contracts/tally_slashing_proposer.d.ts.map +1 -1
- package/dest/contracts/tally_slashing_proposer.js +58 -8
- package/dest/contracts/utils.d.ts +1 -1
- package/dest/deploy_l1_contracts.d.ts +477 -15
- package/dest/deploy_l1_contracts.d.ts.map +1 -1
- package/dest/deploy_l1_contracts.js +610 -386
- package/dest/eth-signer/eth-signer.d.ts +1 -1
- package/dest/eth-signer/index.d.ts +1 -1
- package/dest/forwarder_proxy.d.ts +32 -0
- package/dest/forwarder_proxy.d.ts.map +1 -0
- package/dest/forwarder_proxy.js +93 -0
- package/dest/l1_artifacts.d.ts +14258 -6015
- package/dest/l1_artifacts.d.ts.map +1 -1
- package/dest/l1_artifacts.js +10 -5
- package/dest/l1_contract_addresses.d.ts +8 -4
- package/dest/l1_contract_addresses.d.ts.map +1 -1
- package/dest/l1_contract_addresses.js +16 -26
- package/dest/l1_reader.d.ts +4 -2
- package/dest/l1_reader.d.ts.map +1 -1
- package/dest/l1_reader.js +14 -8
- package/dest/l1_tx_utils/config.d.ts +59 -0
- package/dest/l1_tx_utils/config.d.ts.map +1 -0
- package/dest/l1_tx_utils/config.js +96 -0
- package/dest/l1_tx_utils/constants.d.ts +6 -0
- package/dest/l1_tx_utils/constants.d.ts.map +1 -0
- package/dest/l1_tx_utils/constants.js +14 -0
- package/dest/l1_tx_utils/factory.d.ts +24 -0
- package/dest/l1_tx_utils/factory.d.ts.map +1 -0
- package/dest/l1_tx_utils/factory.js +12 -0
- package/dest/l1_tx_utils/forwarder_l1_tx_utils.d.ts +41 -0
- package/dest/l1_tx_utils/forwarder_l1_tx_utils.d.ts.map +1 -0
- package/dest/l1_tx_utils/forwarder_l1_tx_utils.js +48 -0
- package/dest/l1_tx_utils/index-blobs.d.ts +3 -0
- package/dest/l1_tx_utils/index-blobs.d.ts.map +1 -0
- package/dest/l1_tx_utils/index-blobs.js +2 -0
- package/dest/l1_tx_utils/index.d.ts +10 -0
- package/dest/l1_tx_utils/index.d.ts.map +1 -0
- package/dest/l1_tx_utils/index.js +10 -0
- package/dest/l1_tx_utils/interfaces.d.ts +76 -0
- package/dest/l1_tx_utils/interfaces.d.ts.map +1 -0
- package/dest/l1_tx_utils/interfaces.js +4 -0
- package/dest/l1_tx_utils/l1_tx_utils.d.ts +94 -0
- package/dest/l1_tx_utils/l1_tx_utils.d.ts.map +1 -0
- package/dest/l1_tx_utils/l1_tx_utils.js +623 -0
- package/dest/l1_tx_utils/l1_tx_utils_with_blobs.d.ts +26 -0
- package/dest/l1_tx_utils/l1_tx_utils_with_blobs.d.ts.map +1 -0
- package/dest/l1_tx_utils/l1_tx_utils_with_blobs.js +26 -0
- package/dest/l1_tx_utils/readonly_l1_tx_utils.d.ts +94 -0
- package/dest/l1_tx_utils/readonly_l1_tx_utils.d.ts.map +1 -0
- package/dest/l1_tx_utils/readonly_l1_tx_utils.js +431 -0
- package/dest/l1_tx_utils/signer.d.ts +4 -0
- package/dest/l1_tx_utils/signer.d.ts.map +1 -0
- package/dest/l1_tx_utils/signer.js +16 -0
- package/dest/l1_tx_utils/types.d.ts +67 -0
- package/dest/l1_tx_utils/types.d.ts.map +1 -0
- package/dest/l1_tx_utils/types.js +26 -0
- package/dest/l1_tx_utils/utils.d.ts +4 -0
- package/dest/l1_tx_utils/utils.d.ts.map +1 -0
- package/dest/l1_tx_utils/utils.js +14 -0
- package/dest/l1_types.d.ts +1 -1
- package/dest/publisher_manager.d.ts +8 -3
- package/dest/publisher_manager.d.ts.map +1 -1
- package/dest/publisher_manager.js +36 -8
- package/dest/queries.d.ts +1 -1
- package/dest/queries.d.ts.map +1 -1
- package/dest/queries.js +13 -12
- package/dest/test/chain_monitor.d.ts +33 -19
- package/dest/test/chain_monitor.d.ts.map +1 -1
- package/dest/test/chain_monitor.js +100 -33
- package/dest/test/delayed_tx_utils.d.ts +3 -3
- package/dest/test/delayed_tx_utils.d.ts.map +1 -1
- package/dest/test/delayed_tx_utils.js +2 -2
- package/dest/test/eth_cheat_codes.d.ts +36 -14
- package/dest/test/eth_cheat_codes.d.ts.map +1 -1
- package/dest/test/eth_cheat_codes.js +124 -31
- package/dest/test/eth_cheat_codes_with_state.d.ts +1 -1
- package/dest/test/eth_cheat_codes_with_state.d.ts.map +1 -1
- package/dest/test/index.d.ts +1 -1
- package/dest/test/rollup_cheat_codes.d.ts +23 -20
- package/dest/test/rollup_cheat_codes.d.ts.map +1 -1
- package/dest/test/rollup_cheat_codes.js +79 -42
- package/dest/test/start_anvil.d.ts +2 -1
- package/dest/test/start_anvil.d.ts.map +1 -1
- package/dest/test/start_anvil.js +2 -1
- package/dest/test/tx_delayer.d.ts +1 -1
- package/dest/test/tx_delayer.d.ts.map +1 -1
- package/dest/test/tx_delayer.js +3 -2
- package/dest/test/upgrade_utils.d.ts +1 -1
- package/dest/test/upgrade_utils.d.ts.map +1 -1
- package/dest/test/upgrade_utils.js +3 -2
- package/dest/types.d.ts +57 -2
- package/dest/types.d.ts.map +1 -1
- package/dest/utils.d.ts +2 -2
- package/dest/utils.d.ts.map +1 -1
- package/dest/utils.js +10 -161
- package/dest/zkPassportVerifierAddress.d.ts +1 -1
- package/dest/zkPassportVerifierAddress.js +1 -1
- package/package.json +27 -13
- package/src/client.ts +1 -1
- package/src/config.ts +177 -65
- package/src/contracts/empire_base.ts +7 -6
- package/src/contracts/empire_slashing_proposer.ts +18 -8
- package/src/contracts/fee_asset_handler.ts +1 -1
- package/src/contracts/governance.ts +3 -3
- package/src/contracts/governance_proposer.ts +14 -9
- package/src/contracts/multicall.ts +12 -10
- package/src/contracts/rollup.ts +170 -171
- package/src/contracts/slasher_contract.ts +22 -0
- package/src/contracts/tally_slashing_proposer.ts +63 -12
- package/src/deploy_l1_contracts.ts +610 -337
- package/src/forwarder_proxy.ts +108 -0
- package/src/l1_artifacts.ts +14 -6
- package/src/l1_contract_addresses.ts +17 -26
- package/src/l1_reader.ts +17 -9
- package/src/l1_tx_utils/README.md +177 -0
- package/src/l1_tx_utils/config.ts +161 -0
- package/src/l1_tx_utils/constants.ts +18 -0
- package/src/l1_tx_utils/factory.ts +64 -0
- package/src/l1_tx_utils/forwarder_l1_tx_utils.ts +119 -0
- package/src/l1_tx_utils/index-blobs.ts +2 -0
- package/src/l1_tx_utils/index.ts +12 -0
- package/src/l1_tx_utils/interfaces.ts +86 -0
- package/src/l1_tx_utils/l1_tx_utils.ts +738 -0
- package/src/l1_tx_utils/l1_tx_utils_with_blobs.ts +77 -0
- package/src/l1_tx_utils/readonly_l1_tx_utils.ts +557 -0
- package/src/l1_tx_utils/signer.ts +28 -0
- package/src/l1_tx_utils/types.ts +85 -0
- package/src/l1_tx_utils/utils.ts +16 -0
- package/src/publisher_manager.ts +51 -9
- package/src/queries.ts +16 -8
- package/src/test/chain_monitor.ts +118 -36
- package/src/test/delayed_tx_utils.ts +2 -2
- package/src/test/eth_cheat_codes.ts +149 -30
- package/src/test/rollup_cheat_codes.ts +94 -52
- package/src/test/start_anvil.ts +2 -0
- package/src/test/tx_delayer.ts +4 -2
- package/src/test/upgrade_utils.ts +3 -2
- package/src/types.ts +62 -0
- package/src/utils.ts +12 -184
- package/src/zkPassportVerifierAddress.ts +1 -1
- package/dest/index.d.ts +0 -18
- package/dest/index.d.ts.map +0 -1
- package/dest/index.js +0 -17
- package/dest/l1_tx_utils.d.ts +0 -250
- package/dest/l1_tx_utils.d.ts.map +0 -1
- package/dest/l1_tx_utils.js +0 -826
- package/dest/l1_tx_utils_with_blobs.d.ts +0 -19
- package/dest/l1_tx_utils_with_blobs.d.ts.map +0 -1
- package/dest/l1_tx_utils_with_blobs.js +0 -85
- package/src/index.ts +0 -17
- package/src/l1_tx_utils.ts +0 -1105
- package/src/l1_tx_utils_with_blobs.ts +0 -144
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { SecretValue } from '@aztec/foundation/config';
|
|
2
|
+
import type { Fr } from '@aztec/foundation/curves/bn254';
|
|
2
3
|
import { EthAddress } from '@aztec/foundation/eth-address';
|
|
3
|
-
import type { Fr } from '@aztec/foundation/fields';
|
|
4
4
|
import { type Logger } from '@aztec/foundation/log';
|
|
5
5
|
import { DateProvider } from '@aztec/foundation/timer';
|
|
6
6
|
import type { Abi, Narrow } from 'abitype';
|
|
7
|
-
import { type Chain, type ContractConstructorArgs, type
|
|
7
|
+
import { type Chain, type ContractConstructorArgs, type Hex } from 'viem';
|
|
8
8
|
import { type L1ContractsConfig } from './config.js';
|
|
9
9
|
import { RollupContract } from './contracts/rollup.js';
|
|
10
10
|
import type { L1ContractAddresses } from './l1_contract_addresses.js';
|
|
11
|
-
import { type GasPrice, type
|
|
11
|
+
import { type GasPrice, type L1TxConfig, type L1TxRequest, L1TxUtils, type L1TxUtilsConfig } from './l1_tx_utils/index.js';
|
|
12
12
|
import type { ExtendedViemWalletClient } from './types.js';
|
|
13
13
|
export declare const DEPLOYER_ADDRESS: Hex;
|
|
14
14
|
export type Operator = {
|
|
@@ -74,8 +74,8 @@ export type VerificationRecord = {
|
|
|
74
74
|
export interface DeployL1ContractsArgs extends Omit<L1ContractsConfig, keyof L1TxUtilsConfig> {
|
|
75
75
|
/** The vk tree root. */
|
|
76
76
|
vkTreeRoot: Fr;
|
|
77
|
-
/** The
|
|
78
|
-
|
|
77
|
+
/** The hash of the protocol contracts. */
|
|
78
|
+
protocolContractsHash: Fr;
|
|
79
79
|
/** The genesis root of the archive tree. */
|
|
80
80
|
genesisArchiveRoot: Fr;
|
|
81
81
|
/** The salt for CREATE2 deployment. */
|
|
@@ -92,6 +92,8 @@ export interface DeployL1ContractsArgs extends Omit<L1ContractsConfig, keyof L1T
|
|
|
92
92
|
realVerifier: boolean;
|
|
93
93
|
/** The zk passport args */
|
|
94
94
|
zkPassportArgs?: ZKPassportArgs;
|
|
95
|
+
/** If provided, use this token for BOTH fee and staking assets (skip deployments) */
|
|
96
|
+
existingTokenAddress?: EthAddress;
|
|
95
97
|
}
|
|
96
98
|
export interface ZKPassportArgs {
|
|
97
99
|
/** Whether to use the mock zk passport verifier */
|
|
@@ -101,6 +103,12 @@ export interface ZKPassportArgs {
|
|
|
101
103
|
/** The scope of the zk passport (personhood, etc) */
|
|
102
104
|
zkPassportScope?: string;
|
|
103
105
|
}
|
|
106
|
+
/**
|
|
107
|
+
* Validates that the provided address points to a contract that resembles an ERC20 token.
|
|
108
|
+
* Checks for contract code and attempts common ERC20 view calls.
|
|
109
|
+
* Throws an error if validation fails.
|
|
110
|
+
*/
|
|
111
|
+
export declare function validateExistingErc20TokenAddress(l1Client: ExtendedViemWalletClient, tokenAddress: EthAddress, logger: Logger): Promise<void>;
|
|
104
112
|
export declare const deploySharedContracts: (l1Client: ExtendedViemWalletClient, deployer: L1Deployer, args: DeployL1ContractsArgs, logger: Logger) => Promise<{
|
|
105
113
|
feeAssetAddress: EthAddress;
|
|
106
114
|
feeAssetHandlerAddress: EthAddress | undefined;
|
|
@@ -121,22 +129,25 @@ export declare const deploySharedContracts: (l1Client: ExtendedViemWalletClient,
|
|
|
121
129
|
* @param registryAddress - The address of the registry.
|
|
122
130
|
* @param logger - The logger.
|
|
123
131
|
* @param txUtilsConfig - The L1 tx utils config.
|
|
132
|
+
* @param createVerificationJson - Optional path to write verification data for forge verify.
|
|
124
133
|
*/
|
|
125
|
-
export declare const deployRollupForUpgrade: (extendedClient: ExtendedViemWalletClient, args: Omit<DeployL1ContractsArgs, "
|
|
134
|
+
export declare const deployRollupForUpgrade: (extendedClient: ExtendedViemWalletClient, args: Omit<DeployL1ContractsArgs, "activationThreshold" | "ejectionThreshold" | "governanceProposerQuorum" | "governanceProposerRoundSize">, registryAddress: EthAddress, logger: Logger, txUtilsConfig: L1TxUtilsConfig, createVerificationJson?: string | false) => Promise<{
|
|
126
135
|
rollup: RollupContract;
|
|
127
136
|
slashFactoryAddress: EthAddress;
|
|
128
137
|
}>;
|
|
129
|
-
export declare const deploySlashFactory: (deployer: L1Deployer, rollupAddress:
|
|
138
|
+
export declare const deploySlashFactory: (deployer: L1Deployer, rollupAddress: `0x${string}`, logger: Logger) => Promise<EthAddress>;
|
|
130
139
|
export declare const deployUpgradePayload: (deployer: L1Deployer, addresses: Pick<L1ContractAddresses, "registryAddress" | "rollupAddress">) => Promise<EthAddress>;
|
|
131
140
|
/**
|
|
132
141
|
* Deploys a new rollup contract, funds and initializes the fee juice portal, and initializes the validator set.
|
|
133
142
|
*/
|
|
134
|
-
export declare const deployRollup: (extendedClient: ExtendedViemWalletClient, deployer: L1Deployer, args: Omit<DeployL1ContractsArgs, "
|
|
143
|
+
export declare const deployRollup: (extendedClient: ExtendedViemWalletClient, deployer: L1Deployer, args: Omit<DeployL1ContractsArgs, "activationThreshold" | "ejectionThreshold" | "governanceProposerQuorum" | "governanceProposerRoundSize">, addresses: Pick<L1ContractAddresses, "feeJuiceAddress" | "governanceAddress" | "gseAddress" | "registryAddress" | "rewardDistributorAddress" | "stakingAssetAddress">, logger: Logger) => Promise<{
|
|
135
144
|
rollup: RollupContract;
|
|
136
145
|
slashFactoryAddress: EthAddress;
|
|
137
146
|
}>;
|
|
138
|
-
export declare const handoverToGovernance: (extendedClient: ExtendedViemWalletClient, deployer: L1Deployer, registryAddress: EthAddress, gseAddress: EthAddress, coinIssuerAddress: EthAddress, feeAssetAddress: EthAddress, governanceAddress: EthAddress, logger: Logger, acceleratedTestDeployments: boolean | undefined) => Promise<
|
|
139
|
-
|
|
147
|
+
export declare const handoverToGovernance: (extendedClient: ExtendedViemWalletClient, deployer: L1Deployer, registryAddress: EthAddress, gseAddress: EthAddress, coinIssuerAddress: EthAddress, feeAssetAddress: EthAddress, governanceAddress: EthAddress, logger: Logger, acceleratedTestDeployments: boolean | undefined, useExternalToken?: boolean) => Promise<{
|
|
148
|
+
dateGatedRelayerAddress: EthAddress;
|
|
149
|
+
}>;
|
|
150
|
+
export declare const addMultipleValidators: (extendedClient: ExtendedViemWalletClient, deployer: L1Deployer, gseAddress: `0x${string}`, rollupAddress: `0x${string}`, stakingAssetAddress: `0x${string}`, validators: Operator[], acceleratedTestDeployments: boolean | undefined, logger: Logger) => Promise<void>;
|
|
140
151
|
/**
|
|
141
152
|
* Initialize the fee asset handler and make it a minter on the fee asset.
|
|
142
153
|
* @note This function will only be used for testing purposes.
|
|
@@ -148,7 +159,7 @@ export declare const addMultipleValidators: (extendedClient: ExtendedViemWalletC
|
|
|
148
159
|
*/
|
|
149
160
|
export declare const cheat_initializeFeeAssetHandler: (extendedClient: ExtendedViemWalletClient, deployer: L1Deployer, feeAssetAddress: EthAddress, logger: Logger) => Promise<{
|
|
150
161
|
feeAssetHandlerAddress: EthAddress;
|
|
151
|
-
txHash:
|
|
162
|
+
txHash: `0x${string}`;
|
|
152
163
|
}>;
|
|
153
164
|
/**
|
|
154
165
|
* Deploys the aztec L1 contracts; Rollup & (optionally) Decoder Helper.
|
|
@@ -159,7 +170,452 @@ export declare const cheat_initializeFeeAssetHandler: (extendedClient: ExtendedV
|
|
|
159
170
|
* @param args - Arguments for initialization of L1 contracts
|
|
160
171
|
* @returns A list of ETH addresses of the deployed contracts.
|
|
161
172
|
*/
|
|
162
|
-
export declare const deployL1Contracts: (rpcUrls: string[], account:
|
|
173
|
+
export declare const deployL1Contracts: (rpcUrls: string[], account: {
|
|
174
|
+
address: `0x${string}`;
|
|
175
|
+
nonceManager?: import("viem").NonceManager | undefined;
|
|
176
|
+
sign: (parameters: {
|
|
177
|
+
hash: `0x${string}`;
|
|
178
|
+
}) => Promise<`0x${string}`>;
|
|
179
|
+
signAuthorization: (parameters: import("viem").AuthorizationRequest) => Promise<import("viem/accounts").SignAuthorizationReturnType>;
|
|
180
|
+
signMessage: ({ message }: {
|
|
181
|
+
message: import("viem").SignableMessage;
|
|
182
|
+
}) => Promise<`0x${string}`>;
|
|
183
|
+
signTransaction: <serializer extends import("viem").SerializeTransactionFn<import("viem").TransactionSerializable> = import("viem").SerializeTransactionFn<import("viem").TransactionSerializable>, transaction extends Parameters<serializer>[0] = Parameters<serializer>[0]>(transaction: transaction, options?: {
|
|
184
|
+
serializer?: serializer | undefined;
|
|
185
|
+
} | undefined) => Promise<`0x${string}`>;
|
|
186
|
+
signTypedData: <const typedData extends Record<string, unknown> | {
|
|
187
|
+
[x: string]: readonly import("viem").TypedDataParameter[];
|
|
188
|
+
[x: `address[${string}]`]: undefined;
|
|
189
|
+
[x: `bool[${string}]`]: undefined;
|
|
190
|
+
[x: `bytes10[${string}]`]: undefined;
|
|
191
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
192
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
193
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
194
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
195
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
196
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
197
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
198
|
+
[x: `bytes18[${string}]`]: undefined;
|
|
199
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
200
|
+
[x: `bytes1[${string}]`]: undefined;
|
|
201
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
202
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
203
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
204
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
205
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
206
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
207
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
208
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
209
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
210
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
211
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
212
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
213
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
214
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
215
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
216
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
217
|
+
[x: `bytes5[${string}]`]: undefined;
|
|
218
|
+
[x: `bytes6[${string}]`]: undefined;
|
|
219
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
220
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
221
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
222
|
+
[x: `bytes[${string}]`]: undefined;
|
|
223
|
+
[x: `function[${string}]`]: undefined;
|
|
224
|
+
[x: `int104[${string}]`]: undefined;
|
|
225
|
+
[x: `int112[${string}]`]: undefined;
|
|
226
|
+
[x: `int120[${string}]`]: undefined;
|
|
227
|
+
[x: `int128[${string}]`]: undefined;
|
|
228
|
+
[x: `int136[${string}]`]: undefined;
|
|
229
|
+
[x: `int144[${string}]`]: undefined;
|
|
230
|
+
[x: `int152[${string}]`]: undefined;
|
|
231
|
+
[x: `int160[${string}]`]: undefined;
|
|
232
|
+
[x: `int168[${string}]`]: undefined;
|
|
233
|
+
[x: `int16[${string}]`]: undefined;
|
|
234
|
+
[x: `int176[${string}]`]: undefined;
|
|
235
|
+
[x: `int184[${string}]`]: undefined;
|
|
236
|
+
[x: `int192[${string}]`]: undefined;
|
|
237
|
+
[x: `int200[${string}]`]: undefined;
|
|
238
|
+
[x: `int208[${string}]`]: undefined;
|
|
239
|
+
[x: `int216[${string}]`]: undefined;
|
|
240
|
+
[x: `int224[${string}]`]: undefined;
|
|
241
|
+
[x: `int232[${string}]`]: undefined;
|
|
242
|
+
[x: `int240[${string}]`]: undefined;
|
|
243
|
+
[x: `int248[${string}]`]: undefined;
|
|
244
|
+
[x: `int24[${string}]`]: undefined;
|
|
245
|
+
[x: `int256[${string}]`]: undefined;
|
|
246
|
+
[x: `int32[${string}]`]: undefined;
|
|
247
|
+
[x: `int40[${string}]`]: undefined;
|
|
248
|
+
[x: `int48[${string}]`]: undefined;
|
|
249
|
+
[x: `int56[${string}]`]: undefined;
|
|
250
|
+
[x: `int64[${string}]`]: undefined;
|
|
251
|
+
[x: `int72[${string}]`]: undefined;
|
|
252
|
+
[x: `int80[${string}]`]: undefined;
|
|
253
|
+
[x: `int88[${string}]`]: undefined;
|
|
254
|
+
[x: `int8[${string}]`]: undefined;
|
|
255
|
+
[x: `int96[${string}]`]: undefined;
|
|
256
|
+
[x: `int[${string}]`]: undefined;
|
|
257
|
+
[x: `string[${string}]`]: undefined;
|
|
258
|
+
[x: `uint104[${string}]`]: undefined;
|
|
259
|
+
[x: `uint112[${string}]`]: undefined;
|
|
260
|
+
[x: `uint120[${string}]`]: undefined;
|
|
261
|
+
[x: `uint128[${string}]`]: undefined;
|
|
262
|
+
[x: `uint136[${string}]`]: undefined;
|
|
263
|
+
[x: `uint144[${string}]`]: undefined;
|
|
264
|
+
[x: `uint152[${string}]`]: undefined;
|
|
265
|
+
[x: `uint160[${string}]`]: undefined;
|
|
266
|
+
[x: `uint168[${string}]`]: undefined;
|
|
267
|
+
[x: `uint16[${string}]`]: undefined;
|
|
268
|
+
[x: `uint176[${string}]`]: undefined;
|
|
269
|
+
[x: `uint184[${string}]`]: undefined;
|
|
270
|
+
[x: `uint192[${string}]`]: undefined;
|
|
271
|
+
[x: `uint200[${string}]`]: undefined;
|
|
272
|
+
[x: `uint208[${string}]`]: undefined;
|
|
273
|
+
[x: `uint216[${string}]`]: undefined;
|
|
274
|
+
[x: `uint224[${string}]`]: undefined;
|
|
275
|
+
[x: `uint232[${string}]`]: undefined;
|
|
276
|
+
[x: `uint240[${string}]`]: undefined;
|
|
277
|
+
[x: `uint248[${string}]`]: undefined;
|
|
278
|
+
[x: `uint24[${string}]`]: undefined;
|
|
279
|
+
[x: `uint256[${string}]`]: undefined;
|
|
280
|
+
[x: `uint32[${string}]`]: undefined;
|
|
281
|
+
[x: `uint40[${string}]`]: undefined;
|
|
282
|
+
[x: `uint48[${string}]`]: undefined;
|
|
283
|
+
[x: `uint56[${string}]`]: undefined;
|
|
284
|
+
[x: `uint64[${string}]`]: undefined;
|
|
285
|
+
[x: `uint72[${string}]`]: undefined;
|
|
286
|
+
[x: `uint80[${string}]`]: undefined;
|
|
287
|
+
[x: `uint88[${string}]`]: undefined;
|
|
288
|
+
[x: `uint8[${string}]`]: undefined;
|
|
289
|
+
[x: `uint96[${string}]`]: undefined;
|
|
290
|
+
[x: `uint[${string}]`]: undefined;
|
|
291
|
+
address?: undefined;
|
|
292
|
+
bool?: undefined;
|
|
293
|
+
bytes?: undefined;
|
|
294
|
+
bytes1?: undefined;
|
|
295
|
+
bytes10?: undefined;
|
|
296
|
+
bytes11?: undefined;
|
|
297
|
+
bytes12?: undefined;
|
|
298
|
+
bytes13?: undefined;
|
|
299
|
+
bytes14?: undefined;
|
|
300
|
+
bytes15?: undefined;
|
|
301
|
+
bytes16?: undefined;
|
|
302
|
+
bytes17?: undefined;
|
|
303
|
+
bytes18?: undefined;
|
|
304
|
+
bytes19?: undefined;
|
|
305
|
+
bytes2?: undefined;
|
|
306
|
+
bytes20?: undefined;
|
|
307
|
+
bytes21?: undefined;
|
|
308
|
+
bytes22?: undefined;
|
|
309
|
+
bytes23?: undefined;
|
|
310
|
+
bytes24?: undefined;
|
|
311
|
+
bytes25?: undefined;
|
|
312
|
+
bytes26?: undefined;
|
|
313
|
+
bytes27?: undefined;
|
|
314
|
+
bytes28?: undefined;
|
|
315
|
+
bytes29?: undefined;
|
|
316
|
+
bytes3?: undefined;
|
|
317
|
+
bytes30?: undefined;
|
|
318
|
+
bytes31?: undefined;
|
|
319
|
+
bytes32?: undefined;
|
|
320
|
+
bytes4?: undefined;
|
|
321
|
+
bytes5?: undefined;
|
|
322
|
+
bytes6?: undefined;
|
|
323
|
+
bytes7?: undefined;
|
|
324
|
+
bytes8?: undefined;
|
|
325
|
+
bytes9?: undefined;
|
|
326
|
+
int104?: undefined;
|
|
327
|
+
int112?: undefined;
|
|
328
|
+
int120?: undefined;
|
|
329
|
+
int128?: undefined;
|
|
330
|
+
int136?: undefined;
|
|
331
|
+
int144?: undefined;
|
|
332
|
+
int152?: undefined;
|
|
333
|
+
int16?: undefined;
|
|
334
|
+
int160?: undefined;
|
|
335
|
+
int168?: undefined;
|
|
336
|
+
int176?: undefined;
|
|
337
|
+
int184?: undefined;
|
|
338
|
+
int192?: undefined;
|
|
339
|
+
int200?: undefined;
|
|
340
|
+
int208?: undefined;
|
|
341
|
+
int216?: undefined;
|
|
342
|
+
int224?: undefined;
|
|
343
|
+
int232?: undefined;
|
|
344
|
+
int24?: undefined;
|
|
345
|
+
int240?: undefined;
|
|
346
|
+
int248?: undefined;
|
|
347
|
+
int256?: undefined;
|
|
348
|
+
int32?: undefined;
|
|
349
|
+
int40?: undefined;
|
|
350
|
+
int48?: undefined;
|
|
351
|
+
int56?: undefined;
|
|
352
|
+
int64?: undefined;
|
|
353
|
+
int72?: undefined;
|
|
354
|
+
int8?: undefined;
|
|
355
|
+
int80?: undefined;
|
|
356
|
+
int88?: undefined;
|
|
357
|
+
int96?: undefined;
|
|
358
|
+
string?: undefined;
|
|
359
|
+
uint104?: undefined;
|
|
360
|
+
uint112?: undefined;
|
|
361
|
+
uint120?: undefined;
|
|
362
|
+
uint128?: undefined;
|
|
363
|
+
uint136?: undefined;
|
|
364
|
+
uint144?: undefined;
|
|
365
|
+
uint152?: undefined;
|
|
366
|
+
uint16?: undefined;
|
|
367
|
+
uint160?: undefined;
|
|
368
|
+
uint168?: undefined;
|
|
369
|
+
uint176?: undefined;
|
|
370
|
+
uint184?: undefined;
|
|
371
|
+
uint192?: undefined;
|
|
372
|
+
uint200?: undefined;
|
|
373
|
+
uint208?: undefined;
|
|
374
|
+
uint216?: undefined;
|
|
375
|
+
uint224?: undefined;
|
|
376
|
+
uint232?: undefined;
|
|
377
|
+
uint24?: undefined;
|
|
378
|
+
uint240?: undefined;
|
|
379
|
+
uint248?: undefined;
|
|
380
|
+
uint256?: undefined;
|
|
381
|
+
uint32?: undefined;
|
|
382
|
+
uint40?: undefined;
|
|
383
|
+
uint48?: undefined;
|
|
384
|
+
uint56?: undefined;
|
|
385
|
+
uint64?: undefined;
|
|
386
|
+
uint72?: undefined;
|
|
387
|
+
uint8?: undefined;
|
|
388
|
+
uint80?: undefined;
|
|
389
|
+
uint88?: undefined;
|
|
390
|
+
uint96?: undefined;
|
|
391
|
+
}, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
|
|
392
|
+
publicKey: `0x${string}`;
|
|
393
|
+
source: "privateKey";
|
|
394
|
+
type: "local";
|
|
395
|
+
} | {
|
|
396
|
+
address: `0x${string}`;
|
|
397
|
+
nonceManager?: import("viem").NonceManager | undefined;
|
|
398
|
+
sign: (parameters: {
|
|
399
|
+
hash: `0x${string}`;
|
|
400
|
+
}) => Promise<`0x${string}`>;
|
|
401
|
+
signAuthorization?: ((parameters: import("viem").AuthorizationRequest) => Promise<import("viem/accounts").SignAuthorizationReturnType>) | undefined;
|
|
402
|
+
signMessage: ({ message }: {
|
|
403
|
+
message: import("viem").SignableMessage;
|
|
404
|
+
}) => Promise<`0x${string}`>;
|
|
405
|
+
signTransaction: <serializer extends import("viem").SerializeTransactionFn<import("viem").TransactionSerializable> = import("viem").SerializeTransactionFn<import("viem").TransactionSerializable>, transaction extends Parameters<serializer>[0] = Parameters<serializer>[0]>(transaction: transaction, options?: {
|
|
406
|
+
serializer?: serializer | undefined;
|
|
407
|
+
} | undefined) => Promise<`0x${string}`>;
|
|
408
|
+
signTypedData: <const typedData extends Record<string, unknown> | {
|
|
409
|
+
[x: string]: readonly import("viem").TypedDataParameter[];
|
|
410
|
+
[x: `address[${string}]`]: undefined;
|
|
411
|
+
[x: `bool[${string}]`]: undefined;
|
|
412
|
+
[x: `bytes10[${string}]`]: undefined;
|
|
413
|
+
[x: `bytes11[${string}]`]: undefined;
|
|
414
|
+
[x: `bytes12[${string}]`]: undefined;
|
|
415
|
+
[x: `bytes13[${string}]`]: undefined;
|
|
416
|
+
[x: `bytes14[${string}]`]: undefined;
|
|
417
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
418
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
419
|
+
[x: `bytes17[${string}]`]: undefined;
|
|
420
|
+
[x: `bytes18[${string}]`]: undefined;
|
|
421
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
422
|
+
[x: `bytes1[${string}]`]: undefined;
|
|
423
|
+
[x: `bytes20[${string}]`]: undefined;
|
|
424
|
+
[x: `bytes21[${string}]`]: undefined;
|
|
425
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
426
|
+
[x: `bytes23[${string}]`]: undefined;
|
|
427
|
+
[x: `bytes24[${string}]`]: undefined;
|
|
428
|
+
[x: `bytes25[${string}]`]: undefined;
|
|
429
|
+
[x: `bytes26[${string}]`]: undefined;
|
|
430
|
+
[x: `bytes27[${string}]`]: undefined;
|
|
431
|
+
[x: `bytes28[${string}]`]: undefined;
|
|
432
|
+
[x: `bytes29[${string}]`]: undefined;
|
|
433
|
+
[x: `bytes2[${string}]`]: undefined;
|
|
434
|
+
[x: `bytes30[${string}]`]: undefined;
|
|
435
|
+
[x: `bytes31[${string}]`]: undefined;
|
|
436
|
+
[x: `bytes32[${string}]`]: undefined;
|
|
437
|
+
[x: `bytes3[${string}]`]: undefined;
|
|
438
|
+
[x: `bytes4[${string}]`]: undefined;
|
|
439
|
+
[x: `bytes5[${string}]`]: undefined;
|
|
440
|
+
[x: `bytes6[${string}]`]: undefined;
|
|
441
|
+
[x: `bytes7[${string}]`]: undefined;
|
|
442
|
+
[x: `bytes8[${string}]`]: undefined;
|
|
443
|
+
[x: `bytes9[${string}]`]: undefined;
|
|
444
|
+
[x: `bytes[${string}]`]: undefined;
|
|
445
|
+
[x: `function[${string}]`]: undefined;
|
|
446
|
+
[x: `int104[${string}]`]: undefined;
|
|
447
|
+
[x: `int112[${string}]`]: undefined;
|
|
448
|
+
[x: `int120[${string}]`]: undefined;
|
|
449
|
+
[x: `int128[${string}]`]: undefined;
|
|
450
|
+
[x: `int136[${string}]`]: undefined;
|
|
451
|
+
[x: `int144[${string}]`]: undefined;
|
|
452
|
+
[x: `int152[${string}]`]: undefined;
|
|
453
|
+
[x: `int160[${string}]`]: undefined;
|
|
454
|
+
[x: `int168[${string}]`]: undefined;
|
|
455
|
+
[x: `int16[${string}]`]: undefined;
|
|
456
|
+
[x: `int176[${string}]`]: undefined;
|
|
457
|
+
[x: `int184[${string}]`]: undefined;
|
|
458
|
+
[x: `int192[${string}]`]: undefined;
|
|
459
|
+
[x: `int200[${string}]`]: undefined;
|
|
460
|
+
[x: `int208[${string}]`]: undefined;
|
|
461
|
+
[x: `int216[${string}]`]: undefined;
|
|
462
|
+
[x: `int224[${string}]`]: undefined;
|
|
463
|
+
[x: `int232[${string}]`]: undefined;
|
|
464
|
+
[x: `int240[${string}]`]: undefined;
|
|
465
|
+
[x: `int248[${string}]`]: undefined;
|
|
466
|
+
[x: `int24[${string}]`]: undefined;
|
|
467
|
+
[x: `int256[${string}]`]: undefined;
|
|
468
|
+
[x: `int32[${string}]`]: undefined;
|
|
469
|
+
[x: `int40[${string}]`]: undefined;
|
|
470
|
+
[x: `int48[${string}]`]: undefined;
|
|
471
|
+
[x: `int56[${string}]`]: undefined;
|
|
472
|
+
[x: `int64[${string}]`]: undefined;
|
|
473
|
+
[x: `int72[${string}]`]: undefined;
|
|
474
|
+
[x: `int80[${string}]`]: undefined;
|
|
475
|
+
[x: `int88[${string}]`]: undefined;
|
|
476
|
+
[x: `int8[${string}]`]: undefined;
|
|
477
|
+
[x: `int96[${string}]`]: undefined;
|
|
478
|
+
[x: `int[${string}]`]: undefined;
|
|
479
|
+
[x: `string[${string}]`]: undefined;
|
|
480
|
+
[x: `uint104[${string}]`]: undefined;
|
|
481
|
+
[x: `uint112[${string}]`]: undefined;
|
|
482
|
+
[x: `uint120[${string}]`]: undefined;
|
|
483
|
+
[x: `uint128[${string}]`]: undefined;
|
|
484
|
+
[x: `uint136[${string}]`]: undefined;
|
|
485
|
+
[x: `uint144[${string}]`]: undefined;
|
|
486
|
+
[x: `uint152[${string}]`]: undefined;
|
|
487
|
+
[x: `uint160[${string}]`]: undefined;
|
|
488
|
+
[x: `uint168[${string}]`]: undefined;
|
|
489
|
+
[x: `uint16[${string}]`]: undefined;
|
|
490
|
+
[x: `uint176[${string}]`]: undefined;
|
|
491
|
+
[x: `uint184[${string}]`]: undefined;
|
|
492
|
+
[x: `uint192[${string}]`]: undefined;
|
|
493
|
+
[x: `uint200[${string}]`]: undefined;
|
|
494
|
+
[x: `uint208[${string}]`]: undefined;
|
|
495
|
+
[x: `uint216[${string}]`]: undefined;
|
|
496
|
+
[x: `uint224[${string}]`]: undefined;
|
|
497
|
+
[x: `uint232[${string}]`]: undefined;
|
|
498
|
+
[x: `uint240[${string}]`]: undefined;
|
|
499
|
+
[x: `uint248[${string}]`]: undefined;
|
|
500
|
+
[x: `uint24[${string}]`]: undefined;
|
|
501
|
+
[x: `uint256[${string}]`]: undefined;
|
|
502
|
+
[x: `uint32[${string}]`]: undefined;
|
|
503
|
+
[x: `uint40[${string}]`]: undefined;
|
|
504
|
+
[x: `uint48[${string}]`]: undefined;
|
|
505
|
+
[x: `uint56[${string}]`]: undefined;
|
|
506
|
+
[x: `uint64[${string}]`]: undefined;
|
|
507
|
+
[x: `uint72[${string}]`]: undefined;
|
|
508
|
+
[x: `uint80[${string}]`]: undefined;
|
|
509
|
+
[x: `uint88[${string}]`]: undefined;
|
|
510
|
+
[x: `uint8[${string}]`]: undefined;
|
|
511
|
+
[x: `uint96[${string}]`]: undefined;
|
|
512
|
+
[x: `uint[${string}]`]: undefined;
|
|
513
|
+
address?: undefined;
|
|
514
|
+
bool?: undefined;
|
|
515
|
+
bytes?: undefined;
|
|
516
|
+
bytes1?: undefined;
|
|
517
|
+
bytes10?: undefined;
|
|
518
|
+
bytes11?: undefined;
|
|
519
|
+
bytes12?: undefined;
|
|
520
|
+
bytes13?: undefined;
|
|
521
|
+
bytes14?: undefined;
|
|
522
|
+
bytes15?: undefined;
|
|
523
|
+
bytes16?: undefined;
|
|
524
|
+
bytes17?: undefined;
|
|
525
|
+
bytes18?: undefined;
|
|
526
|
+
bytes19?: undefined;
|
|
527
|
+
bytes2?: undefined;
|
|
528
|
+
bytes20?: undefined;
|
|
529
|
+
bytes21?: undefined;
|
|
530
|
+
bytes22?: undefined;
|
|
531
|
+
bytes23?: undefined;
|
|
532
|
+
bytes24?: undefined;
|
|
533
|
+
bytes25?: undefined;
|
|
534
|
+
bytes26?: undefined;
|
|
535
|
+
bytes27?: undefined;
|
|
536
|
+
bytes28?: undefined;
|
|
537
|
+
bytes29?: undefined;
|
|
538
|
+
bytes3?: undefined;
|
|
539
|
+
bytes30?: undefined;
|
|
540
|
+
bytes31?: undefined;
|
|
541
|
+
bytes32?: undefined;
|
|
542
|
+
bytes4?: undefined;
|
|
543
|
+
bytes5?: undefined;
|
|
544
|
+
bytes6?: undefined;
|
|
545
|
+
bytes7?: undefined;
|
|
546
|
+
bytes8?: undefined;
|
|
547
|
+
bytes9?: undefined;
|
|
548
|
+
int104?: undefined;
|
|
549
|
+
int112?: undefined;
|
|
550
|
+
int120?: undefined;
|
|
551
|
+
int128?: undefined;
|
|
552
|
+
int136?: undefined;
|
|
553
|
+
int144?: undefined;
|
|
554
|
+
int152?: undefined;
|
|
555
|
+
int16?: undefined;
|
|
556
|
+
int160?: undefined;
|
|
557
|
+
int168?: undefined;
|
|
558
|
+
int176?: undefined;
|
|
559
|
+
int184?: undefined;
|
|
560
|
+
int192?: undefined;
|
|
561
|
+
int200?: undefined;
|
|
562
|
+
int208?: undefined;
|
|
563
|
+
int216?: undefined;
|
|
564
|
+
int224?: undefined;
|
|
565
|
+
int232?: undefined;
|
|
566
|
+
int24?: undefined;
|
|
567
|
+
int240?: undefined;
|
|
568
|
+
int248?: undefined;
|
|
569
|
+
int256?: undefined;
|
|
570
|
+
int32?: undefined;
|
|
571
|
+
int40?: undefined;
|
|
572
|
+
int48?: undefined;
|
|
573
|
+
int56?: undefined;
|
|
574
|
+
int64?: undefined;
|
|
575
|
+
int72?: undefined;
|
|
576
|
+
int8?: undefined;
|
|
577
|
+
int80?: undefined;
|
|
578
|
+
int88?: undefined;
|
|
579
|
+
int96?: undefined;
|
|
580
|
+
string?: undefined;
|
|
581
|
+
uint104?: undefined;
|
|
582
|
+
uint112?: undefined;
|
|
583
|
+
uint120?: undefined;
|
|
584
|
+
uint128?: undefined;
|
|
585
|
+
uint136?: undefined;
|
|
586
|
+
uint144?: undefined;
|
|
587
|
+
uint152?: undefined;
|
|
588
|
+
uint16?: undefined;
|
|
589
|
+
uint160?: undefined;
|
|
590
|
+
uint168?: undefined;
|
|
591
|
+
uint176?: undefined;
|
|
592
|
+
uint184?: undefined;
|
|
593
|
+
uint192?: undefined;
|
|
594
|
+
uint200?: undefined;
|
|
595
|
+
uint208?: undefined;
|
|
596
|
+
uint216?: undefined;
|
|
597
|
+
uint224?: undefined;
|
|
598
|
+
uint232?: undefined;
|
|
599
|
+
uint24?: undefined;
|
|
600
|
+
uint240?: undefined;
|
|
601
|
+
uint248?: undefined;
|
|
602
|
+
uint256?: undefined;
|
|
603
|
+
uint32?: undefined;
|
|
604
|
+
uint40?: undefined;
|
|
605
|
+
uint48?: undefined;
|
|
606
|
+
uint56?: undefined;
|
|
607
|
+
uint64?: undefined;
|
|
608
|
+
uint72?: undefined;
|
|
609
|
+
uint8?: undefined;
|
|
610
|
+
uint80?: undefined;
|
|
611
|
+
uint88?: undefined;
|
|
612
|
+
uint96?: undefined;
|
|
613
|
+
}, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(parameters: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
|
|
614
|
+
publicKey: `0x${string}`;
|
|
615
|
+
source: "hd";
|
|
616
|
+
type: "local";
|
|
617
|
+
getHdKey: () => import("viem").HDKey;
|
|
618
|
+
}, chain: Chain, logger: Logger, args: DeployL1ContractsArgs, txUtilsConfig?: L1TxUtilsConfig, createVerificationJson?: string | false) => Promise<DeployL1ContractsReturnType>;
|
|
163
619
|
export declare class L1Deployer {
|
|
164
620
|
readonly client: ExtendedViemWalletClient;
|
|
165
621
|
private acceleratedTestDeployments;
|
|
@@ -173,9 +629,13 @@ export declare class L1Deployer {
|
|
|
173
629
|
constructor(client: ExtendedViemWalletClient, maybeSalt: number | undefined, dateProvider?: DateProvider, acceleratedTestDeployments?: boolean, logger?: Logger, txUtilsConfig?: L1TxUtilsConfig | undefined, createVerificationJson?: boolean);
|
|
174
630
|
deploy<const TAbi extends Abi>(params: ContractArtifacts<TAbi>, args?: ContractConstructorArgs<TAbi>, opts?: {
|
|
175
631
|
gasLimit?: bigint;
|
|
176
|
-
|
|
632
|
+
noSimulation?: boolean;
|
|
633
|
+
}): Promise<{
|
|
634
|
+
address: EthAddress;
|
|
635
|
+
existed: boolean;
|
|
636
|
+
}>;
|
|
177
637
|
waitForDeployments(): Promise<void>;
|
|
178
|
-
sendTransaction(tx: L1TxRequest, options?:
|
|
638
|
+
sendTransaction(tx: L1TxRequest, options?: L1TxConfig): Promise<{
|
|
179
639
|
txHash: Hex;
|
|
180
640
|
gasLimit: bigint;
|
|
181
641
|
gasPrice: GasPrice;
|
|
@@ -198,14 +658,16 @@ export declare function deployL1Contract(extendedClient: ExtendedViemWalletClien
|
|
|
198
658
|
l1TxUtils?: L1TxUtils;
|
|
199
659
|
gasLimit?: bigint;
|
|
200
660
|
acceleratedTestDeployments?: boolean;
|
|
661
|
+
noSimulation?: boolean;
|
|
201
662
|
}): Promise<{
|
|
202
663
|
address: EthAddress;
|
|
203
664
|
txHash: Hex | undefined;
|
|
204
665
|
deployedLibraries?: VerificationLibraryEntry[];
|
|
666
|
+
existed: boolean;
|
|
205
667
|
}>;
|
|
206
668
|
export declare function getExpectedAddress(abi: Narrow<Abi | readonly unknown[]>, bytecode: Hex, args: readonly unknown[], salt: Hex): {
|
|
207
669
|
address: `0x${string}`;
|
|
208
670
|
paddedSalt: `0x${string}`;
|
|
209
671
|
calldata: `0x${string}`;
|
|
210
672
|
};
|
|
211
|
-
//# sourceMappingURL=
|
|
673
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVwbG95X2wxX2NvbnRyYWN0cy5kLnRzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL2RlcGxveV9sMV9jb250cmFjdHMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUEsT0FBTyxFQUFFLFdBQVcsRUFBd0IsTUFBTSwwQkFBMEIsQ0FBQztBQUU3RSxPQUFPLEtBQUssRUFBRSxFQUFFLEVBQUUsTUFBTSxnQ0FBZ0MsQ0FBQztBQUN6RCxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sK0JBQStCLENBQUM7QUFFM0QsT0FBTyxFQUFFLEtBQUssTUFBTSxFQUFnQixNQUFNLHVCQUF1QixDQUFDO0FBQ2xFLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUd2RCxPQUFPLEtBQUssRUFBRSxHQUFHLEVBQUUsTUFBTSxFQUFFLE1BQU0sU0FBUyxDQUFDO0FBRzNDLE9BQU8sRUFDTCxLQUFLLEtBQUssRUFDVixLQUFLLHVCQUF1QixFQUU1QixLQUFLLEdBQUcsRUFXVCxNQUFNLE1BQU0sQ0FBQztBQUtkLE9BQU8sRUFDTCxLQUFLLGlCQUFpQixFQU12QixNQUFNLGFBQWEsQ0FBQztBQUlyQixPQUFPLEVBQUUsY0FBYyxFQUF3QixNQUFNLHVCQUF1QixDQUFDO0FBbUI3RSxPQUFPLEtBQUssRUFBRSxtQkFBbUIsRUFBRSxNQUFNLDRCQUE0QixDQUFDO0FBQ3RFLE9BQU8sRUFDTCxLQUFLLFFBQVEsRUFDYixLQUFLLFVBQVUsRUFDZixLQUFLLFdBQVcsRUFDaEIsU0FBUyxFQUNULEtBQUssZUFBZSxFQUdyQixNQUFNLHdCQUF3QixDQUFDO0FBQ2hDLE9BQU8sS0FBSyxFQUFFLHdCQUF3QixFQUFFLE1BQU0sWUFBWSxDQUFDO0FBSTNELGVBQU8sTUFBTSxnQkFBZ0IsRUFBRSxHQUFrRCxDQUFDO0FBRWxGLE1BQU0sTUFBTSxRQUFRLEdBQUc7SUFDckIsUUFBUSxFQUFFLFVBQVUsQ0FBQztJQUNyQixVQUFVLEVBQUUsVUFBVSxDQUFDO0lBQ3ZCLGNBQWMsRUFBRSxXQUFXLENBQUMsTUFBTSxDQUFDLENBQUM7Q0FDckMsQ0FBQztBQUVGOztHQUVHO0FBQ0gsTUFBTSxNQUFNLDJCQUEyQixHQUFHO0lBQ3hDLG1DQUFtQztJQUNuQyxRQUFRLEVBQUUsd0JBQXdCLENBQUM7SUFDbkMsbURBQW1EO0lBQ25ELG1CQUFtQixFQUFFLG1CQUFtQixDQUFDO0lBQ3pDLDhDQUE4QztJQUM5QyxhQUFhLEVBQUUsTUFBTSxDQUFDO0NBQ3ZCLENBQUM7QUFFRixNQUFNLFdBQVcsY0FBYztJQUM3QixDQUFDLFFBQVEsRUFBRSxNQUFNLEdBQUc7UUFDbEIsQ0FBQyxZQUFZLEVBQUUsTUFBTSxHQUFHLGFBQWEsQ0FBQztZQUNwQyxLQUFLLEVBQUUsTUFBTSxDQUFDO1lBQ2QsTUFBTSxFQUFFLE1BQU0sQ0FBQztTQUNoQixDQUFDLENBQUM7S0FDSixDQUFDO0NBQ0g7QUFFRCxNQUFNLFdBQVcsU0FBUztJQUN4QixjQUFjLEVBQUUsY0FBYyxDQUFDO0lBQy9CLFdBQVcsRUFBRSxNQUFNLENBQUMsTUFBTSxFQUFFLGlCQUFpQixDQUFDLENBQUM7Q0FDaEQ7QUFFRDs7R0FFRztBQUNILE1BQU0sV0FBVyxpQkFBaUIsQ0FBQyxJQUFJLFNBQVMsR0FBRyxHQUFHLFNBQVMsT0FBTyxFQUFFLEdBQUcsR0FBRztJQUM1RTs7T0FFRztJQUNILElBQUksRUFBRSxNQUFNLENBQUM7SUFDYjs7T0FFRztJQUNILFdBQVcsRUFBRSxNQUFNLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDMUI7O09BRUc7SUFDSCxnQkFBZ0IsRUFBRSxHQUFHLENBQUM7SUFDdEI7O09BRUc7SUFDSCxTQUFTLENBQUMsRUFBRSxTQUFTLENBQUM7Q0FDdkI7QUFFRCxNQUFNLE1BQU0sd0JBQXdCLEdBQUc7SUFDckMsSUFBSSxFQUFFLE1BQU0sQ0FBQztJQUNiLFFBQVEsRUFBRSxNQUFNLENBQUM7SUFDakIsT0FBTyxFQUFFLE1BQU0sQ0FBQztDQUNqQixDQUFDO0FBRUYsTUFBTSxNQUFNLGtCQUFrQixHQUFHO0lBQy9CLElBQUksRUFBRSxNQUFNLENBQUM7SUFDYixPQUFPLEVBQUUsTUFBTSxDQUFDO0lBQ2hCLGtCQUFrQixFQUFFLEdBQUcsQ0FBQztJQUN4QixTQUFTLEVBQUUsd0JBQXdCLEVBQUUsQ0FBQztDQUN2QyxDQUFDO0FBRUYsTUFBTSxXQUFXLHFCQUFzQixTQUFRLElBQUksQ0FBQyxpQkFBaUIsRUFBRSxNQUFNLGVBQWUsQ0FBQztJQUMzRix3QkFBd0I7SUFDeEIsVUFBVSxFQUFFLEVBQUUsQ0FBQztJQUNmLDBDQUEwQztJQUMxQyxxQkFBcUIsRUFBRSxFQUFFLENBQUM7SUFDMUIsNENBQTRDO0lBQzVDLGtCQUFrQixFQUFFLEVBQUUsQ0FBQztJQUN2Qix1Q0FBdUM7SUFDdkMsSUFBSSxFQUFFLE1BQU0sR0FBRyxTQUFTLENBQUM7SUFDekIsc0RBQXNEO0lBQ3RELGlCQUFpQixDQUFDLEVBQUUsUUFBUSxFQUFFLENBQUM7SUFDL0IsZ0RBQWdEO0lBQ2hELFVBQVUsQ0FBQyxFQUFFLE9BQU8sQ0FBQyxlQUFlLENBQUMsQ0FBQztJQUN0QyxzRUFBc0U7SUFDdEUsMEJBQTBCLENBQUMsRUFBRSxPQUFPLENBQUM7SUFDckMsaUhBQWlIO0lBQ2pILDRCQUE0QixDQUFDLEVBQUUsTUFBTSxDQUFDO0lBQ3RDLCtEQUErRDtJQUMvRCxZQUFZLEVBQUUsT0FBTyxDQUFDO0lBQ3RCLDJCQUEyQjtJQUMzQixjQUFjLENBQUMsRUFBRSxjQUFjLENBQUM7SUFDaEMscUZBQXFGO0lBQ3JGLG9CQUFvQixDQUFDLEVBQUUsVUFBVSxDQUFDO0NBQ25DO0FBRUQsTUFBTSxXQUFXLGNBQWM7SUFDN0IsbURBQW1EO0lBQ25ELHNCQUFzQixDQUFDLEVBQUUsT0FBTyxDQUFDO0lBQ2pDLDBDQUEwQztJQUMxQyxnQkFBZ0IsQ0FBQyxFQUFFLE1BQU0sQ0FBQztJQUMxQixxREFBcUQ7SUFDckQsZUFBZSxDQUFDLEVBQUUsTUFBTSxDQUFDO0NBQzFCO0FBa0NEOzs7O0dBSUc7QUFDSCx3QkFBc0IsaUNBQWlDLENBQ3JELFFBQVEsRUFBRSx3QkFBd0IsRUFDbEMsWUFBWSxFQUFFLFVBQVUsRUFDeEIsTUFBTSxFQUFFLE1BQU0sR0FDYixPQUFPLENBQUMsSUFBSSxDQUFDLENBK0JmO0FBRUQsZUFBTyxNQUFNLHFCQUFxQjs7Ozs7Ozs7Ozs7O0VBNlFqQyxDQUFDO0FBcU5GOzs7Ozs7OztHQVFHO0FBQ0gsZUFBTyxNQUFNLHNCQUFzQjs7O0VBa0NsQyxDQUFDO0FBRUYsZUFBTyxNQUFNLGtCQUFrQiw2RkFJOUIsQ0FBQztBQUVGLGVBQU8sTUFBTSxvQkFBb0IsMEhBWWhDLENBQUM7QUFpQkY7O0dBRUc7QUFDSCxlQUFPLE1BQU0sWUFBWTs7O0VBOE94QixDQUFDO0FBRUYsZUFBTyxNQUFNLG9CQUFvQjs7RUF5SWhDLENBQUM7QUFhRixlQUFPLE1BQU0scUJBQXFCLHlRQTRJakMsQ0FBQztBQUVGOzs7Ozs7OztHQVFHO0FBRUgsZUFBTyxNQUFNLCtCQUErQjs7O0VBNEIzQyxDQUFDO0FBRUY7Ozs7Ozs7O0dBUUc7QUFDSCxlQUFPLE1BQU0saUJBQWlCOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OytLQXNKN0IsQ0FBQztBQUVGLHFCQUFhLFVBQVU7YUFPSCxNQUFNLEVBQUUsd0JBQXdCO0lBR2hELE9BQU8sQ0FBQywwQkFBMEI7SUFDbEMsT0FBTyxDQUFDLE1BQU07SUFDZCxPQUFPLENBQUMsYUFBYSxDQUFDO0lBQ3RCLE9BQU8sQ0FBQyxzQkFBc0I7SUFaaEMsT0FBTyxDQUFDLElBQUksQ0FBa0I7SUFDOUIsT0FBTyxDQUFDLFFBQVEsQ0FBYTtJQUM3QixTQUFnQixTQUFTLEVBQUUsU0FBUyxDQUFDO0lBQ3JDLFNBQWdCLG1CQUFtQixFQUFFLGtCQUFrQixFQUFFLENBQU07SUFFL0QsWUFDa0IsTUFBTSxFQUFFLHdCQUF3QixFQUNoRCxTQUFTLEVBQUUsTUFBTSxHQUFHLFNBQVMsRUFDN0IsWUFBWSxHQUFFLFlBQWlDLEVBQ3ZDLDBCQUEwQixHQUFFLE9BQWUsRUFDM0MsTUFBTSxHQUFFLE1BQW1DLEVBQzNDLGFBQWEsQ0FBQyw2QkFBaUIsRUFDL0Isc0JBQXNCLEdBQUUsT0FBZSxFQVFoRDtJQUVLLE1BQU0sQ0FBQyxLQUFLLENBQUMsSUFBSSxTQUFTLEdBQUcsRUFDakMsTUFBTSxFQUFFLGlCQUFpQixDQUFDLElBQUksQ0FBQyxFQUMvQixJQUFJLENBQUMsRUFBRSx1QkFBdUIsQ0FBQyxJQUFJLENBQUMsRUFDcEMsSUFBSSxHQUFFO1FBQUUsUUFBUSxDQUFDLEVBQUUsTUFBTSxDQUFDO1FBQUMsWUFBWSxDQUFDLEVBQUUsT0FBTyxDQUFBO0tBQU8sR0FDdkQsT0FBTyxDQUFDO1FBQUUsT0FBTyxFQUFFLFVBQVUsQ0FBQztRQUFDLE9BQU8sRUFBRSxPQUFPLENBQUE7S0FBRSxDQUFDLENBaURwRDtJQUVLLGtCQUFrQixJQUFJLE9BQU8sQ0FBQyxJQUFJLENBQUMsQ0FrQnhDO0lBRUQsZUFBZSxDQUNiLEVBQUUsRUFBRSxXQUFXLEVBQ2YsT0FBTyxDQUFDLEVBQUUsVUFBVSxHQUNuQixPQUFPLENBQUM7UUFBRSxNQUFNLEVBQUUsR0FBRyxDQUFDO1FBQUMsUUFBUSxFQUFFLE1BQU0sQ0FBQztRQUFDLFFBQVEsRUFBRSxRQUFRLENBQUE7S0FBRSxDQUFDLENBTWhFO0NBQ0Y7QUFFRDs7Ozs7Ozs7O0dBU0c7QUFDSCx3QkFBc0IsZ0JBQWdCLENBQ3BDLGNBQWMsRUFBRSx3QkFBd0IsRUFDeEMsR0FBRyxFQUFFLE1BQU0sQ0FBQyxHQUFHLEdBQUcsU0FBUyxPQUFPLEVBQUUsQ0FBQyxFQUNyQyxRQUFRLEVBQUUsR0FBRyxFQUNiLElBQUksR0FBRSxTQUFTLE9BQU8sRUFBTyxFQUM3QixJQUFJLEdBQUU7SUFDSixJQUFJLENBQUMsRUFBRSxHQUFHLENBQUM7SUFDWCxTQUFTLENBQUMsRUFBRSxTQUFTLENBQUM7SUFDdEIsTUFBTSxDQUFDLEVBQUUsTUFBTSxDQUFDO0lBQ2hCLFNBQVMsQ0FBQyxFQUFFLFNBQVMsQ0FBQztJQUN0QixRQUFRLENBQUMsRUFBRSxNQUFNLENBQUM7SUFDbEIsMEJBQTBCLENBQUMsRUFBRSxPQUFPLENBQUM7SUFDckMsWUFBWSxDQUFDLEVBQUUsT0FBTyxDQUFDO0NBQ25CLEdBQ0wsT0FBTyxDQUFDO0lBQ1QsT0FBTyxFQUFFLFVBQVUsQ0FBQztJQUNwQixNQUFNLEVBQUUsR0FBRyxHQUFHLFNBQVMsQ0FBQztJQUN4QixpQkFBaUIsQ0FBQyxFQUFFLHdCQUF3QixFQUFFLENBQUM7SUFDL0MsT0FBTyxFQUFFLE9BQU8sQ0FBQztDQUNsQixDQUFDLENBMkpEO0FBRUQsd0JBQWdCLGtCQUFrQixDQUNoQyxHQUFHLEVBQUUsTUFBTSxDQUFDLEdBQUcsR0FBRyxTQUFTLE9BQU8sRUFBRSxDQUFDLEVBQ3JDLFFBQVEsRUFBRSxHQUFHLEVBQ2IsSUFBSSxFQUFFLFNBQVMsT0FBTyxFQUFFLEVBQ3hCLElBQUksRUFBRSxHQUFHOzs7O0VBZVYifQ==
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deploy_l1_contracts.d.ts","sourceRoot":"","sources":["../src/deploy_l1_contracts.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"deploy_l1_contracts.d.ts","sourceRoot":"","sources":["../src/deploy_l1_contracts.ts"],"names":[],"mappings":"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"}
|