Skip to content

Commit

Permalink
fix: operator name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kc1116 committed Oct 10, 2024
1 parent d7f3bf9 commit adf6d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/app/admin/allowoperator.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var omegaOperators = []common.Address{
common.HexToAddress("0x1B6881C66fFd311eE7b0C9b925EB7fd612E1C7B9"), // Kingnodes
common.HexToAddress("0x641F5938E0d093988d7Cf99509C3152FC7922B88"), // Galaxy
common.HexToAddress("0xb86DDe58C05dF3C09a8eB7476152793138D113C9"), // Chorusone
common.HexToAddress("0xcf8EB4Ee3cb3C9c14a4b290bD902dC06d2926ec1"), // Pops.one
common.HexToAddress("0xcf8EB4Ee3cb3C9c14a4b290bD902dC06d2926ec1"), // P-OPS
}

// AllowOperators ensures that all operators hard-coded in this package is allowed as validators.
Expand Down

0 comments on commit adf6d6f

Please sign in to comment.