Skip to content

Commit

Permalink
removed irrelavent configs
Browse files Browse the repository at this point in the history
  • Loading branch information
rachit77 committed Jan 16, 2025
1 parent abe8bf7 commit 3cd2d93
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion aggoracle/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ type Config struct {
// BlockFinality indicates the status of the blocks that will be queried in order to sync
BlockFinality string `jsonschema:"enum=LatestBlock, enum=SafeBlock, enum=PendingBlock, enum=FinalizedBlock, enum=EarliestBlock" mapstructure:"BlockFinality"` //nolint:lll
WaitPeriodNextGER types.Duration `mapstructure:"WaitPeriodNextGER"`
L2ChainID uint64 `mapstructure:"L2ChainID"`
EVMSender chaingersender.EVMConfig `mapstructure:"EVMSender"`
}

Expand Down
2 changes: 0 additions & 2 deletions config/default.go
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,6 @@ TargetChainType="EVM"
URLRPCL1="{{L1URL}}"
BlockFinality="FinalizedBlock"
WaitPeriodNextGER="100ms"
# L2ChainID is populated on runtime
L2ChainID=0
[AggOracle.EVMSender]
GlobalExitRootL2="{{L2Config.GlobalExitRootAddr}}"
URLRPCL2="{{L2URL}}"
Expand Down

0 comments on commit 3cd2d93

Please sign in to comment.