Skip to content

Commit 9ce8db5

Browse files
committed
minor fix
1 parent 3f35196 commit 9ce8db5

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

scripts/config.ts

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,21 @@ function writeConfigs(argv: any) {
201201
"staker-interval": "10s",
202202
"make-assertion-interval": "10s",
203203
"strategy": "MakeNodes",
204+
"data-poster": {
205+
"redis-signer": {
206+
"signing-key": "0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef"
207+
},
208+
"wait-for-l1-finality": false,
209+
"external-signer": {
210+
"url": "",
211+
"address": "",
212+
"method": "eth_signTransaction",
213+
"root-ca": "",
214+
"client-cert": "",
215+
"client-private-key": "",
216+
"insecure-skip-verify": false
217+
}
218+
}
204219
},
205220
"sequencer": false,
206221
"dangerous": {
@@ -234,7 +249,16 @@ function writeConfigs(argv: any) {
234249
"redis-signer": {
235250
"signing-key": "0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef"
236251
},
237-
"wait-for-l1-finality": false
252+
"wait-for-l1-finality": false,
253+
"external-signer": {
254+
"url": "",
255+
"address": "",
256+
"method": "eth_signTransaction",
257+
"root-ca": "",
258+
"client-cert": "",
259+
"client-private-key": "",
260+
"insecure-skip-verify": false
261+
}
238262
}
239263
},
240264
"block-validator": {

0 commit comments

Comments
 (0)