-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Bug Report
Version > 0.8.1
When aggoracle is created emit a warning even if the values is right:
[AggOracle.EVMSender.EthTxManager.Etherman]
L1ChainID = 13473
Emit next warning: Incorrect ChainID in aggOracle provided: 13473 expected: 686868
The number that show the warning is not the right value (must be the eth_chainId of the RPC) and the expected is the rollup ChainID
- The field
AggOracle.EVMSender.EthTxManager.Etherman.L1ChainIDmust not be informed because by default is0that is autodiscover. In that case emit also a false warning:
Incorrect ChainID in aggOracle provided: 0 expected: 686868
Proposed solution
- Remove this warning because doesn't have any sense, if we want to check this value we have to add a warning in the library
zkevm_ethtx_manager(may be it's already there) - Encourage to don't set this value in config file because by default is auto-configured
Additional context
Reported by @tnobayashi
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working