Skip to content

Commit b7dba3d

Browse files
fix: avoid _ when declaring monthly eth buget variable
1 parent b65538a commit b7dba3d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ proofs_per_chunk: 512 # Amount of proofs to process per chunk
1313
# We can aggregate as much proofs as 126.976 / 32 = 3968 per blob
1414
total_proofs_limit: 3968
1515
# Monthly ETH budget for on-chain proof verification
16-
monthly_eth_budget_gwei: 15_000_000_000
16+
monthly_eth_budget_gwei: 15000000000
1717

1818
ecdsa:
1919
private_key_store_path: "config-files/anvil.proof-aggregator.ecdsa.key.json"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ proofs_per_chunk: 512 # Amount of proofs to process per chunk
1313
# We can aggregate as much proofs as 126.976 / 32 = 3968 per blob
1414
total_proofs_limit: 3968
1515
# Monthly ETH budget for on-chain proof verification
16-
monthly_eth_budget_gwei: 15_000_000_000
16+
monthly_eth_budget_gwei: 15000000000
1717

1818
ecdsa:
1919
private_key_store_path: "config-files/anvil.proof-aggregator.ecdsa.key.json"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ proofs_per_chunk: 512 # Amount of proofs to process per chunk
1313
# We can aggregate as much proofs as 126.976 / 32 = 3968 per blob
1414
total_proofs_limit: 3968
1515
# Monthly ETH budget for on-chain proof verification
16-
monthly_eth_budget_gwei: 15_000_000_000
16+
monthly_eth_budget_gwei: 15000000000
1717

1818
ecdsa:
1919
private_key_store_path: "config-files/anvil.proof-aggregator.ecdsa.key.json"

config-files/config-proof-aggregator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ proofs_per_chunk: 512 # Amount of proofs to process per chunk
1313
# We can aggregate as much proofs as 126.976 / 32 = 3968 per blob
1414
total_proofs_limit: 3968
1515
# Monthly ETH budget for on-chain proof verification
16-
monthly_eth_budget_gwei: 15_000_000_000
16+
monthly_eth_budget_gwei: 15000000000
1717

1818
ecdsa:
1919
private_key_store_path: "config-files/anvil.proof-aggregator.ecdsa.key.json"

0 commit comments

Comments
 (0)