We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afe0f95 commit b76e344Copy full SHA for b76e344
pkg/types/plugin.go
@@ -16,6 +16,7 @@ const (
16
GenericPlugin OCR2PluginType = "plugin"
17
OCR3Capability OCR2PluginType = "ocr3-capability"
18
VaultPlugin OCR2PluginType = "vault-plugin"
19
+ DKGPlugin OCR2PluginType = "dkg-plugin"
20
DonTimePlugin OCR2PluginType = "dontime"
21
SecureMint OCR2PluginType = "securemint"
22
0 commit comments