Skip to content

Commit

Permalink
correct mainnet chainid
Browse files Browse the repository at this point in the history
  • Loading branch information
v9n committed Jul 17, 2024
1 parent fa6335b commit e4cf8f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operator/envs.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
// TODO: We can fetch this dynamically from aggregator so we can upgrade the
// config without the need to release operator
var (
mainnetChainID = big.NewInt(0)
mainnetChainID = big.NewInt(1)
)

func (o *Operator) PopulateKnownConfigByChainID(chainID *big.Int) error {
Expand Down

0 comments on commit e4cf8f3

Please sign in to comment.