Skip to content

Commit dab3581

Browse files
this?
1 parent ba4b246 commit dab3581

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

scripts/config.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,7 @@ function writeConfigs(argv: any) {
269269
// TODO Fix das config to not need this redundant config
270270
"parent-chain-node-url": argv.l1url,
271271
"sequencer-inbox-address": "not_set"
272-
},
273-
"da": {},
272+
}
274273
},
275274
"execution": {
276275
"sequencer": {
@@ -294,7 +293,7 @@ function writeConfigs(argv: any) {
294293
baseConfig.node["data-availability"]["sequencer-inbox-address"] = ethers.utils.hexlify(getChainInfo()[0]["rollup"]["sequencer-inbox"]);
295294

296295
if (argv.referenceDA) {
297-
baseConfig.node["da"] = {
296+
(baseConfig as any).node["da"] = {
298297
"mode": "external",
299298
"external-provider": {
300299
"enable": true,

0 commit comments

Comments
 (0)