Skip to content

Commit daeb3d5

Browse files
committed
Bump deployment
1 parent eebb0e5 commit daeb3d5

File tree

5 files changed

+17
-17
lines changed

5 files changed

+17
-17
lines changed

ccv/chains/evm/deployment/go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ replace github.com/fbsobreira/gotron-sdk => github.com/smartcontractkit/chainlin
88
require (
99
github.com/Masterminds/semver/v3 v3.4.0
1010
github.com/ethereum/go-ethereum v1.16.5
11-
github.com/smartcontractkit/chainlink-ccip/ccv/chains/evm v0.0.0-20251230194248-22c289c8901f
12-
github.com/smartcontractkit/chainlink-ccip/chains/evm/deployment v0.0.0-20251230194248-22c289c8901f
13-
github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20251230194248-22c289c8901f
11+
github.com/smartcontractkit/chainlink-ccip/ccv/chains/evm v0.0.0-20251230204428-eebb0e57d9bb
12+
github.com/smartcontractkit/chainlink-ccip/chains/evm/deployment v0.0.0-20251230204428-eebb0e57d9bb
13+
github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20251230204428-eebb0e57d9bb
1414
github.com/smartcontractkit/chainlink-common v0.9.6-0.20250929154511-1f5fbda7ae76
1515
github.com/smartcontractkit/chainlink-deployments-framework v0.56.0
1616
github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20251222115927-36a18321243c
@@ -200,7 +200,7 @@ require (
200200
github.com/sirupsen/logrus v1.9.3 // indirect
201201
github.com/smartcontractkit/chain-selectors v1.0.72 // indirect
202202
github.com/smartcontractkit/chainlink-aptos v0.0.0-20250915164817-46a35eda083d // indirect
203-
github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20251230194248-22c289c8901f // indirect
203+
github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20251230204428-eebb0e57d9bb // indirect
204204
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250908144012-8184001834b5 // indirect
205205
github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20250908144012-8184001834b5 // indirect
206206
github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.4 // indirect

ccv/chains/evm/deployment/go.sum

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -668,18 +668,18 @@ github.com/smartcontractkit/chain-selectors v1.0.72 h1:AExF2H3mABdLCN0QZd+IjU8Ck
668668
github.com/smartcontractkit/chain-selectors v1.0.72/go.mod h1:xsKM0aN3YGcQKTPRPDDtPx2l4mlTN1Djmg0VVXV40b8=
669669
github.com/smartcontractkit/chainlink-aptos v0.0.0-20250915164817-46a35eda083d h1:bcfnHPXAhrhUw95X60Y/lDhQAb4SxSyTrqyVCHqfXPI=
670670
github.com/smartcontractkit/chainlink-aptos v0.0.0-20250915164817-46a35eda083d/go.mod h1:tEjqontct1/5cKHm4q75nopZa1rwzaQZwd9U9wn0uZE=
671-
github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20251230194248-22c289c8901f h1:rjsQnj0G3Ab3EGLwT6uLDStobsmwONm6zVQOLmxny2Q=
672-
github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20251230194248-22c289c8901f/go.mod h1:pETrvAF8uvkZgtDgI/oRllZZaC4IpPO26tMxh1u9LC4=
673-
github.com/smartcontractkit/chainlink-ccip/ccv/chains/evm v0.0.0-20251230194248-22c289c8901f h1:PPrs5klzU2Zp7x7Ck0MFmRjdtMlI8Tll0byUw/V77Ss=
674-
github.com/smartcontractkit/chainlink-ccip/ccv/chains/evm v0.0.0-20251230194248-22c289c8901f/go.mod h1:Gl35ExaFLinqVhp50+Yq1GnMuHb3fnDtZUFPCtcfV3M=
675-
github.com/smartcontractkit/chainlink-ccip/chains/evm/deployment v0.0.0-20251230194248-22c289c8901f h1:Gztzg75iCROrp1cwkRBeU3R3oRkeyEriCaEYLgwtqLU=
676-
github.com/smartcontractkit/chainlink-ccip/chains/evm/deployment v0.0.0-20251230194248-22c289c8901f/go.mod h1:qPr0lz/eCueo+umrBx70NJpa7Ns3p3L0zm0VTveV2/c=
671+
github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20251230204428-eebb0e57d9bb h1:t9Na4yoymPZUyYA2mbt8XYHroYZ4qNqp3xH3HtDi5e4=
672+
github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20251230204428-eebb0e57d9bb/go.mod h1:pETrvAF8uvkZgtDgI/oRllZZaC4IpPO26tMxh1u9LC4=
673+
github.com/smartcontractkit/chainlink-ccip/ccv/chains/evm v0.0.0-20251230204428-eebb0e57d9bb h1:dOe9mp0RdqwPrGbawYQVV8wn4Ui+wTaeRxzhVCHsNjA=
674+
github.com/smartcontractkit/chainlink-ccip/ccv/chains/evm v0.0.0-20251230204428-eebb0e57d9bb/go.mod h1:Gl35ExaFLinqVhp50+Yq1GnMuHb3fnDtZUFPCtcfV3M=
675+
github.com/smartcontractkit/chainlink-ccip/chains/evm/deployment v0.0.0-20251230204428-eebb0e57d9bb h1:42yZrr+qwnojnM0mWJLV4BVxrPmxtt5OK5/od764d5M=
676+
github.com/smartcontractkit/chainlink-ccip/chains/evm/deployment v0.0.0-20251230204428-eebb0e57d9bb/go.mod h1:QXbAX2hL93cTXY+Rf3Eb1nXX2dpgmNlDw/yvV6GS11Y=
677677
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250908144012-8184001834b5 h1:GmJQqNrWn5pNc8YTei6l2TOSYjK2fRd4+edFZIifCrU=
678678
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250908144012-8184001834b5/go.mod h1:Ve1xD71bl193YIZQEoJMmBqLGQJdNs29bwbuObwvbhQ=
679679
github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20250908144012-8184001834b5 h1:QhcYGEhRLInr1/qh/3RJiVdvJ0nxBHKhPe65WLbSBnU=
680680
github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20250908144012-8184001834b5/go.mod h1:xtZNi6pOKdC3sLvokDvXOhgHzT+cyBqH/gWwvxTxqrg=
681-
github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20251230194248-22c289c8901f h1:4PjeWCcOhEj+Q/Y8tMRCI8ufW8E/V87LleX/YNg2ZfY=
682-
github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20251230194248-22c289c8901f/go.mod h1:kF7y5J3nAq5FkVhNmguoK09bOdpeZ0kMGQdt/zGSz+k=
681+
github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20251230204428-eebb0e57d9bb h1:zgGeL7n1Rfp0fTdBN5uUmsyaNdFmhBPo4NCGxkBHmvQ=
682+
github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20251230204428-eebb0e57d9bb/go.mod h1:kF7y5J3nAq5FkVhNmguoK09bOdpeZ0kMGQdt/zGSz+k=
683683
github.com/smartcontractkit/chainlink-common v0.9.6-0.20250929154511-1f5fbda7ae76 h1:Slnws8RoXRUYGgEMYK6X2yYzjZwNgVb93PxU45VEObQ=
684684
github.com/smartcontractkit/chainlink-common v0.9.6-0.20250929154511-1f5fbda7ae76/go.mod h1:1r3aM96KHAESfnayJ3BTHCkP1qJS1BEG1r4czeoaXlA=
685685
github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.4 h1:hvqATtrZ0iMRTI80cpBot/3JFbjz2j+2tvpfooVhRHw=

chains/evm/deployment/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ require (
1212
github.com/aws/smithy-go v1.22.5
1313
github.com/ethereum/go-ethereum v1.16.2
1414
github.com/smartcontractkit/chain-selectors v1.0.72
15-
github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20251230194248-22c289c8901f
16-
github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20251230194248-22c289c8901f
15+
github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20251230204428-eebb0e57d9bb
16+
github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20251230204428-eebb0e57d9bb
1717
github.com/smartcontractkit/chainlink-common v0.9.6-0.20250929154511-1f5fbda7ae76
1818
github.com/smartcontractkit/chainlink-deployments-framework v0.56.0
1919
github.com/smartcontractkit/chainlink-evm v0.3.3

chains/evm/deployment/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -666,8 +666,8 @@ github.com/smartcontractkit/chain-selectors v1.0.72 h1:AExF2H3mABdLCN0QZd+IjU8Ck
666666
github.com/smartcontractkit/chain-selectors v1.0.72/go.mod h1:xsKM0aN3YGcQKTPRPDDtPx2l4mlTN1Djmg0VVXV40b8=
667667
github.com/smartcontractkit/chainlink-aptos v0.0.0-20250915164817-46a35eda083d h1:bcfnHPXAhrhUw95X60Y/lDhQAb4SxSyTrqyVCHqfXPI=
668668
github.com/smartcontractkit/chainlink-aptos v0.0.0-20250915164817-46a35eda083d/go.mod h1:tEjqontct1/5cKHm4q75nopZa1rwzaQZwd9U9wn0uZE=
669-
github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20251230194248-22c289c8901f h1:rjsQnj0G3Ab3EGLwT6uLDStobsmwONm6zVQOLmxny2Q=
670-
github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20251230194248-22c289c8901f/go.mod h1:pETrvAF8uvkZgtDgI/oRllZZaC4IpPO26tMxh1u9LC4=
669+
github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20251230204428-eebb0e57d9bb h1:t9Na4yoymPZUyYA2mbt8XYHroYZ4qNqp3xH3HtDi5e4=
670+
github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20251230204428-eebb0e57d9bb/go.mod h1:pETrvAF8uvkZgtDgI/oRllZZaC4IpPO26tMxh1u9LC4=
671671
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250908144012-8184001834b5 h1:GmJQqNrWn5pNc8YTei6l2TOSYjK2fRd4+edFZIifCrU=
672672
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250908144012-8184001834b5/go.mod h1:Ve1xD71bl193YIZQEoJMmBqLGQJdNs29bwbuObwvbhQ=
673673
github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20250908144012-8184001834b5 h1:QhcYGEhRLInr1/qh/3RJiVdvJ0nxBHKhPe65WLbSBnU=

integration-tests/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ require (
2525
github.com/ethereum/go-ethereum v1.16.2
2626
github.com/gagliardetto/solana-go v1.13.0
2727
github.com/smartcontractkit/chain-selectors v1.0.72
28-
github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20251230194248-22c289c8901f
28+
github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20251230204428-eebb0e57d9bb
2929
github.com/smartcontractkit/chainlink-ccip/chains/evm/deployment v0.1.1-solana.0.20251125153543-0b618525aa03
3030
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20251021182606-ee6ba95227d7
3131
github.com/smartcontractkit/chainlink-ccip/chains/solana/deployment v0.0.0-20251021182606-ee6ba95227d7

0 commit comments

Comments
 (0)