@aztec/ethereum 0.44.0 → 0.45.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.
|
@@ -80,7 +80,7 @@ export declare function createL1Clients(rpcUrl: string, mnemonicOrHdAccount: str
|
|
|
80
80
|
walletClient: WalletClient<HttpTransport, Chain, Account>;
|
|
81
81
|
};
|
|
82
82
|
/**
|
|
83
|
-
* Deploys the aztec L1 contracts; Rollup
|
|
83
|
+
* Deploys the aztec L1 contracts; Rollup & (optionally) Decoder Helper.
|
|
84
84
|
* @param rpcUrl - URL of the ETH RPC to use for deployment.
|
|
85
85
|
* @param account - Private Key or HD Account that will deploy the contracts.
|
|
86
86
|
* @param chain - The chain instance to deploy to.
|
|
@@ -23,7 +23,7 @@ export function createL1Clients(rpcUrl, mnemonicOrHdAccount, chain = foundry) {
|
|
|
23
23
|
return { walletClient, publicClient };
|
|
24
24
|
}
|
|
25
25
|
/**
|
|
26
|
-
* Deploys the aztec L1 contracts; Rollup
|
|
26
|
+
* Deploys the aztec L1 contracts; Rollup & (optionally) Decoder Helper.
|
|
27
27
|
* @param rpcUrl - URL of the ETH RPC to use for deployment.
|
|
28
28
|
* @param account - Private Key or HD Account that will deploy the contracts.
|
|
29
29
|
* @param chain - The chain instance to deploy to.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aztec/ethereum",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.45.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": "./dest/index.js",
|
|
6
6
|
"typedocOptions": {
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"../package.common.json"
|
|
25
25
|
],
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@aztec/foundation": "0.
|
|
27
|
+
"@aztec/foundation": "0.45.1",
|
|
28
28
|
"dotenv": "^16.0.3",
|
|
29
29
|
"tslib": "^2.4.0",
|
|
30
30
|
"viem": "^2.7.15"
|
|
@@ -116,7 +116,7 @@ export function createL1Clients(
|
|
|
116
116
|
}
|
|
117
117
|
|
|
118
118
|
/**
|
|
119
|
-
* Deploys the aztec L1 contracts; Rollup
|
|
119
|
+
* Deploys the aztec L1 contracts; Rollup & (optionally) Decoder Helper.
|
|
120
120
|
* @param rpcUrl - URL of the ETH RPC to use for deployment.
|
|
121
121
|
* @param account - Private Key or HD Account that will deploy the contracts.
|
|
122
122
|
* @param chain - The chain instance to deploy to.
|