@aztec/ethereum 0.0.1-commit.b655e406 → 0.0.1-commit.fce3e4f
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 +1 -1
- package/dest/config.d.ts +7 -4
- package/dest/config.d.ts.map +1 -1
- package/dest/config.js +13 -7
- package/dest/constants.d.ts +1 -1
- package/dest/contracts/empire_base.d.ts +6 -5
- 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 +5 -4
- package/dest/contracts/empire_slashing_proposer.d.ts.map +1 -1
- package/dest/contracts/empire_slashing_proposer.js +8 -2
- 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 +1 -1
- 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_proposer.d.ts +5 -4
- package/dest/contracts/governance_proposer.d.ts.map +1 -1
- package/dest/contracts/governance_proposer.js +8 -2
- 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 +2 -2
- package/dest/contracts/multicall.d.ts.map +1 -1
- package/dest/contracts/registry.d.ts +1 -1
- package/dest/contracts/registry.d.ts.map +1 -1
- package/dest/contracts/rollup.d.ts +55 -64
- package/dest/contracts/rollup.d.ts.map +1 -1
- package/dest/contracts/rollup.js +70 -65
- package/dest/contracts/slasher_contract.d.ts +1 -1
- package/dest/contracts/slasher_contract.d.ts.map +1 -1
- package/dest/contracts/tally_slashing_proposer.d.ts +7 -6
- package/dest/contracts/tally_slashing_proposer.d.ts.map +1 -1
- package/dest/contracts/tally_slashing_proposer.js +3 -3
- package/dest/contracts/utils.d.ts +1 -1
- package/dest/deploy_l1_contracts.d.ts +455 -8
- package/dest/deploy_l1_contracts.d.ts.map +1 -1
- package/dest/deploy_l1_contracts.js +51 -33
- package/dest/eth-signer/eth-signer.d.ts +1 -1
- package/dest/eth-signer/index.d.ts +1 -1
- package/dest/index.d.ts +1 -1
- package/dest/l1_artifacts.d.ts +2020 -860
- package/dest/l1_artifacts.d.ts.map +1 -1
- package/dest/l1_contract_addresses.d.ts +3 -3
- package/dest/l1_reader.d.ts +1 -1
- package/dest/l1_tx_utils/config.d.ts +3 -3
- package/dest/l1_tx_utils/config.d.ts.map +1 -1
- package/dest/l1_tx_utils/config.js +13 -4
- package/dest/l1_tx_utils/constants.d.ts +1 -1
- package/dest/l1_tx_utils/factory.d.ts +1 -1
- package/dest/l1_tx_utils/index.d.ts +1 -1
- package/dest/l1_tx_utils/interfaces.d.ts +1 -1
- package/dest/l1_tx_utils/l1_tx_utils.d.ts +1 -2
- package/dest/l1_tx_utils/l1_tx_utils.d.ts.map +1 -1
- package/dest/l1_tx_utils/l1_tx_utils_with_blobs.d.ts +1 -1
- package/dest/l1_tx_utils/l1_tx_utils_with_blobs.d.ts.map +1 -1
- package/dest/l1_tx_utils/readonly_l1_tx_utils.d.ts +16 -16
- package/dest/l1_tx_utils/readonly_l1_tx_utils.d.ts.map +1 -1
- package/dest/l1_tx_utils/readonly_l1_tx_utils.js +3 -4
- package/dest/l1_tx_utils/signer.d.ts +1 -1
- package/dest/l1_tx_utils/types.d.ts +1 -1
- package/dest/l1_tx_utils/types.d.ts.map +1 -1
- package/dest/l1_tx_utils/utils.d.ts +1 -1
- package/dest/l1_types.d.ts +1 -1
- package/dest/publisher_manager.d.ts +1 -1
- package/dest/publisher_manager.d.ts.map +1 -1
- package/dest/queries.d.ts +1 -1
- package/dest/queries.d.ts.map +1 -1
- package/dest/queries.js +5 -3
- package/dest/test/chain_monitor.d.ts +21 -20
- package/dest/test/chain_monitor.d.ts.map +1 -1
- package/dest/test/chain_monitor.js +33 -34
- package/dest/test/delayed_tx_utils.d.ts +1 -1
- package/dest/test/delayed_tx_utils.d.ts.map +1 -1
- package/dest/test/eth_cheat_codes.d.ts +8 -12
- package/dest/test/eth_cheat_codes.d.ts.map +1 -1
- package/dest/test/eth_cheat_codes.js +8 -2
- 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 +11 -10
- package/dest/test/rollup_cheat_codes.d.ts.map +1 -1
- package/dest/test/rollup_cheat_codes.js +36 -38
- 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/upgrade_utils.d.ts +1 -1
- package/dest/types.d.ts +1 -1
- package/dest/utils.d.ts +1 -1
- package/dest/utils.d.ts.map +1 -1
- package/dest/zkPassportVerifierAddress.d.ts +1 -1
- package/package.json +10 -9
- package/src/config.ts +16 -8
- package/src/contracts/empire_base.ts +6 -5
- package/src/contracts/empire_slashing_proposer.ts +11 -5
- package/src/contracts/governance_proposer.ts +11 -5
- package/src/contracts/rollup.ts +71 -78
- package/src/contracts/tally_slashing_proposer.ts +8 -7
- package/src/deploy_l1_contracts.ts +55 -35
- package/src/l1_tx_utils/config.ts +9 -6
- package/src/l1_tx_utils/readonly_l1_tx_utils.ts +3 -4
- package/src/queries.ts +6 -3
- package/src/test/chain_monitor.ts +47 -47
- package/src/test/eth_cheat_codes.ts +7 -1
- package/src/test/rollup_cheat_codes.ts +37 -40
- package/src/test/start_anvil.ts +2 -0
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { type L1TxRequest, type ViemClient } from '@aztec/ethereum';
|
|
2
|
+
import { SlotNumber } from '@aztec/foundation/branded-types';
|
|
2
3
|
import { Buffer32 } from '@aztec/foundation/buffer';
|
|
3
4
|
import { EthAddress } from '@aztec/foundation/eth-address';
|
|
4
5
|
import { type Hex, type Log, type TypedDataDefinition } from 'viem';
|
|
@@ -36,7 +37,7 @@ export declare class TallySlashingProposerContract {
|
|
|
36
37
|
* @param slot - The slot number to check at
|
|
37
38
|
* @returns Whether the round is ready to execute
|
|
38
39
|
*/
|
|
39
|
-
isRoundReadyToExecute(round: bigint, slot:
|
|
40
|
+
isRoundReadyToExecute(round: bigint, slot: SlotNumber): Promise<boolean>;
|
|
40
41
|
/** Returns the slash actions and payload address for a given round (zero if no slash actions) */
|
|
41
42
|
getPayload(round: bigint): Promise<{
|
|
42
43
|
actions: {
|
|
@@ -58,9 +59,9 @@ export declare class TallySlashingProposerContract {
|
|
|
58
59
|
tryExtractVoteCastEvent(logs: Log[]): {
|
|
59
60
|
eventName: "VoteCast";
|
|
60
61
|
args: {
|
|
62
|
+
proposer: `0x${string}`;
|
|
61
63
|
round: bigint;
|
|
62
64
|
slot: bigint;
|
|
63
|
-
proposer: `0x${string}`;
|
|
64
65
|
};
|
|
65
66
|
} | undefined;
|
|
66
67
|
/** Tries to extract a RoundExecuted event from the given logs. */
|
|
@@ -78,11 +79,11 @@ export declare class TallySlashingProposerContract {
|
|
|
78
79
|
* @param signer - The signer to produce the signature
|
|
79
80
|
* @returns L1 transaction request
|
|
80
81
|
*/
|
|
81
|
-
buildVoteRequestFromSigner(votes: Hex, slot:
|
|
82
|
+
buildVoteRequestFromSigner(votes: Hex, slot: SlotNumber, signer: (msg: TypedDataDefinition) => Promise<Hex>): Promise<L1TxRequest>;
|
|
82
83
|
/** Returns the typed data definition to EIP712-sign for voting */
|
|
83
|
-
buildVoteTypedData(votes: Hex, slot:
|
|
84
|
+
buildVoteTypedData(votes: Hex, slot: SlotNumber): TypedDataDefinition;
|
|
84
85
|
/** Gets the digest to sign for voting directly from the contract */
|
|
85
|
-
getVoteDataDigest(votes: Hex, slot:
|
|
86
|
+
getVoteDataDigest(votes: Hex, slot: SlotNumber): Promise<Buffer32>;
|
|
86
87
|
/**
|
|
87
88
|
* Create a transaction to vote for slashing offenses
|
|
88
89
|
* @param votes - The encoded votes for slashing
|
|
@@ -135,4 +136,4 @@ export declare class TallySlashingProposerContract {
|
|
|
135
136
|
* @returns An array of numbers representing the slash votes
|
|
136
137
|
*/
|
|
137
138
|
export declare function decodeSlashConsensusVotes(buffer: Buffer): number[];
|
|
138
|
-
//# sourceMappingURL=
|
|
139
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFsbHlfc2xhc2hpbmdfcHJvcG9zZXIuZC50cyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9jb250cmFjdHMvdGFsbHlfc2xhc2hpbmdfcHJvcG9zZXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLEtBQUssV0FBVyxFQUFFLEtBQUssVUFBVSxFQUFtQixNQUFNLGlCQUFpQixDQUFDO0FBQ3JGLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxpQ0FBaUMsQ0FBQztBQUM3RCxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sMEJBQTBCLENBQUM7QUFDcEQsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLCtCQUErQixDQUFDO0FBSzNELE9BQU8sRUFFTCxLQUFLLEdBQUcsRUFDUixLQUFLLEdBQUcsRUFDUixLQUFLLG1CQUFtQixFQUd6QixNQUFNLE1BQU0sQ0FBQztBQUVkOzs7R0FHRztBQUNILHFCQUFhLDZCQUE2QjthQU10QixNQUFNLEVBQUUsVUFBVTtJQUxwQyxPQUFPLENBQUMsUUFBUSxDQUFDLFFBQVEsQ0FBcUU7SUFFOUYsU0FBZ0IsSUFBSSxVQUFvQjtJQUV4QyxZQUNrQixNQUFNLEVBQUUsVUFBVSxFQUNsQyxPQUFPLEVBQUUsR0FBRyxHQUFHLFVBQVUsRUFPMUI7SUFFRCxJQUFXLE9BQU8sZUFFakI7SUFFTSxhQUFhLElBQUksT0FBTyxDQUFDLE1BQU0sQ0FBQyxDQUV0QztJQUVNLFlBQVksSUFBSSxPQUFPLENBQUMsTUFBTSxDQUFDLENBRXJDO0lBRU0sZ0JBQWdCLElBQUksT0FBTyxDQUFDLE1BQU0sQ0FBQyxDQUV6QztJQUVNLG9CQUFvQixJQUFJLE9BQU8sQ0FBQyxNQUFNLENBQUMsQ0FFN0M7SUFFTSxtQkFBbUIsSUFBSSxPQUFPLENBQUMsTUFBTSxDQUFDLENBRTVDO0lBRU0seUJBQXlCLElBQUksT0FBTyxDQUFDLE1BQU0sQ0FBQyxDQUVsRDtJQUVNLGtCQUFrQixJQUFJLE9BQU8sQ0FBQyxD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
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tally_slashing_proposer.d.ts","sourceRoot":"","sources":["../../src/contracts/tally_slashing_proposer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,WAAW,EAAE,KAAK,UAAU,EAAmB,MAAM,iBAAiB,CAAC;AACrF,OAAO,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACpD,OAAO,EAAE,UAAU,EAAE,MAAM,+BAA+B,CAAC;AAK3D,OAAO,EAEL,KAAK,GAAG,EACR,KAAK,GAAG,EACR,KAAK,mBAAmB,EAGzB,MAAM,MAAM,CAAC;AAEd;;;GAGG;AACH,qBAAa,6BAA6B;aAMtB,MAAM,EAAE,UAAU;IALpC,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAqE;IAE9F,SAAgB,IAAI,
|
|
1
|
+
{"version":3,"file":"tally_slashing_proposer.d.ts","sourceRoot":"","sources":["../../src/contracts/tally_slashing_proposer.ts"],"names":[],"mappings":"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"}
|
|
@@ -76,7 +76,7 @@ import { encodeFunctionData, getContract } from 'viem';
|
|
|
76
76
|
*/ async isRoundReadyToExecute(round, slot) {
|
|
77
77
|
return await this.contract.read.isRoundReadyToExecute([
|
|
78
78
|
round,
|
|
79
|
-
slot
|
|
79
|
+
BigInt(slot)
|
|
80
80
|
]);
|
|
81
81
|
}
|
|
82
82
|
/** Returns the slash actions and payload address for a given round (zero if no slash actions) */ async getPayload(round) {
|
|
@@ -186,14 +186,14 @@ import { encodeFunctionData, getContract } from 'viem';
|
|
|
186
186
|
primaryType: 'Vote',
|
|
187
187
|
message: {
|
|
188
188
|
votes,
|
|
189
|
-
slot
|
|
189
|
+
slot: BigInt(slot)
|
|
190
190
|
}
|
|
191
191
|
};
|
|
192
192
|
}
|
|
193
193
|
/** Gets the digest to sign for voting directly from the contract */ async getVoteDataDigest(votes, slot) {
|
|
194
194
|
return Buffer32.fromString(await this.contract.read.getVoteSignatureDigest([
|
|
195
195
|
votes,
|
|
196
|
-
slot
|
|
196
|
+
BigInt(slot)
|
|
197
197
|
]));
|
|
198
198
|
}
|
|
199
199
|
/**
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import type { ViemClient } from '../types.js';
|
|
2
2
|
export declare function checkBlockTag(block: bigint | undefined, publicClient: ViemClient): Promise<void>;
|
|
3
|
-
//# sourceMappingURL=
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidXRpbHMuZC50cyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9jb250cmFjdHMvdXRpbHMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxLQUFLLEVBQUUsVUFBVSxFQUFFLE1BQU0sYUFBYSxDQUFDO0FBSzlDLHdCQUFzQixhQUFhLENBQUMsS0FBSyxFQUFFLE1BQU0sR0FBRyxTQUFTLEVBQUUsWUFBWSxFQUFFLFVBQVUsaUJBUXRGIn0=
|
|
@@ -4,7 +4,7 @@ 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';
|
|
@@ -131,23 +131,23 @@ export declare const deploySharedContracts: (l1Client: ExtendedViemWalletClient,
|
|
|
131
131
|
* @param txUtilsConfig - The L1 tx utils config.
|
|
132
132
|
* @param createVerificationJson - Optional path to write verification data for forge verify.
|
|
133
133
|
*/
|
|
134
|
-
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<{
|
|
135
135
|
rollup: RollupContract;
|
|
136
136
|
slashFactoryAddress: EthAddress;
|
|
137
137
|
}>;
|
|
138
|
-
export declare const deploySlashFactory: (deployer: L1Deployer, rollupAddress:
|
|
138
|
+
export declare const deploySlashFactory: (deployer: L1Deployer, rollupAddress: `0x${string}`, logger: Logger) => Promise<EthAddress>;
|
|
139
139
|
export declare const deployUpgradePayload: (deployer: L1Deployer, addresses: Pick<L1ContractAddresses, "registryAddress" | "rollupAddress">) => Promise<EthAddress>;
|
|
140
140
|
/**
|
|
141
141
|
* Deploys a new rollup contract, funds and initializes the fee juice portal, and initializes the validator set.
|
|
142
142
|
*/
|
|
143
|
-
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<{
|
|
144
144
|
rollup: RollupContract;
|
|
145
145
|
slashFactoryAddress: EthAddress;
|
|
146
146
|
}>;
|
|
147
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
148
|
dateGatedRelayerAddress: EthAddress;
|
|
149
149
|
}>;
|
|
150
|
-
export declare const addMultipleValidators: (extendedClient: ExtendedViemWalletClient, deployer: L1Deployer, gseAddress:
|
|
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>;
|
|
151
151
|
/**
|
|
152
152
|
* Initialize the fee asset handler and make it a minter on the fee asset.
|
|
153
153
|
* @note This function will only be used for testing purposes.
|
|
@@ -159,7 +159,7 @@ export declare const addMultipleValidators: (extendedClient: ExtendedViemWalletC
|
|
|
159
159
|
*/
|
|
160
160
|
export declare const cheat_initializeFeeAssetHandler: (extendedClient: ExtendedViemWalletClient, deployer: L1Deployer, feeAssetAddress: EthAddress, logger: Logger) => Promise<{
|
|
161
161
|
feeAssetHandlerAddress: EthAddress;
|
|
162
|
-
txHash:
|
|
162
|
+
txHash: `0x${string}`;
|
|
163
163
|
}>;
|
|
164
164
|
/**
|
|
165
165
|
* Deploys the aztec L1 contracts; Rollup & (optionally) Decoder Helper.
|
|
@@ -170,7 +170,452 @@ export declare const cheat_initializeFeeAssetHandler: (extendedClient: ExtendedV
|
|
|
170
170
|
* @param args - Arguments for initialization of L1 contracts
|
|
171
171
|
* @returns A list of ETH addresses of the deployed contracts.
|
|
172
172
|
*/
|
|
173
|
-
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>;
|
|
174
619
|
export declare class L1Deployer {
|
|
175
620
|
readonly client: ExtendedViemWalletClient;
|
|
176
621
|
private acceleratedTestDeployments;
|
|
@@ -184,6 +629,7 @@ export declare class L1Deployer {
|
|
|
184
629
|
constructor(client: ExtendedViemWalletClient, maybeSalt: number | undefined, dateProvider?: DateProvider, acceleratedTestDeployments?: boolean, logger?: Logger, txUtilsConfig?: L1TxUtilsConfig | undefined, createVerificationJson?: boolean);
|
|
185
630
|
deploy<const TAbi extends Abi>(params: ContractArtifacts<TAbi>, args?: ContractConstructorArgs<TAbi>, opts?: {
|
|
186
631
|
gasLimit?: bigint;
|
|
632
|
+
noSimulation?: boolean;
|
|
187
633
|
}): Promise<{
|
|
188
634
|
address: EthAddress;
|
|
189
635
|
existed: boolean;
|
|
@@ -212,6 +658,7 @@ export declare function deployL1Contract(extendedClient: ExtendedViemWalletClien
|
|
|
212
658
|
l1TxUtils?: L1TxUtils;
|
|
213
659
|
gasLimit?: bigint;
|
|
214
660
|
acceleratedTestDeployments?: boolean;
|
|
661
|
+
noSimulation?: boolean;
|
|
215
662
|
}): Promise<{
|
|
216
663
|
address: EthAddress;
|
|
217
664
|
txHash: Hex | undefined;
|
|
@@ -223,4 +670,4 @@ export declare function getExpectedAddress(abi: Narrow<Abi | readonly unknown[]>
|
|
|
223
670
|
paddedSalt: `0x${string}`;
|
|
224
671
|
calldata: `0x${string}`;
|
|
225
672
|
};
|
|
226
|
-
//# sourceMappingURL=
|
|
673
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVwbG95X2wxX2NvbnRyYWN0cy5kLnRzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL2RlcGxveV9sMV9jb250cmFjdHMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUEsT0FBTyxFQUFFLFdBQVcsRUFBd0IsTUFBTSwwQkFBMEIsQ0FBQztBQUU3RSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sK0JBQStCLENBQUM7QUFDM0QsT0FBTyxLQUFLLEVBQUUsRUFBRSxFQUFFLE1BQU0sMEJBQTBCLENBQUM7QUFFbkQsT0FBTyxFQUFFLEtBQUssTUFBTSxFQUFnQixNQUFNLHVCQUF1QixDQUFDO0FBQ2xFLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUd2RCxPQUFPLEtBQUssRUFBRSxHQUFHLEVBQUUsTUFBTSxFQUFFLE1BQU0sU0FBUyxDQUFDO0FBRzNDLE9BQU8sRUFDTCxLQUFLLEtBQUssRUFDVixLQUFLLHVCQUF1QixFQUU1QixLQUFLLEdBQUcsRUFXVCxNQUFNLE1BQU0sQ0FBQztBQUtkLE9BQU8sRUFDTCxLQUFLLGlCQUFpQixFQU12QixNQUFNLGFBQWEsQ0FBQztBQUlyQixPQUFPLEVBQUUsY0FBYyxFQUF3QixNQUFNLHVCQUF1QixDQUFDO0FBbUI3RSxPQUFPLEtBQUssRUFBRSxtQkFBbUIsRUFBRSxNQUFNLDRCQUE0QixDQUFDO0FBQ3RFLE9BQU8sRUFDTCxLQUFLLFFBQVEsRUFDYixLQUFLLFVBQVUsRUFDZixLQUFLLFdBQVcsRUFDaEIsU0FBUyxFQUNULEtBQUssZUFBZSxFQUdyQixNQUFNLHdCQUF3QixDQUFDO0FBQ2hDLE9BQU8sS0FBSyxFQUFFLHdCQUF3QixFQUFFLE1BQU0sWUFBWSxDQUFDO0FBSTNELGVBQU8sTUFBTSxnQkFBZ0IsRUFBRSxHQUFrRCxDQUFDO0FBRWxGLE1BQU0sTUFBTSxRQUFRLEdBQUc7SUFDckIsUUFBUSxFQUFFLFVBQVUsQ0FBQztJQUNyQixVQUFVLEVBQUUsVUFBVSxD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
|