We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba4b246 commit dab3581Copy full SHA for dab3581
scripts/config.ts
@@ -269,8 +269,7 @@ function writeConfigs(argv: any) {
269
// TODO Fix das config to not need this redundant config
270
"parent-chain-node-url": argv.l1url,
271
"sequencer-inbox-address": "not_set"
272
- },
273
- "da": {},
+ }
274
},
275
"execution": {
276
"sequencer": {
@@ -294,7 +293,7 @@ function writeConfigs(argv: any) {
294
293
baseConfig.node["data-availability"]["sequencer-inbox-address"] = ethers.utils.hexlify(getChainInfo()[0]["rollup"]["sequencer-inbox"]);
295
296
if (argv.referenceDA) {
297
- baseConfig.node["da"] = {
+ (baseConfig as any).node["da"] = {
298
"mode": "external",
299
"external-provider": {
300
"enable": true,
0 commit comments