Skip to content

Commit

Permalink
fix: l2 gas pricer is not running (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct authored Mar 21, 2024
1 parent 710d411 commit 104594d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/zkevm_node.star
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ NODE_COMPONENT = struct(
aggregator="aggregator",
rpc="rpc",
eth_tx_manager="eth-tx-manager",
l2_gas_pricer="l2-gas-pricer",
l2_gas_pricer="l2gaspricer",
)


Expand Down

0 comments on commit 104594d

Please sign in to comment.