Skip to content

Commit

Permalink
resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
ogtownsend committed Jan 8, 2025
1 parent 8d90340 commit a95f09e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions core/chains/evm/config/chaintype/chaintype.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,7 @@ func (c ChainType) IsL2() bool {

func (c ChainType) IsValid() bool {
switch c {
<<<<<<< HEAD
case "", ChainArbitrum, ChainAstar, ChainCelo, ChainGnosis, ChainHedera, ChainKroma, ChainMantle, ChainMetis, ChainOptimismBedrock, ChainScroll, ChainWeMix, ChainXLayer, ChainZkEvm, ChainZkSync:
=======
case "", ChainArbitrum, ChainAstar, ChainCelo, ChainGnosis, ChainHedera, ChainKroma, ChainMantle, ChainMetis, ChainOptimismBedrock, ChainSei, ChainScroll, ChainWeMix, ChainXLayer, ChainZkEvm, ChainZkSync:

Check failure on line 41 in core/chains/evm/config/chaintype/chaintype.go

View workflow job for this annotation

GitHub Actions / Core Tests (go_core_tests)

undefined: ChainSei

Check failure on line 41 in core/chains/evm/config/chaintype/chaintype.go

View workflow job for this annotation

GitHub Actions / split-arm64

undefined: ChainSei

Check failure on line 41 in core/chains/evm/config/chaintype/chaintype.go

View workflow job for this annotation

GitHub Actions / split-amd64

undefined: ChainSei
>>>>>>> a3492fc8f6 (Reduce Avalanche PriceMin to 1 gwei [SHIP-4085] (#15735))
return true
}
return false
Expand Down
4 changes: 0 additions & 4 deletions core/services/ocr/contract_tracker.go
Original file line number Diff line number Diff line change
Expand Up @@ -400,11 +400,7 @@ func (t *OCRContractTracker) LatestBlockHeight(ctx context.Context) (blockheight
// care about the block height; we have no way of getting the L1 block
// height anyway
return 0, nil
<<<<<<< HEAD
case "", chaintype.ChainArbitrum, chaintype.ChainAstar, chaintype.ChainCelo, chaintype.ChainGnosis, chaintype.ChainHedera, chaintype.ChainKroma, chaintype.ChainOptimismBedrock, chaintype.ChainScroll, chaintype.ChainWeMix, chaintype.ChainXLayer, chaintype.ChainZkEvm, chaintype.ChainZkSync:
=======
case "", chaintype.ChainArbitrum, chaintype.ChainAstar, chaintype.ChainCelo, chaintype.ChainGnosis, chaintype.ChainHedera, chaintype.ChainKroma, chaintype.ChainOptimismBedrock, chaintype.ChainSei, chaintype.ChainScroll, chaintype.ChainWeMix, chaintype.ChainXLayer, chaintype.ChainZkEvm, chaintype.ChainZkSync:
>>>>>>> a3492fc8f6 (Reduce Avalanche PriceMin to 1 gwei [SHIP-4085] (#15735))
// continue
}
latestBlockHeight := t.getLatestBlockHeight()
Expand Down

0 comments on commit a95f09e

Please sign in to comment.