Skip to content

Commit ab3ae28

Browse files
committed
Update relayerset.go
1 parent 64e70c5 commit ab3ae28

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pkg/types/core/relayerset.go

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import (
55

66
"github.com/smartcontractkit/chainlink-common/pkg/services"
77
"github.com/smartcontractkit/chainlink-common/pkg/types"
8+
ocrtypes "github.com/smartcontractkit/libocr/offchainreporting2plus/types"
89
)
910

1011
type RelayerSet interface {
@@ -16,8 +17,9 @@ type RelayerSet interface {
1617
}
1718

1819
type PluginArgs struct {
19-
TransmitterID string
20-
PluginConfig []byte
20+
TransmitterID string
21+
PluginConfig []byte
22+
CapRegConfigTracker ocrtypes.ContractConfigTracker
2123
}
2224

2325
type RelayArgs struct {

0 commit comments

Comments
 (0)