Skip to content

Commit 27829d5

Browse files
authored
Bump chain-selectors to v1.0.55 in CCIP manual-execution script (#17602)
* bump chain selectors in core/scripts/ccip/manual-execution * go mod tidy and changeset
1 parent c246c9b commit 27829d5

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.changeset/silent-pugs-dress.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"chainlink": minor
3+
---
4+
5+
#updated bump chain-selectors in ccip manual execution script to v1.0.55

core/scripts/ccip/manual-execution/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ toolchain go1.24.2
77
require (
88
github.com/ethereum/go-ethereum v1.15.3
99
github.com/pkg/errors v0.9.1
10-
github.com/smartcontractkit/chain-selectors v1.0.49
10+
github.com/smartcontractkit/chain-selectors v1.0.55
1111
golang.org/x/crypto v0.37.0
1212
)
1313

core/scripts/ccip/manual-execution/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,8 @@ github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf
183183
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
184184
github.com/shirou/gopsutil v3.21.11+incompatible h1:+1+c1VGhc88SSonWP6foOcLhvnKlUeu/erjjvaPEYiI=
185185
github.com/shirou/gopsutil v3.21.11+incompatible/go.mod h1:5b4v6he4MtMOwMlS0TUMTu2PcXUg8+E1lC7eC3UO/RA=
186-
github.com/smartcontractkit/chain-selectors v1.0.49 h1:ADxT4hYMO2TjMXyUo3QIf7MZVy9GtNNTXrvj4dyMNOE=
187-
github.com/smartcontractkit/chain-selectors v1.0.49/go.mod h1:xsKM0aN3YGcQKTPRPDDtPx2l4mlTN1Djmg0VVXV40b8=
186+
github.com/smartcontractkit/chain-selectors v1.0.55 h1:jn8cwTBEzAi/eQRDO7EbFpZFn60yxygnSSPP2HPbYs0=
187+
github.com/smartcontractkit/chain-selectors v1.0.55/go.mod h1:xsKM0aN3YGcQKTPRPDDtPx2l4mlTN1Djmg0VVXV40b8=
188188
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
189189
github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=
190190
github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo=

0 commit comments

Comments
 (0)