Skip to content

Commit 918b2a0

Browse files
Bump integrations + multinode + solana (#17083)
* Bump integrations + multinode * Bump multinode * Bump Solana * Bump solana * Add VerifyChainID to toml + docs * Bump Solana * Add VerifyChainID to test toml * Fix tests * Update chains-evm.toml * Add VerifyChainID to NodePool config * Bump integrations * make config-docs
1 parent dccaeb6 commit 918b2a0

31 files changed

+217
-54
lines changed

ccip/config/evm/fallback.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ FinalizedBlockPollInterval = '5s'
8383
EnforceRepeatableRead = false
8484
DeathDeclarationDelay = '10s'
8585
NewHeadsPollInterval = '0s'
86+
VerifyChainID = true
8687

8788
[OCR]
8889
ContractConfirmations = 4

core/config/docs/chains-evm.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,8 @@ DeathDeclarationDelay = '1m' # Default
439439
#
440440
# Set to 0 to disable.
441441
NewHeadsPollInterval = '0s' # Default
442+
# VerifyChainID enforces RPC Client ChainIDs to match configured ChainID
443+
VerifyChainID = true # Default
442444
# **ADVANCED**
443445
# Errors enable the node to provide custom regex patterns to match against error messages from RPCs.
444446
[EVM.NodePool.Errors]

core/config/docs/chains-solana.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ FinalizedBlockPollInterval = '10s' # Default
7474
EnforceRepeatableRead = true # Default
7575
# DeathDeclarationDelay is the duration to wait before declaring a node dead.
7676
DeathDeclarationDelay = '10s' # Default
77+
# VerifyChainID enforces RPC Client ChainIDs to match configured ChainID
78+
VerifyChainID = true # Default
7779
# NodeNoNewHeadsThreshold is the duration to wait before declaring a node unhealthy due to no new heads.
7880
NodeNoNewHeadsThreshold = '10s' # Default
7981
# NoNewFinalizedHeadsThreshold is the duration to wait before declaring a node unhealthy due to no new finalized heads.

core/scripts/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ require (
3434
github.com/smartcontractkit/chainlink-automation v0.8.1
3535
github.com/smartcontractkit/chainlink-common v0.6.1-0.20250401155045-d0dccede284b
3636
github.com/smartcontractkit/chainlink-data-streams v0.1.1-0.20250325191518-036bb568a69d
37-
github.com/smartcontractkit/chainlink-integrations/evm v0.0.0-20250327140136-2718ce0626f4
37+
github.com/smartcontractkit/chainlink-integrations/evm v0.0.0-20250402183906-b7e976bc0c24
3838
github.com/smartcontractkit/chainlink-testing-framework/lib v1.50.22
3939
github.com/smartcontractkit/libocr v0.0.0-20250328171017-609ec10a5510
4040
github.com/spf13/cobra v1.8.1
@@ -347,12 +347,12 @@ require (
347347
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250331140029-aa0756b72e7b // indirect
348348
github.com/smartcontractkit/chainlink-feeds v0.1.2-0.20250227211209-7cd000095135 // indirect
349349
github.com/smartcontractkit/chainlink-framework/chains v0.0.0-20250325121830-cfa9bf24c4f5 // indirect
350-
github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20250211162441-3d6cea220efb // indirect
350+
github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20250402142713-6529d36f91f3 // indirect
351351
github.com/smartcontractkit/chainlink-protos/job-distributor v0.9.0 // indirect
352352
github.com/smartcontractkit/chainlink-protos/orchestrator v0.5.0 // indirect
353353
github.com/smartcontractkit/chainlink-protos/rmn/v1.6/go v0.0.0-20250131130834-15e0d4cde2a6 // indirect
354354
github.com/smartcontractkit/chainlink-protos/svr v1.1.0 // indirect
355-
github.com/smartcontractkit/chainlink-solana v1.1.2-0.20250327161522-1540124ed9c8 // indirect
355+
github.com/smartcontractkit/chainlink-solana v1.1.2-0.20250402145836-4234da19fdb3 // indirect
356356
github.com/smartcontractkit/chainlink-testing-framework/framework v0.5.3 // indirect
357357
github.com/smartcontractkit/grpc-proxy v0.0.0-20240830132753-a7e17fec5ab7 // indirect
358358
github.com/smartcontractkit/mcms v0.14.0 // indirect

core/scripts/go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1130,10 +1130,10 @@ github.com/smartcontractkit/chainlink-feeds v0.1.2-0.20250227211209-7cd000095135
11301130
github.com/smartcontractkit/chainlink-feeds v0.1.2-0.20250227211209-7cd000095135/go.mod h1:NkvE4iQgiT7dMCP6U3xPELHhWhN5Xr6rHC0axRebyMU=
11311131
github.com/smartcontractkit/chainlink-framework/chains v0.0.0-20250325121830-cfa9bf24c4f5 h1:3uQneNhdLsJToTKCV8/o2bsdn0e70sndSwxEiTEctgw=
11321132
github.com/smartcontractkit/chainlink-framework/chains v0.0.0-20250325121830-cfa9bf24c4f5/go.mod h1:tHem58EihQh63kR2LlAOKDAs9Vbghf1dJKZRGy6LG8g=
1133-
github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20250211162441-3d6cea220efb h1:LWijSyJ2lhppkFLN19EGsLHZXQ5wen2DEk1cyR0tV+o=
1134-
github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20250211162441-3d6cea220efb/go.mod h1:4JqpgFy01LaqG1yM2iFTzwX3ZgcAvW9WdstBZQgPHzU=
1135-
github.com/smartcontractkit/chainlink-integrations/evm v0.0.0-20250327140136-2718ce0626f4 h1:Be6s3fUt/Lxtu0bF3bdwkR3LFOSVxgZ9VHva1q+bnS4=
1136-
github.com/smartcontractkit/chainlink-integrations/evm v0.0.0-20250327140136-2718ce0626f4/go.mod h1:oaLW6hal4jE7IvuEaip9nSs473lAbrrF72oKkNDw3gw=
1133+
github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20250402142713-6529d36f91f3 h1:8+2KFkPYdCK9lHMK5D/+adw02iIjEV+5Uw4s7nMNsRI=
1134+
github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20250402142713-6529d36f91f3/go.mod h1:UsezB/51EAJ9FEBGn6ad2YtssgzWEIEpp3HyRM6a6iM=
1135+
github.com/smartcontractkit/chainlink-integrations/evm v0.0.0-20250402183906-b7e976bc0c24 h1:JSMEO8/cKgZ1upLcYSCaVF3QFakyZeV4TtWZGd64fHM=
1136+
github.com/smartcontractkit/chainlink-integrations/evm v0.0.0-20250402183906-b7e976bc0c24/go.mod h1:t/sIZy/5hoqrgwlaAj3U/Jdo02Lc4/Yqlb3JvVkp+Lc=
11371137
github.com/smartcontractkit/chainlink-protos/job-distributor v0.9.0 h1:hfMRj2ny6oNHd8w1rhJHdoX3YkoWJtCkBK6wTlCE4+c=
11381138
github.com/smartcontractkit/chainlink-protos/job-distributor v0.9.0/go.mod h1:/dVVLXrsp+V0AbcYGJo3XMzKg3CkELsweA/TTopCsKE=
11391139
github.com/smartcontractkit/chainlink-protos/orchestrator v0.5.0 h1:xRgu/kMkxcY4LeDKMBhaXU4khgya7v2wyb4Sa5Nzb+Y=
@@ -1142,8 +1142,8 @@ github.com/smartcontractkit/chainlink-protos/rmn/v1.6/go v0.0.0-20250131130834-1
11421142
github.com/smartcontractkit/chainlink-protos/rmn/v1.6/go v0.0.0-20250131130834-15e0d4cde2a6/go.mod h1:FRwzI3hGj4CJclNS733gfcffmqQ62ONCkbGi49s658w=
11431143
github.com/smartcontractkit/chainlink-protos/svr v1.1.0 h1:79Z9N9dMbMVRGaLoDPAQ+vOwbM+Hnx8tIN2xCPG8H4o=
11441144
github.com/smartcontractkit/chainlink-protos/svr v1.1.0/go.mod h1:TcOliTQU6r59DwG4lo3U+mFM9WWyBHGuFkkxQpvSujo=
1145-
github.com/smartcontractkit/chainlink-solana v1.1.2-0.20250327161522-1540124ed9c8 h1:VWy6K1zmmcAd0okc+wuYZKgX63itv+xMtCcsyAIQAGc=
1146-
github.com/smartcontractkit/chainlink-solana v1.1.2-0.20250327161522-1540124ed9c8/go.mod h1:3E5nJjLhyDqklMu6hekNj6kAOU9A+fIVh0XOdKd/CDc=
1145+
github.com/smartcontractkit/chainlink-solana v1.1.2-0.20250402145836-4234da19fdb3 h1:6lwEZZRqyIkHb6pl6hyJ2uqol74DfJzQn1EZlQk6Uuk=
1146+
github.com/smartcontractkit/chainlink-solana v1.1.2-0.20250402145836-4234da19fdb3/go.mod h1:yEF+XSuGQkZpGyfA38ykPt7vITkmNktwfR2CuFxDfpI=
11471147
github.com/smartcontractkit/chainlink-testing-framework/framework v0.5.3 h1:CeZqFz/si4YBnYE1118mtc4FBLs2Za1qohYAeLZTI+o=
11481148
github.com/smartcontractkit/chainlink-testing-framework/framework v0.5.3/go.mod h1:9b5ugzYeKkwbxZ9yMOoxUaPiONDLC/QLCncarDFnhwk=
11491149
github.com/smartcontractkit/chainlink-testing-framework/lib v1.50.22 h1:W3doYLVoZN8VwJb/kAZsbDjW+6cgZPgNTcQHJUH9JrA=

core/services/chainlink/config_test.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ var (
169169
FinalizedBlockPollInterval: &second,
170170
EnforceRepeatableRead: ptr(true),
171171
DeathDeclarationDelay: &minute,
172+
VerifyChainID: ptr(true),
172173
NodeNoNewHeadsThreshold: &minute,
173174
NoNewFinalizedHeadsThreshold: &minute,
174175
FinalityDepth: ptr[uint32](0),
@@ -198,6 +199,7 @@ var (
198199
FinalizedBlockPollInterval: &second,
199200
EnforceRepeatableRead: ptr(true),
200201
DeathDeclarationDelay: &minute,
202+
VerifyChainID: ptr(true),
201203
NodeNoNewHeadsThreshold: &minute,
202204
NoNewFinalizedHeadsThreshold: &minute,
203205
FinalityDepth: ptr[uint32](0),
@@ -681,6 +683,7 @@ func TestConfig_Marshal(t *testing.T) {
681683
FinalizedBlockPollInterval: &second,
682684
EnforceRepeatableRead: ptr(true),
683685
DeathDeclarationDelay: &minute,
686+
VerifyChainID: ptr(true),
684687
NewHeadsPollInterval: &zeroSeconds,
685688
Errors: evmcfg.ClientErrors{
686689
NonceTooLow: ptr[string]("(: |^)nonce too low"),
@@ -775,6 +778,7 @@ func TestConfig_Marshal(t *testing.T) {
775778
FinalizedBlockPollInterval: &second,
776779
EnforceRepeatableRead: ptr(true),
777780
DeathDeclarationDelay: &minute,
781+
VerifyChainID: ptr(true),
778782
NodeNoNewHeadsThreshold: &minute,
779783
NoNewFinalizedHeadsThreshold: &minute,
780784
FinalityDepth: ptr[uint32](0),
@@ -1161,6 +1165,7 @@ FinalizedBlockPollInterval = '1s'
11611165
EnforceRepeatableRead = true
11621166
DeathDeclarationDelay = '1m0s'
11631167
NewHeadsPollInterval = '0s'
1168+
VerifyChainID = true
11641169
11651170
[EVM.NodePool.Errors]
11661171
NonceTooLow = '(: |^)nonce too low'
@@ -1246,6 +1251,7 @@ NewHeadsPollInterval = '1s'
12461251
FinalizedBlockPollInterval = '1s'
12471252
EnforceRepeatableRead = true
12481253
DeathDeclarationDelay = '1m0s'
1254+
VerifyChainID = true
12491255
NodeNoNewHeadsThreshold = '1m0s'
12501256
NoNewFinalizedHeadsThreshold = '1m0s'
12511257
FinalityDepth = 0

core/services/chainlink/testdata/config-full.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,7 @@ FinalizedBlockPollInterval = '1s'
436436
EnforceRepeatableRead = true
437437
DeathDeclarationDelay = '1m0s'
438438
NewHeadsPollInterval = '0s'
439+
VerifyChainID = true
439440

440441
[EVM.NodePool.Errors]
441442
NonceTooLow = '(: |^)nonce too low'
@@ -521,6 +522,7 @@ NewHeadsPollInterval = '1s'
521522
FinalizedBlockPollInterval = '1s'
522523
EnforceRepeatableRead = true
523524
DeathDeclarationDelay = '1m0s'
525+
VerifyChainID = true
524526
NodeNoNewHeadsThreshold = '1m0s'
525527
NoNewFinalizedHeadsThreshold = '1m0s'
526528
FinalityDepth = 0

core/services/chainlink/testdata/config-multi-chain-effective.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,7 @@ FinalizedBlockPollInterval = '5s'
403403
EnforceRepeatableRead = true
404404
DeathDeclarationDelay = '1m0s'
405405
NewHeadsPollInterval = '0s'
406+
VerifyChainID = true
406407

407408
[EVM.OCR]
408409
ContractConfirmations = 4
@@ -517,6 +518,7 @@ FinalizedBlockPollInterval = '5s'
517518
EnforceRepeatableRead = true
518519
DeathDeclarationDelay = '1m0s'
519520
NewHeadsPollInterval = '0s'
521+
VerifyChainID = true
520522

521523
[EVM.OCR]
522524
ContractConfirmations = 4
@@ -625,6 +627,7 @@ FinalizedBlockPollInterval = '5s'
625627
EnforceRepeatableRead = true
626628
DeathDeclarationDelay = '1m0s'
627629
NewHeadsPollInterval = '0s'
630+
VerifyChainID = true
628631

629632
[EVM.OCR]
630633
ContractConfirmations = 4
@@ -681,6 +684,7 @@ NewHeadsPollInterval = '1s'
681684
FinalizedBlockPollInterval = '1s'
682685
EnforceRepeatableRead = true
683686
DeathDeclarationDelay = '1m0s'
687+
VerifyChainID = true
684688
NodeNoNewHeadsThreshold = '1m0s'
685689
NoNewFinalizedHeadsThreshold = '1m0s'
686690
FinalityDepth = 0
@@ -728,6 +732,7 @@ NewHeadsPollInterval = '1s'
728732
FinalizedBlockPollInterval = '1s'
729733
EnforceRepeatableRead = true
730734
DeathDeclarationDelay = '1m0s'
735+
VerifyChainID = true
731736
NodeNoNewHeadsThreshold = '1m0s'
732737
NoNewFinalizedHeadsThreshold = '1m0s'
733738
FinalityDepth = 0

core/services/chainlink/testdata/config-multi-chain.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ NewHeadsPollInterval = '1s'
9191
FinalizedBlockPollInterval = '1s'
9292
EnforceRepeatableRead = true
9393
DeathDeclarationDelay = '1m0s'
94+
VerifyChainID = true
9495
NodeNoNewHeadsThreshold = '1m0s'
9596
NoNewFinalizedHeadsThreshold = '1m0s'
9697
FinalityDepth = 0
@@ -118,6 +119,7 @@ NewHeadsPollInterval = '1s'
118119
FinalizedBlockPollInterval = '1s'
119120
EnforceRepeatableRead = true
120121
DeathDeclarationDelay = '1m0s'
122+
VerifyChainID = true
121123
NodeNoNewHeadsThreshold = '1m0s'
122124
NoNewFinalizedHeadsThreshold = '1m0s'
123125
FinalityDepth = 0

core/web/chains_controller_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ NewHeadsPollInterval = '5s'
272272
FinalizedBlockPollInterval = '5s'
273273
EnforceRepeatableRead = true
274274
DeathDeclarationDelay = '20s'
275+
VerifyChainID = true
275276
NodeNoNewHeadsThreshold = '20s'
276277
NoNewFinalizedHeadsThreshold = '20s'
277278
FinalityDepth = 0

core/web/resolver/testdata/config-full.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,7 @@ FinalizedBlockPollInterval = '5s'
435435
EnforceRepeatableRead = true
436436
DeathDeclarationDelay = '1m0s'
437437
NewHeadsPollInterval = '0s'
438+
VerifyChainID = true
438439

439440
[EVM.NodePool.Errors]
440441
NonceTooLow = '(: |^)nonce too low'
@@ -519,6 +520,7 @@ LeaseDuration = '1m0s'
519520
FinalizedBlockPollInterval = '1s'
520521
EnforceRepeatableRead = true
521522
DeathDeclarationDelay = '1m0s'
523+
VerifyChainID = true
522524
NodeNoNewHeadsThreshold = '1m0s'
523525
NoNewFinalizedHeadsThreshold = '1m0s'
524526
FinalityDepth = 0

core/web/resolver/testdata/config-multi-chain-effective.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,7 @@ FinalizedBlockPollInterval = '5s'
403403
EnforceRepeatableRead = true
404404
DeathDeclarationDelay = '1m0s'
405405
NewHeadsPollInterval = '0s'
406+
VerifyChainID = true
406407

407408
[EVM.OCR]
408409
ContractConfirmations = 4
@@ -517,6 +518,7 @@ FinalizedBlockPollInterval = '5s'
517518
EnforceRepeatableRead = true
518519
DeathDeclarationDelay = '1m0s'
519520
NewHeadsPollInterval = '0s'
521+
VerifyChainID = true
520522

521523
[EVM.OCR]
522524
ContractConfirmations = 4
@@ -625,6 +627,7 @@ FinalizedBlockPollInterval = '5s'
625627
EnforceRepeatableRead = true
626628
DeathDeclarationDelay = '1m0s'
627629
NewHeadsPollInterval = '0s'
630+
VerifyChainID = true
628631

629632
[EVM.OCR]
630633
ContractConfirmations = 4
@@ -680,6 +683,7 @@ LeaseDuration = '1m0s'
680683
FinalizedBlockPollInterval = '1s'
681684
EnforceRepeatableRead = true
682685
DeathDeclarationDelay = '1m0s'
686+
VerifyChainID = true
683687
NodeNoNewHeadsThreshold = '1m0s'
684688
NoNewFinalizedHeadsThreshold = '1m0s'
685689
FinalityDepth = 0
@@ -726,6 +730,7 @@ LeaseDuration = '1m0s'
726730
FinalizedBlockPollInterval = '1s'
727731
EnforceRepeatableRead = true
728732
DeathDeclarationDelay = '1m0s'
733+
VerifyChainID = true
729734
NodeNoNewHeadsThreshold = '1m0s'
730735
NoNewFinalizedHeadsThreshold = '1m0s'
731736
FinalityDepth = 0

core/web/resolver/testdata/config-multi-chain.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ LeaseDuration = '1m0s'
9494
FinalizedBlockPollInterval = '1s'
9595
EnforceRepeatableRead = true
9696
DeathDeclarationDelay = '1m0s'
97+
VerifyChainID = true
9798
NodeNoNewHeadsThreshold = '1m0s'
9899
NoNewFinalizedHeadsThreshold = '1m0s'
99100
FinalityDepth = 0
@@ -120,6 +121,7 @@ LeaseDuration = '1m0s'
120121
FinalizedBlockPollInterval = '1s'
121122
EnforceRepeatableRead = true
122123
DeathDeclarationDelay = '1m0s'
124+
VerifyChainID = true
123125
NodeNoNewHeadsThreshold = '1m0s'
124126
NoNewFinalizedHeadsThreshold = '1m0s'
125127
FinalityDepth = 0

deployment/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ require (
3434
github.com/smartcontractkit/chainlink-ccip v0.0.0-20250401173720-f1ced171b753
3535
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250331140029-aa0756b72e7b
3636
github.com/smartcontractkit/chainlink-common v0.6.1-0.20250401155045-d0dccede284b
37-
github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20250211162441-3d6cea220efb
38-
github.com/smartcontractkit/chainlink-integrations/evm v0.0.0-20250327140136-2718ce0626f4
37+
github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20250402142713-6529d36f91f3
38+
github.com/smartcontractkit/chainlink-integrations/evm v0.0.0-20250402183906-b7e976bc0c24
3939
github.com/smartcontractkit/chainlink-protos/job-distributor v0.9.0
4040
github.com/smartcontractkit/chainlink-protos/orchestrator v0.5.0
41-
github.com/smartcontractkit/chainlink-solana v1.1.2-0.20250327161522-1540124ed9c8
41+
github.com/smartcontractkit/chainlink-solana v1.1.2-0.20250402145836-4234da19fdb3
4242
github.com/smartcontractkit/chainlink-testing-framework/framework v0.5.3
4343
github.com/smartcontractkit/chainlink-testing-framework/lib v1.50.22
4444
github.com/smartcontractkit/libocr v0.0.0-20250328171017-609ec10a5510

deployment/go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1176,10 +1176,10 @@ github.com/smartcontractkit/chainlink-feeds v0.1.2-0.20250227211209-7cd000095135
11761176
github.com/smartcontractkit/chainlink-feeds v0.1.2-0.20250227211209-7cd000095135/go.mod h1:NkvE4iQgiT7dMCP6U3xPELHhWhN5Xr6rHC0axRebyMU=
11771177
github.com/smartcontractkit/chainlink-framework/chains v0.0.0-20250325121830-cfa9bf24c4f5 h1:3uQneNhdLsJToTKCV8/o2bsdn0e70sndSwxEiTEctgw=
11781178
github.com/smartcontractkit/chainlink-framework/chains v0.0.0-20250325121830-cfa9bf24c4f5/go.mod h1:tHem58EihQh63kR2LlAOKDAs9Vbghf1dJKZRGy6LG8g=
1179-
github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20250211162441-3d6cea220efb h1:LWijSyJ2lhppkFLN19EGsLHZXQ5wen2DEk1cyR0tV+o=
1180-
github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20250211162441-3d6cea220efb/go.mod h1:4JqpgFy01LaqG1yM2iFTzwX3ZgcAvW9WdstBZQgPHzU=
1181-
github.com/smartcontractkit/chainlink-integrations/evm v0.0.0-20250327140136-2718ce0626f4 h1:Be6s3fUt/Lxtu0bF3bdwkR3LFOSVxgZ9VHva1q+bnS4=
1182-
github.com/smartcontractkit/chainlink-integrations/evm v0.0.0-20250327140136-2718ce0626f4/go.mod h1:oaLW6hal4jE7IvuEaip9nSs473lAbrrF72oKkNDw3gw=
1179+
github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20250402142713-6529d36f91f3 h1:8+2KFkPYdCK9lHMK5D/+adw02iIjEV+5Uw4s7nMNsRI=
1180+
github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20250402142713-6529d36f91f3/go.mod h1:UsezB/51EAJ9FEBGn6ad2YtssgzWEIEpp3HyRM6a6iM=
1181+
github.com/smartcontractkit/chainlink-integrations/evm v0.0.0-20250402183906-b7e976bc0c24 h1:JSMEO8/cKgZ1upLcYSCaVF3QFakyZeV4TtWZGd64fHM=
1182+
github.com/smartcontractkit/chainlink-integrations/evm v0.0.0-20250402183906-b7e976bc0c24/go.mod h1:t/sIZy/5hoqrgwlaAj3U/Jdo02Lc4/Yqlb3JvVkp+Lc=
11831183
github.com/smartcontractkit/chainlink-protos/job-distributor v0.9.0 h1:hfMRj2ny6oNHd8w1rhJHdoX3YkoWJtCkBK6wTlCE4+c=
11841184
github.com/smartcontractkit/chainlink-protos/job-distributor v0.9.0/go.mod h1:/dVVLXrsp+V0AbcYGJo3XMzKg3CkELsweA/TTopCsKE=
11851185
github.com/smartcontractkit/chainlink-protos/orchestrator v0.5.0 h1:xRgu/kMkxcY4LeDKMBhaXU4khgya7v2wyb4Sa5Nzb+Y=
@@ -1188,8 +1188,8 @@ github.com/smartcontractkit/chainlink-protos/rmn/v1.6/go v0.0.0-20250131130834-1
11881188
github.com/smartcontractkit/chainlink-protos/rmn/v1.6/go v0.0.0-20250131130834-15e0d4cde2a6/go.mod h1:FRwzI3hGj4CJclNS733gfcffmqQ62ONCkbGi49s658w=
11891189
github.com/smartcontractkit/chainlink-protos/svr v1.1.0 h1:79Z9N9dMbMVRGaLoDPAQ+vOwbM+Hnx8tIN2xCPG8H4o=
11901190
github.com/smartcontractkit/chainlink-protos/svr v1.1.0/go.mod h1:TcOliTQU6r59DwG4lo3U+mFM9WWyBHGuFkkxQpvSujo=
1191-
github.com/smartcontractkit/chainlink-solana v1.1.2-0.20250327161522-1540124ed9c8 h1:VWy6K1zmmcAd0okc+wuYZKgX63itv+xMtCcsyAIQAGc=
1192-
github.com/smartcontractkit/chainlink-solana v1.1.2-0.20250327161522-1540124ed9c8/go.mod h1:3E5nJjLhyDqklMu6hekNj6kAOU9A+fIVh0XOdKd/CDc=
1191+
github.com/smartcontractkit/chainlink-solana v1.1.2-0.20250402145836-4234da19fdb3 h1:6lwEZZRqyIkHb6pl6hyJ2uqol74DfJzQn1EZlQk6Uuk=
1192+
github.com/smartcontractkit/chainlink-solana v1.1.2-0.20250402145836-4234da19fdb3/go.mod h1:yEF+XSuGQkZpGyfA38ykPt7vITkmNktwfR2CuFxDfpI=
11931193
github.com/smartcontractkit/chainlink-testing-framework/framework v0.5.3 h1:CeZqFz/si4YBnYE1118mtc4FBLs2Za1qohYAeLZTI+o=
11941194
github.com/smartcontractkit/chainlink-testing-framework/framework v0.5.3/go.mod h1:9b5ugzYeKkwbxZ9yMOoxUaPiONDLC/QLCncarDFnhwk=
11951195
github.com/smartcontractkit/chainlink-testing-framework/lib v1.50.22 h1:W3doYLVoZN8VwJb/kAZsbDjW+6cgZPgNTcQHJUH9JrA=

0 commit comments

Comments
 (0)