@aztec/cli 4.0.0-devnet.2-patch.0 → 4.0.0-devnet.2-patch.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.
|
@@ -11,4 +11,4 @@ import type { NetworkNames } from '@aztec/foundation/config';
|
|
|
11
11
|
* @param networkName - The network name
|
|
12
12
|
*/
|
|
13
13
|
export declare function enrichEnvironmentWithChainName(networkName: NetworkNames): void;
|
|
14
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
14
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hhaW5fbDJfY29uZmlnLmQudHMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvY29uZmlnL2NoYWluX2wyX2NvbmZpZy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEtBQUssRUFBRSxZQUFZLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQztBQTBCN0Q7Ozs7Ozs7Ozs7R0FVRztBQUNILHdCQUFnQiw4QkFBOEIsQ0FBQyxXQUFXLEVBQUUsWUFBWSxRQXFCdkUifQ==
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chain_l2_config.d.ts","sourceRoot":"","sources":["../../src/config/chain_l2_config.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AA0B7D;;;;;;;;;;GAUG;AACH,wBAAgB,8BAA8B,CAAC,WAAW,EAAE,YAAY,
|
|
1
|
+
{"version":3,"file":"chain_l2_config.d.ts","sourceRoot":"","sources":["../../src/config/chain_l2_config.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AA0B7D;;;;;;;;;;GAUG;AACH,wBAAgB,8BAA8B,CAAC,WAAW,EAAE,YAAY,QAqBvE"}
|
|
@@ -34,7 +34,9 @@ function getDefaultDataDir(networkName) {
|
|
|
34
34
|
return;
|
|
35
35
|
}
|
|
36
36
|
// Apply generated network config from defaults.yml
|
|
37
|
-
|
|
37
|
+
// For devnet iterations (v4-devnet-1, etc.), use the base devnet config
|
|
38
|
+
const configKey = /^v\d+-devnet-\d+$/.test(networkName) ? 'devnet' : networkName;
|
|
39
|
+
const generatedConfig = NetworkConfigs[configKey];
|
|
38
40
|
if (generatedConfig) {
|
|
39
41
|
enrichEnvironmentWithNetworkConfig(generatedConfig);
|
|
40
42
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aztec/cli",
|
|
3
|
-
"version": "4.0.0-devnet.2-patch.
|
|
3
|
+
"version": "4.0.0-devnet.2-patch.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
"./contracts": "./dest/cmds/contracts/index.js",
|
|
@@ -77,23 +77,23 @@
|
|
|
77
77
|
]
|
|
78
78
|
},
|
|
79
79
|
"dependencies": {
|
|
80
|
-
"@aztec/accounts": "4.0.0-devnet.2-patch.
|
|
81
|
-
"@aztec/archiver": "4.0.0-devnet.2-patch.
|
|
82
|
-
"@aztec/aztec.js": "4.0.0-devnet.2-patch.
|
|
83
|
-
"@aztec/constants": "4.0.0-devnet.2-patch.
|
|
84
|
-
"@aztec/entrypoints": "4.0.0-devnet.2-patch.
|
|
85
|
-
"@aztec/ethereum": "4.0.0-devnet.2-patch.
|
|
86
|
-
"@aztec/foundation": "4.0.0-devnet.2-patch.
|
|
87
|
-
"@aztec/l1-artifacts": "4.0.0-devnet.2-patch.
|
|
88
|
-
"@aztec/node-keystore": "4.0.0-devnet.2-patch.
|
|
89
|
-
"@aztec/node-lib": "4.0.0-devnet.2-patch.
|
|
90
|
-
"@aztec/p2p": "4.0.0-devnet.2-patch.
|
|
91
|
-
"@aztec/protocol-contracts": "4.0.0-devnet.2-patch.
|
|
92
|
-
"@aztec/sequencer-client": "4.0.0-devnet.2-patch.
|
|
93
|
-
"@aztec/slasher": "4.0.0-devnet.2-patch.
|
|
94
|
-
"@aztec/stdlib": "4.0.0-devnet.2-patch.
|
|
95
|
-
"@aztec/wallets": "4.0.0-devnet.2-patch.
|
|
96
|
-
"@aztec/world-state": "4.0.0-devnet.2-patch.
|
|
80
|
+
"@aztec/accounts": "4.0.0-devnet.2-patch.1",
|
|
81
|
+
"@aztec/archiver": "4.0.0-devnet.2-patch.1",
|
|
82
|
+
"@aztec/aztec.js": "4.0.0-devnet.2-patch.1",
|
|
83
|
+
"@aztec/constants": "4.0.0-devnet.2-patch.1",
|
|
84
|
+
"@aztec/entrypoints": "4.0.0-devnet.2-patch.1",
|
|
85
|
+
"@aztec/ethereum": "4.0.0-devnet.2-patch.1",
|
|
86
|
+
"@aztec/foundation": "4.0.0-devnet.2-patch.1",
|
|
87
|
+
"@aztec/l1-artifacts": "4.0.0-devnet.2-patch.1",
|
|
88
|
+
"@aztec/node-keystore": "4.0.0-devnet.2-patch.1",
|
|
89
|
+
"@aztec/node-lib": "4.0.0-devnet.2-patch.1",
|
|
90
|
+
"@aztec/p2p": "4.0.0-devnet.2-patch.1",
|
|
91
|
+
"@aztec/protocol-contracts": "4.0.0-devnet.2-patch.1",
|
|
92
|
+
"@aztec/sequencer-client": "4.0.0-devnet.2-patch.1",
|
|
93
|
+
"@aztec/slasher": "4.0.0-devnet.2-patch.1",
|
|
94
|
+
"@aztec/stdlib": "4.0.0-devnet.2-patch.1",
|
|
95
|
+
"@aztec/wallets": "4.0.0-devnet.2-patch.1",
|
|
96
|
+
"@aztec/world-state": "4.0.0-devnet.2-patch.1",
|
|
97
97
|
"@ethersproject/wallet": "^5.8.0",
|
|
98
98
|
"@iarna/toml": "^2.2.5",
|
|
99
99
|
"@libp2p/peer-id-factory": "^3.0.4",
|
|
@@ -107,9 +107,9 @@
|
|
|
107
107
|
"viem": "npm:@aztec/viem@2.38.2"
|
|
108
108
|
},
|
|
109
109
|
"devDependencies": {
|
|
110
|
-
"@aztec/aztec-node": "4.0.0-devnet.2-patch.
|
|
111
|
-
"@aztec/kv-store": "4.0.0-devnet.2-patch.
|
|
112
|
-
"@aztec/telemetry-client": "4.0.0-devnet.2-patch.
|
|
110
|
+
"@aztec/aztec-node": "4.0.0-devnet.2-patch.1",
|
|
111
|
+
"@aztec/kv-store": "4.0.0-devnet.2-patch.1",
|
|
112
|
+
"@aztec/telemetry-client": "4.0.0-devnet.2-patch.1",
|
|
113
113
|
"@jest/globals": "^30.0.0",
|
|
114
114
|
"@types/jest": "^30.0.0",
|
|
115
115
|
"@types/lodash.chunk": "^4.2.9",
|
|
@@ -126,15 +126,15 @@
|
|
|
126
126
|
"typescript": "^5.3.3"
|
|
127
127
|
},
|
|
128
128
|
"peerDependencies": {
|
|
129
|
-
"@aztec/accounts": "4.0.0-devnet.2-patch.
|
|
130
|
-
"@aztec/bb-prover": "4.0.0-devnet.2-patch.
|
|
131
|
-
"@aztec/ethereum": "4.0.0-devnet.2-patch.
|
|
132
|
-
"@aztec/l1-artifacts": "4.0.0-devnet.2-patch.
|
|
133
|
-
"@aztec/noir-contracts.js": "4.0.0-devnet.2-patch.
|
|
134
|
-
"@aztec/noir-protocol-circuits-types": "4.0.0-devnet.2-patch.
|
|
135
|
-
"@aztec/noir-test-contracts.js": "4.0.0-devnet.2-patch.
|
|
136
|
-
"@aztec/protocol-contracts": "4.0.0-devnet.2-patch.
|
|
137
|
-
"@aztec/stdlib": "4.0.0-devnet.2-patch.
|
|
129
|
+
"@aztec/accounts": "4.0.0-devnet.2-patch.1",
|
|
130
|
+
"@aztec/bb-prover": "4.0.0-devnet.2-patch.1",
|
|
131
|
+
"@aztec/ethereum": "4.0.0-devnet.2-patch.1",
|
|
132
|
+
"@aztec/l1-artifacts": "4.0.0-devnet.2-patch.1",
|
|
133
|
+
"@aztec/noir-contracts.js": "4.0.0-devnet.2-patch.1",
|
|
134
|
+
"@aztec/noir-protocol-circuits-types": "4.0.0-devnet.2-patch.1",
|
|
135
|
+
"@aztec/noir-test-contracts.js": "4.0.0-devnet.2-patch.1",
|
|
136
|
+
"@aztec/protocol-contracts": "4.0.0-devnet.2-patch.1",
|
|
137
|
+
"@aztec/stdlib": "4.0.0-devnet.2-patch.1"
|
|
138
138
|
},
|
|
139
139
|
"files": [
|
|
140
140
|
"dest",
|
|
@@ -45,7 +45,9 @@ export function enrichEnvironmentWithChainName(networkName: NetworkNames) {
|
|
|
45
45
|
}
|
|
46
46
|
|
|
47
47
|
// Apply generated network config from defaults.yml
|
|
48
|
-
|
|
48
|
+
// For devnet iterations (v4-devnet-1, etc.), use the base devnet config
|
|
49
|
+
const configKey = /^v\d+-devnet-\d+$/.test(networkName) ? 'devnet' : networkName;
|
|
50
|
+
const generatedConfig = NetworkConfigs[configKey];
|
|
49
51
|
if (generatedConfig) {
|
|
50
52
|
enrichEnvironmentWithNetworkConfig(generatedConfig);
|
|
51
53
|
}
|