Skip to content

Commit

Permalink
config: limit tip to 1gway
Browse files Browse the repository at this point in the history
  • Loading branch information
tsahee committed Jun 12, 2024
1 parent 94fe5a7 commit 26b96c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,8 @@ function writeConfigs(argv: any) {
"redis-signer": {
"signing-key": "0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef"
},
"wait-for-l1-finality": false
"wait-for-l1-finality": false,
"max-tip-cap-gwei" : 1,
}
},
"block-validator": {
Expand Down

0 comments on commit 26b96c7

Please sign in to comment.