Skip to content

Commit b76e344

Browse files
committed
Add DKG plugin type
1 parent afe0f95 commit b76e344

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/types/plugin.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ const (
1616
GenericPlugin OCR2PluginType = "plugin"
1717
OCR3Capability OCR2PluginType = "ocr3-capability"
1818
VaultPlugin OCR2PluginType = "vault-plugin"
19+
DKGPlugin OCR2PluginType = "dkg-plugin"
1920
DonTimePlugin OCR2PluginType = "dontime"
2021
SecureMint OCR2PluginType = "securemint"
2122

0 commit comments

Comments
 (0)