Skip to content

Commit

Permalink
update chain monitor config
Browse files Browse the repository at this point in the history
  • Loading branch information
yiweichi committed Oct 30, 2024
1 parent 848f31a commit 2eba3d2
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions docker/templates/balance-checker-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,37 +4,43 @@
"rpc_url": "${SCROLL_L1_RPC}",
"min_balance_ether": "10",
"address": "${L1_COMMIT_SENDER_ADDRESS}",
"name": "L1_COMMIT_SENDER"
"name": "L1_COMMIT_SENDER",
"confirmation_number": 1
},
{
"rpc_url": "${SCROLL_L1_RPC}",
"min_balance_ether": "10",
"address": "${L1_FINALIZE_SENDER_ADDRESS}",
"name": "L1_FINALIZE_SENDER"
"name": "L1_FINALIZE_SENDER",
"confirmation_number": 1
},
{
"rpc_url": "${SCROLL_L1_RPC}",
"min_balance_ether": "1.1",
"address": "${L1_GAS_ORACLE_SENDER_ADDRESS}",
"name": "L1_GAS_ORACLE_SENDER"
"name": "L1_GAS_ORACLE_SENDER",
"confirmation_number": 1
},
{
"rpc_url": "${SCROLL_L1_RPC}",
"min_balance_ether": "0",
"address": "${L1_SCROLL_FEE_VAULT_ADDRESS}",
"name": "L1_SCROLL_FEE_VAULT"
"name": "L1_SCROLL_FEE_VAULT",
"confirmation_number": 1
},
{
"rpc_url": "${SCROLL_L2_RPC}",
"min_balance_ether": "1.1",
"address": "${L2_GAS_ORACLE_SENDER_ADDRESS}",
"name": "L2_GAS_ORACLE_SENDER"
"name": "L2_GAS_ORACLE_SENDER",
"confirmation_number": 1
},
{
"rpc_url": "${SCROLL_L2_RPC}",
"min_balance_ether": "0",
"address": "${L2_TX_FEE_VAULT_ADDR}",
"name": "L2_TX_FEE_VAULT"
"name": "L2_TX_FEE_VAULT",
"confirmation_number": 1
}
],
"JOB_INTERVAL_SECS": 60,
Expand Down

0 comments on commit 2eba3d2

Please sign in to comment.