We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab562b4 commit 8cb21a6Copy full SHA for 8cb21a6
pkg/types/relayer.go
@@ -14,6 +14,7 @@ import (
14
"github.com/smartcontractkit/chainlink-common/pkg/types/chains/ton"
15
"github.com/smartcontractkit/chainlink-common/pkg/types/query"
16
"github.com/smartcontractkit/chainlink-common/pkg/types/query/primitives"
17
+ ocrtypes "github.com/smartcontractkit/libocr/offchainreporting2plus/types"
18
)
19
20
type RelayID struct {
@@ -50,6 +51,7 @@ func (i *RelayID) UnmarshalString(s string) error {
50
51
type PluginArgs struct {
52
TransmitterID string
53
PluginConfig []byte
54
+ ConfigTracker ocrtypes.ContractConfigTracker // Optional Custom tracker
55
}
56
57
// RelayArgs are the args required to create relayer.
0 commit comments