From 0d4d375525366993185724bc086850ef408f0889 Mon Sep 17 00:00:00 2001 From: Khalil Claybon Date: Wed, 16 Oct 2024 10:27:20 -0400 Subject: [PATCH] chore(e2e/admin): whitelist operator DAIC (#2190) White list node operator DAIC. issue: none --- e2e/app/admin/allowoperator.go | 1 + 1 file changed, 1 insertion(+) diff --git a/e2e/app/admin/allowoperator.go b/e2e/app/admin/allowoperator.go index fdd0369fb..a5816d63f 100644 --- a/e2e/app/admin/allowoperator.go +++ b/e2e/app/admin/allowoperator.go @@ -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.