Skip to content

Commit fa51db2

Browse files
committed
Use local chainlink-common temporarily to make it work (depends on smartcontractkit/chainlink-common#1224)
1 parent 6324cea commit fa51db2

3 files changed

Lines changed: 3 additions & 12 deletions

File tree

core/services/ocr3/securemint/services.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ func NewSecureMintServices(ctx context.Context,
134134
argsNoPlugin.ReportingPluginFactory = promwrapper.NewReportingPluginFactory(
135135
smPluginFactory,
136136
lggr,
137+
"evm",
137138
rid.ChainID,
138139
"secure-mint",
139140
)

go.mod

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ require (
8383
github.com/smartcontractkit/chainlink-automation v0.8.1
8484
github.com/smartcontractkit/chainlink-ccip v0.0.0-20250624142741-45c8e9237804
8585
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250609091505-5c8cd74b92ed
86-
github.com/smartcontractkit/chainlink-common v0.7.1-0.20250626130114-fabbdac7d7b1
87-
github.com/smartcontractkit/chainlink-common/pkg/values v0.0.0-20250624161023-93f383781b0a
86+
github.com/smartcontractkit/chainlink-common v0.7.1-0.20250630180021-f216eaa9aa54
87+
github.com/smartcontractkit/chainlink-common/pkg/values v0.0.0-20250702175503-91331140edc3
8888
github.com/smartcontractkit/chainlink-data-streams v0.1.1-0.20250604171706-a98fa6515eae
8989
github.com/smartcontractkit/chainlink-evm v0.0.0-20250618173856-d731d7e7468e
9090
github.com/smartcontractkit/chainlink-feeds v0.1.2-0.20250227211209-7cd000095135
@@ -392,12 +392,4 @@ require (
392392
sigs.k8s.io/yaml v1.4.0 // indirect
393393
)
394394

395-
<<<<<<< HEAD
396395
replace github.com/fbsobreira/gotron-sdk => github.com/smartcontractkit/chainlink-tron/relayer/gotron-sdk v0.0.5-0.20250528121202-292529af39df
397-
||||||| parent of 43140df278 (Use pluginType = securemint now. All parts to update are tagged with "TODO(gg): update")
398-
replace github.com/fbsobreira/gotron-sdk => github.com/smartcontractkit/chainlink-tron/relayer/gotron-sdk v0.0.5-0.20250422175525-b7575d96bd4d
399-
=======
400-
replace github.com/fbsobreira/gotron-sdk => github.com/smartcontractkit/chainlink-tron/relayer/gotron-sdk v0.0.5-0.20250422175525-b7575d96bd4d
401-
402-
replace github.com/smartcontractkit/chainlink-common => ../chainlink-common
403-
>>>>>>> 43140df278 (Use pluginType = securemint now. All parts to update are tagged with "TODO(gg): update")

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1084,8 +1084,6 @@ github.com/smartcontractkit/chainlink-ccip v0.0.0-20250624142741-45c8e9237804 h1
10841084
github.com/smartcontractkit/chainlink-ccip v0.0.0-20250624142741-45c8e9237804/go.mod h1:Yw7X+vtR7A9MBI+q5b0k/H2PlKy6cQOa7vAp4cshz2s=
10851085
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250609091505-5c8cd74b92ed h1:rjtXQLTCLa/+AmMwMTP5WwJUdPBeBAF3Ivwc1GXetBw=
10861086
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250609091505-5c8cd74b92ed/go.mod h1:k3/Z6AvwurPUlfuDFEonRbkkiTSgNSrtVNhJEWNlUZA=
1087-
github.com/smartcontractkit/chainlink-common v0.7.1-0.20250626130114-fabbdac7d7b1 h1:EL226V0pzYWU8wXUeBa6WF3XvnFAmplPcycUBMZqqbc=
1088-
github.com/smartcontractkit/chainlink-common v0.7.1-0.20250626130114-fabbdac7d7b1/go.mod h1:plVu/MNDcoGbX++P0Dhv8gTtpafG98HqG6BfNj+dfE0=
10891087
github.com/smartcontractkit/chainlink-common/pkg/monitoring v0.0.0-20250415235644-8703639403c7 h1:9wh1G+WbXwPVqf0cfSRSgwIcaXTQgvYezylEAfwmrbw=
10901088
github.com/smartcontractkit/chainlink-common/pkg/monitoring v0.0.0-20250415235644-8703639403c7/go.mod h1:yaDOAZF6MNB+NGYpxGCUc+owIdKrjvFW0JODdTcQ3V0=
10911089
github.com/smartcontractkit/chainlink-common/pkg/values v0.0.0-20250806152407-159881c7589c h1:QaImySzrLcGzQc4wCF2yDqqb73jA3+9EIqybgx8zT4w=

0 commit comments

Comments
 (0)