Skip to content

Commit 2229818

Browse files
authored
chore: update chain selectors to 1.0.77 (#547)
This updates the chain selectors to the latest version 1.0.77.
1 parent 909e6f4 commit 2229818

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.changeset/forty-views-burn.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"chainlink-deployments-framework": patch
3+
---
4+
5+
Bump chain-selectors to v1.0.77

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ require (
2626
github.com/pelletier/go-toml/v2 v2.2.4
2727
github.com/segmentio/ksuid v1.0.4
2828
github.com/smartcontractkit/ccip-owner-contracts v0.1.0
29-
github.com/smartcontractkit/chain-selectors v1.0.72
29+
github.com/smartcontractkit/chain-selectors v1.0.77
3030
github.com/smartcontractkit/chainlink-aptos v0.0.0-20250905094443-ac02b032b32b
3131
github.com/smartcontractkit/chainlink-ccip v0.0.0-20250805210128-7f8a0f403c3a
3232
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250805210128-7f8a0f403c3a

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -672,8 +672,8 @@ github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ
672672
github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
673673
github.com/smartcontractkit/ccip-owner-contracts v0.1.0 h1:GiBDtlx7539o7AKlDV+9LsA7vTMPv+0n7ClhSFnZFAk=
674674
github.com/smartcontractkit/ccip-owner-contracts v0.1.0/go.mod h1:NnT6w4Kj42OFFXhSx99LvJZWPpMjmo4+CpDEWfw61xY=
675-
github.com/smartcontractkit/chain-selectors v1.0.72 h1:AExF2H3mABdLCN0QZd+IjU8CkblTZLKJqvp4vcwew+g=
676-
github.com/smartcontractkit/chain-selectors v1.0.72/go.mod h1:xsKM0aN3YGcQKTPRPDDtPx2l4mlTN1Djmg0VVXV40b8=
675+
github.com/smartcontractkit/chain-selectors v1.0.77 h1:/Mk9IiOyf07bYJ3+xbIH5vYys1HDt8+3+ESqW63nDP0=
676+
github.com/smartcontractkit/chain-selectors v1.0.77/go.mod h1:xsKM0aN3YGcQKTPRPDDtPx2l4mlTN1Djmg0VVXV40b8=
677677
github.com/smartcontractkit/chainlink-aptos v0.0.0-20250905094443-ac02b032b32b h1:scWqERf9tWr5ocX/nENI1Kc9FqSl2y87bglwjXbe3XA=
678678
github.com/smartcontractkit/chainlink-aptos v0.0.0-20250905094443-ac02b032b32b/go.mod h1:zNZ5rtLkbqsGCjDWb1y8n7BRk2zgflkzmj2GjnLnj08=
679679
github.com/smartcontractkit/chainlink-ccip v0.0.0-20250805210128-7f8a0f403c3a h1:EqR0TWzpsIDhu28xromfL3/dfzx398rhUtucT4XLNGc=

0 commit comments

Comments
 (0)