From f90567b65a31b4ca64538ada9418e104b6b98441 Mon Sep 17 00:00:00 2001 From: James Kong Date: Tue, 28 Oct 2025 20:31:02 +0800 Subject: [PATCH] chore: update chain selectors to 1.0.77 This updates the chain selectors to the latest version 1.0.77. --- .changeset/forty-views-burn.md | 5 +++++ go.mod | 2 +- go.sum | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 .changeset/forty-views-burn.md diff --git a/.changeset/forty-views-burn.md b/.changeset/forty-views-burn.md new file mode 100644 index 000000000..62a436bb3 --- /dev/null +++ b/.changeset/forty-views-burn.md @@ -0,0 +1,5 @@ +--- +"chainlink-deployments-framework": patch +--- + +Bump chain-selectors to v1.0.77 diff --git a/go.mod b/go.mod index 24c070828..5e3caa48e 100644 --- a/go.mod +++ b/go.mod @@ -26,7 +26,7 @@ require ( github.com/pelletier/go-toml/v2 v2.2.4 github.com/segmentio/ksuid v1.0.4 github.com/smartcontractkit/ccip-owner-contracts v0.1.0 - github.com/smartcontractkit/chain-selectors v1.0.72 + github.com/smartcontractkit/chain-selectors v1.0.77 github.com/smartcontractkit/chainlink-aptos v0.0.0-20250905094443-ac02b032b32b github.com/smartcontractkit/chainlink-ccip v0.0.0-20250805210128-7f8a0f403c3a github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250805210128-7f8a0f403c3a diff --git a/go.sum b/go.sum index 99a3bf207..a5ed0056b 100644 --- a/go.sum +++ b/go.sum @@ -672,8 +672,8 @@ github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ= github.com/smartcontractkit/ccip-owner-contracts v0.1.0 h1:GiBDtlx7539o7AKlDV+9LsA7vTMPv+0n7ClhSFnZFAk= github.com/smartcontractkit/ccip-owner-contracts v0.1.0/go.mod h1:NnT6w4Kj42OFFXhSx99LvJZWPpMjmo4+CpDEWfw61xY= -github.com/smartcontractkit/chain-selectors v1.0.72 h1:AExF2H3mABdLCN0QZd+IjU8CkblTZLKJqvp4vcwew+g= -github.com/smartcontractkit/chain-selectors v1.0.72/go.mod h1:xsKM0aN3YGcQKTPRPDDtPx2l4mlTN1Djmg0VVXV40b8= +github.com/smartcontractkit/chain-selectors v1.0.77 h1:/Mk9IiOyf07bYJ3+xbIH5vYys1HDt8+3+ESqW63nDP0= +github.com/smartcontractkit/chain-selectors v1.0.77/go.mod h1:xsKM0aN3YGcQKTPRPDDtPx2l4mlTN1Djmg0VVXV40b8= github.com/smartcontractkit/chainlink-aptos v0.0.0-20250905094443-ac02b032b32b h1:scWqERf9tWr5ocX/nENI1Kc9FqSl2y87bglwjXbe3XA= github.com/smartcontractkit/chainlink-aptos v0.0.0-20250905094443-ac02b032b32b/go.mod h1:zNZ5rtLkbqsGCjDWb1y8n7BRk2zgflkzmj2GjnLnj08= github.com/smartcontractkit/chainlink-ccip v0.0.0-20250805210128-7f8a0f403c3a h1:EqR0TWzpsIDhu28xromfL3/dfzx398rhUtucT4XLNGc=