Skip to content

Commit

Permalink
chore(e2e/admin): whitelist operator DAIC (#2190)
Browse files Browse the repository at this point in the history
White list node operator DAIC.

issue: none
  • Loading branch information
kc1116 authored Oct 16, 2024
1 parent fd4bec0 commit 0d4d375
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e/app/admin/allowoperator.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ var omegaOperators = []common.Address{
common.HexToAddress("0x641F5938E0d093988d7Cf99509C3152FC7922B88"), // Galaxy
common.HexToAddress("0xb86DDe58C05dF3C09a8eB7476152793138D113C9"), // Chorusone
common.HexToAddress("0xcf8EB4Ee3cb3C9c14a4b290bD902dC06d2926ec1"), // P-OPS
common.HexToAddress("0x27eA917d14d637797FDeb3f9A9824395e7744941"), // DAIC
}

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

0 comments on commit 0d4d375

Please sign in to comment.