Skip to content

Commit 4887c5c

Browse files
committed
OEV-373 Add sm plugin type
1 parent 5a4fb8e commit 4887c5c

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
@@ -15,6 +15,7 @@ const (
1515
LLO OCR2PluginType = "llo"
1616
GenericPlugin OCR2PluginType = "plugin"
1717
OCR3Capability OCR2PluginType = "ocr3-capability"
18+
SecureMint OCR2PluginType = "securemint"
1819

1920
CCIPCommit OCR2PluginType = "ccip-commit"
2021
CCIPExecution OCR2PluginType = "ccip-execution"

0 commit comments

Comments
 (0)