Skip to content

Commit c1cd90a

Browse files
Add a better description to the monthly_budget_eth config variable
1 parent 7a5a5a3 commit c1cd90a

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

config-files/config-proof-aggregator-ethereum-package.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ proofs_per_chunk: 512 # Amount of proofs to process per chunk
1212
# Since each proof commitments takes 32 bytes hash
1313
# We can aggregate as much proofs as 126.976 / 32 = 3968 per blob
1414
total_proofs_limit: 3968
15-
# Monthly ETH budget for on-chain proof verification
15+
16+
# Monthly ETH budget for on-chain proof verification. This value must be non-negative.
17+
# This value will be used to calculate how much gas we can spend per second to send proofs on-chain.
18+
# Note that this value is for the entire month. For example, if you set it to 15.0 ETH,
19+
# then after 24 hours you can spend (15.0 ETH / 30 days) = 0.5 ETH.
1620
monthly_budget_eth: 15.0
1721

1822
ecdsa:

config-files/config-proof-aggregator-mock-ethereum-package.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ proofs_per_chunk: 512 # Amount of proofs to process per chunk
1212
# Since each proof commitments takes 32 bytes hash
1313
# We can aggregate as much proofs as 126.976 / 32 = 3968 per blob
1414
total_proofs_limit: 3968
15-
# Monthly ETH budget for on-chain proof verification
15+
16+
# Monthly ETH budget for on-chain proof verification. This value must be non-negative.
17+
# This value will be used to calculate how much gas we can spend per second to send proofs on-chain.
18+
# Note that this value is for the entire month. For example, if you set it to 15.0 ETH,
19+
# then after 24 hours you can spend (15.0 ETH / 30 days) = 0.5 ETH.
1620
monthly_budget_eth: 15.0
1721

1822
ecdsa:

config-files/config-proof-aggregator-mock.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ proofs_per_chunk: 512 # Amount of proofs to process per chunk
1212
# Since each proof commitments takes 32 bytes hash
1313
# We can aggregate as much proofs as 126.976 / 32 = 3968 per blob
1414
total_proofs_limit: 3968
15-
# Monthly ETH budget for on-chain proof verification
15+
16+
# Monthly ETH budget for on-chain proof verification. This value must be non-negative.
17+
# This value will be used to calculate how much gas we can spend per second to send proofs on-chain.
18+
# Note that this value is for the entire month. For example, if you set it to 15.0 ETH,
19+
# then after 24 hours you can spend (15.0 ETH / 30 days) = 0.5 ETH.
1620
monthly_budget_eth: 15.0
1721

1822
ecdsa:

config-files/config-proof-aggregator.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ proofs_per_chunk: 512 # Amount of proofs to process per chunk
1212
# Since each proof commitments takes 32 bytes hash
1313
# We can aggregate as much proofs as 126.976 / 32 = 3968 per blob
1414
total_proofs_limit: 3968
15-
# Monthly ETH budget for on-chain proof verification
15+
16+
# Monthly ETH budget for on-chain proof verification. This value must be non-negative.
17+
# This value will be used to calculate how much gas we can spend per second to send proofs on-chain.
18+
# Note that this value is for the entire month. For example, if you set it to 15.0 ETH,
19+
# then after 24 hours you can spend (15.0 ETH / 30 days) = 0.5 ETH.
1620
monthly_budget_eth: 15.0
1721

1822
ecdsa:

0 commit comments

Comments
 (0)