Skip to content

Commit 8cb21a6

Browse files
committed
Extend Plugin Args
1 parent ab562b4 commit 8cb21a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/types/relayer.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import (
1414
"github.com/smartcontractkit/chainlink-common/pkg/types/chains/ton"
1515
"github.com/smartcontractkit/chainlink-common/pkg/types/query"
1616
"github.com/smartcontractkit/chainlink-common/pkg/types/query/primitives"
17+
ocrtypes "github.com/smartcontractkit/libocr/offchainreporting2plus/types"
1718
)
1819

1920
type RelayID struct {
@@ -50,6 +51,7 @@ func (i *RelayID) UnmarshalString(s string) error {
5051
type PluginArgs struct {
5152
TransmitterID string
5253
PluginConfig []byte
54+
ConfigTracker ocrtypes.ContractConfigTracker // Optional Custom tracker
5355
}
5456

5557
// RelayArgs are the args required to create relayer.

0 commit comments

Comments
 (0)