Skip to content

Commit

Permalink
fix(envs): underscores in wei amounts for min_priority_fee
Browse files Browse the repository at this point in the history
  • Loading branch information
thedevbirb committed Dec 10, 2024
1 parent 17caf27 commit 1157236
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bolt-sidecar/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ BOLT_SIDECAR_MAX_COMMITMENTS_PER_SLOT=128
# Max committed gas per slot
BOLT_SIDECAR_MAX_COMMITTED_GAS_PER_SLOT=10_000_000
# Min priority fee to accept for a commitment
BOLT_SIDECAR_MIN_PRIORITY_FEE=4_000_000_000 # 4 Gwei = 4 * 10^9 wei
BOLT_SIDECAR_MIN_PRIORITY_FEE=2000000000 # 2 Gwei = 2 * 10^9 wei

# Chain configuration
# Chain on which the sidecar is running
Expand Down
2 changes: 1 addition & 1 deletion testnets/holesky/bolt-sidecar.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ BOLT_SIDECAR_MAX_COMMITMENTS_PER_SLOT=128
# Max committed gas per slot
BOLT_SIDECAR_MAX_COMMITTED_GAS_PER_SLOT=10_000_000
# Min priority fee to accept for a commitment
BOLT_SIDECAR_MIN_PRIORITY_FEE=4_000_000_000 # 4 Gwei = 4 * 10^9 wei
BOLT_SIDECAR_MIN_PRIORITY_FEE=2000000000 # 2 Gwei = 2 * 10^9 wei

# Chain configuration
# Chain on which the sidecar is running
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ BOLT_SIDECAR_MAX_COMMITMENTS_PER_SLOT=128
# Max committed gas per slot
BOLT_SIDECAR_MAX_COMMITTED_GAS_PER_SLOT=10_000_000
# Min priority fee to accept for a commitment
BOLT_SIDECAR_MIN_PRIORITY_FEE=4_000_000_000 # 4 Gwei = 4 * 10^9 wei
BOLT_SIDECAR_MIN_PRIORITY_FEE=2000000000 # 2 Gwei = 2 * 10^9 wei

# Chain configuration
# Chain on which the sidecar is running
Expand Down

0 comments on commit 1157236

Please sign in to comment.