Skip to content

Commit

Permalink
fix: restore chain monitor config confirm block
Browse files Browse the repository at this point in the history
  • Loading branch information
yiweichi committed Aug 15, 2024
1 parent 429c441 commit b8d6ec9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/templates/chain-monitor-config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"l1_config": {
"l1_url": null,
"confirm": "0x0",
"confirm": "0x20",
"start_number": null,
"l1_contracts": {
"l1_gateways": {
Expand All @@ -26,7 +26,7 @@
},
"l2_config": {
"l2_url": null,
"confirm": "0x0",
"confirm": "0x80",
"l2_contracts": {
"l2_gateways": {
"eth_gateway": null,
Expand Down

0 comments on commit b8d6ec9

Please sign in to comment.