Skip to content

Commit

Permalink
sort alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
ogtownsend committed Jan 14, 2025
1 parent 245c653 commit c03beda
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions core/chains/evm/gas/rollups/l1_oracle.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,15 @@ const (
PollPeriod = 6 * time.Second
)

// Sort alphabetically
var supportedChainTypes = []chaintype.ChainType{
chaintype.ChainArbitrum,
chaintype.ChainOptimismBedrock,
chaintype.ChainKroma,
chaintype.ChainScroll,
chaintype.ChainZkSync,
chaintype.ChainMantle,
chaintype.ChainOptimismBedrock,
chaintype.ChainScroll,
chaintype.ChainZircuit,
chaintype.ChainZkSync,
}

func IsRollupWithL1Support(chainType chaintype.ChainType) bool {
Expand Down

0 comments on commit c03beda

Please sign in to comment.