Skip to content

Commit b10f871

Browse files
committed
moved datafeeds protos to chainlink-framework
1 parent 4590ac0 commit b10f871

File tree

11 files changed

+64
-733
lines changed

11 files changed

+64
-733
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ require (
2222
github.com/prometheus/common v0.63.0
2323
github.com/shopspring/decimal v1.4.0
2424
github.com/smartcontractkit/chainlink-common v0.7.1-0.20250609122728-51de5127f783
25-
github.com/smartcontractkit/chainlink-framework/capabilities v0.0.0-20250609122841-af2e3861cd5b
25+
github.com/smartcontractkit/chainlink-framework/capabilities v0.0.0-20250609183126-de26feab4ee7
2626
github.com/smartcontractkit/chainlink-framework/chains v0.0.0-20250522110034-65c54665034a
2727
github.com/smartcontractkit/chainlink-framework/metrics v0.0.0-20250522110034-65c54665034a
2828
github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20250522110034-65c54665034a

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -640,6 +640,8 @@ github.com/smartcontractkit/chainlink-common v0.7.1-0.20250609122728-51de5127f78
640640
github.com/smartcontractkit/chainlink-common v0.7.1-0.20250609122728-51de5127f783/go.mod h1:H7gOuN4Jzf+DWllfP5Pb7AiCWBMQrDX1D1KYXAEhdnw=
641641
github.com/smartcontractkit/chainlink-framework/capabilities v0.0.0-20250609122841-af2e3861cd5b h1:nA2SI6TP532lk+cX3YG+XaRhqY9MwpGgOKBpKlbBjsI=
642642
github.com/smartcontractkit/chainlink-framework/capabilities v0.0.0-20250609122841-af2e3861cd5b/go.mod h1:3xH9a4lc4UYUWk/7CTfPgtZCbhEosqme1KOW8Fs0CaE=
643+
github.com/smartcontractkit/chainlink-framework/capabilities v0.0.0-20250609183126-de26feab4ee7 h1:E6dSLhAQGiTu/542T09of+eWkUsKaEPN4NL43A9Lp28=
644+
github.com/smartcontractkit/chainlink-framework/capabilities v0.0.0-20250609183126-de26feab4ee7/go.mod h1:3xH9a4lc4UYUWk/7CTfPgtZCbhEosqme1KOW8Fs0CaE=
643645
github.com/smartcontractkit/chainlink-framework/chains v0.0.0-20250522110034-65c54665034a h1:1CrY+turGOYaSEs4efA4zJprX0G2Uk+0dcDO1eCsHhk=
644646
github.com/smartcontractkit/chainlink-framework/chains v0.0.0-20250522110034-65c54665034a/go.mod h1:X+a4k2a+2G2/yeAaRQMCTLmlhNdQYAeN6v+ZpLzRZww=
645647
github.com/smartcontractkit/chainlink-framework/metrics v0.0.0-20250522110034-65c54665034a h1:bFYBcW0cmhq0G8NSjPxSFfL/fVODuhEGluyWOxJTqqk=

0 commit comments

Comments
 (0)