From b76e344493d32be35ba562771d6b792097aee95a Mon Sep 17 00:00:00 2001 From: vreff <104409744+vreff@users.noreply.github.com> Date: Wed, 10 Sep 2025 10:32:32 -0400 Subject: [PATCH] Add DKG plugin type --- pkg/types/plugin.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/types/plugin.go b/pkg/types/plugin.go index 88ffeece7..bc0484196 100644 --- a/pkg/types/plugin.go +++ b/pkg/types/plugin.go @@ -16,6 +16,7 @@ const ( GenericPlugin OCR2PluginType = "plugin" OCR3Capability OCR2PluginType = "ocr3-capability" VaultPlugin OCR2PluginType = "vault-plugin" + DKGPlugin OCR2PluginType = "dkg-plugin" DonTimePlugin OCR2PluginType = "dontime" SecureMint OCR2PluginType = "securemint"