File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ " chainlink " : patch
3+ ---
4+
5+ #updated chain selectors
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.24.4
55require (
66 github.com/ethereum/go-ethereum v1.15.3
77 github.com/pkg/errors v0.9.1
8- github.com/smartcontractkit/chain-selectors v1.0.62-0.20250630182638-8bd9c28cf772
8+ github.com/smartcontractkit/chain-selectors v1.0.65
99 golang.org/x/crypto v0.38.0
1010)
1111
Original file line number Diff line number Diff line change @@ -183,8 +183,8 @@ github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf
183183github.com/russross/blackfriday/v2 v2.1.0 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
184184github.com/shirou/gopsutil v3.21.11+incompatible h1:+1+c1VGhc88SSonWP6foOcLhvnKlUeu/erjjvaPEYiI =
185185github.com/shirou/gopsutil v3.21.11+incompatible /go.mod h1:5b4v6he4MtMOwMlS0TUMTu2PcXUg8+E1lC7eC3UO/RA =
186- github.com/smartcontractkit/chain-selectors v1.0.62-0.20250630182638-8bd9c28cf772 h1:dkL/zDU5wujlzi/6pk8v2XcYUDEwimSXGHC+L9njc4w =
187- github.com/smartcontractkit/chain-selectors v1.0.62-0.20250630182638-8bd9c28cf772 /go.mod h1:xsKM0aN3YGcQKTPRPDDtPx2l4mlTN1Djmg0VVXV40b8 =
186+ github.com/smartcontractkit/chain-selectors v1.0.65 h1:UjETSuRPAz6arVmNRnG4bt1jKFA8PeORcL/vCJ51/C8 =
187+ github.com/smartcontractkit/chain-selectors v1.0.65 /go.mod h1:xsKM0aN3YGcQKTPRPDDtPx2l4mlTN1Djmg0VVXV40b8 =
188188github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
189189github.com/stretchr/objx v0.4.0 /go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw =
190190github.com/stretchr/objx v0.5.0 /go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo =
Original file line number Diff line number Diff line change @@ -462,7 +462,7 @@ require (
462462 github.com/sirupsen/logrus v1.9.3 // indirect
463463 github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 // indirect
464464 github.com/smartcontractkit/ccip-owner-contracts v0.1.0 // indirect
465- github.com/smartcontractkit/chain-selectors v1.0.62 // indirect
465+ github.com/smartcontractkit/chain-selectors v1.0.65 // indirect
466466 github.com/smartcontractkit/chainlink-aptos v0.0.0-20250626122206-319db248496a // indirect
467467 github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250609091505-5c8cd74b92ed // indirect
468468 github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.1 // indirect
Original file line number Diff line number Diff line change @@ -1520,8 +1520,8 @@ github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 h1:JIAuq3EE
15201520github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 /go.mod h1:sUM3LWHvSMaG192sy56D9F7CNvL7jUJVXoqM1QKLnog =
15211521github.com/smartcontractkit/ccip-owner-contracts v0.1.0 h1:GiBDtlx7539o7AKlDV+9LsA7vTMPv+0n7ClhSFnZFAk =
15221522github.com/smartcontractkit/ccip-owner-contracts v0.1.0 /go.mod h1:NnT6w4Kj42OFFXhSx99LvJZWPpMjmo4+CpDEWfw61xY =
1523- github.com/smartcontractkit/chain-selectors v1.0.62 h1:KWLEyKQXHxGGHIlUfLrzjYldlB8hBjRZi9GP49WtgYs =
1524- github.com/smartcontractkit/chain-selectors v1.0.62 /go.mod h1:xsKM0aN3YGcQKTPRPDDtPx2l4mlTN1Djmg0VVXV40b8 =
1523+ github.com/smartcontractkit/chain-selectors v1.0.65 h1:UjETSuRPAz6arVmNRnG4bt1jKFA8PeORcL/vCJ51/C8 =
1524+ github.com/smartcontractkit/chain-selectors v1.0.65 /go.mod h1:xsKM0aN3YGcQKTPRPDDtPx2l4mlTN1Djmg0VVXV40b8 =
15251525github.com/smartcontractkit/chainlink-aptos v0.0.0-20250626122206-319db248496a h1:45A1juQPvLV4xDt35wPiNpdzQwg2uGqbLQtHXLhZjWw =
15261526github.com/smartcontractkit/chainlink-aptos v0.0.0-20250626122206-319db248496a /go.mod h1:+LMKso9gI5B78xdk3uP69/WrsJTcalbKFO63amJexsE =
15271527github.com/smartcontractkit/chainlink-automation v0.8.1 h1:sTc9LKpBvcKPc1JDYAmgBc2xpDKBco/Q4h4ydl6+UUU =
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ require (
2929 github.com/rs/zerolog v1.33.0
3030 github.com/sethvargo/go-retry v0.2.4
3131 github.com/smartcontractkit/ccip-owner-contracts v0.1.0
32- github.com/smartcontractkit/chain-selectors v1.0.62
32+ github.com/smartcontractkit/chain-selectors v1.0.65
3333 github.com/smartcontractkit/chainlink-aptos v0.0.0-20250626122206-319db248496a
3434 github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20250716191209-5639135b7716
3535 github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250609091505-5c8cd74b92ed
Original file line number Diff line number Diff line change @@ -1251,8 +1251,8 @@ github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ
12511251github.com/sirupsen/logrus v1.9.3 /go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ =
12521252github.com/smartcontractkit/ccip-owner-contracts v0.1.0 h1:GiBDtlx7539o7AKlDV+9LsA7vTMPv+0n7ClhSFnZFAk =
12531253github.com/smartcontractkit/ccip-owner-contracts v0.1.0 /go.mod h1:NnT6w4Kj42OFFXhSx99LvJZWPpMjmo4+CpDEWfw61xY =
1254- github.com/smartcontractkit/chain-selectors v1.0.62 h1:KWLEyKQXHxGGHIlUfLrzjYldlB8hBjRZi9GP49WtgYs =
1255- github.com/smartcontractkit/chain-selectors v1.0.62 /go.mod h1:xsKM0aN3YGcQKTPRPDDtPx2l4mlTN1Djmg0VVXV40b8 =
1254+ github.com/smartcontractkit/chain-selectors v1.0.65 h1:UjETSuRPAz6arVmNRnG4bt1jKFA8PeORcL/vCJ51/C8 =
1255+ github.com/smartcontractkit/chain-selectors v1.0.65 /go.mod h1:xsKM0aN3YGcQKTPRPDDtPx2l4mlTN1Djmg0VVXV40b8 =
12561256github.com/smartcontractkit/chainlink-aptos v0.0.0-20250626122206-319db248496a h1:45A1juQPvLV4xDt35wPiNpdzQwg2uGqbLQtHXLhZjWw =
12571257github.com/smartcontractkit/chainlink-aptos v0.0.0-20250626122206-319db248496a /go.mod h1:+LMKso9gI5B78xdk3uP69/WrsJTcalbKFO63amJexsE =
12581258github.com/smartcontractkit/chainlink-automation v0.8.1 h1:sTc9LKpBvcKPc1JDYAmgBc2xpDKBco/Q4h4ydl6+UUU =
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ require (
7777 github.com/shirou/gopsutil/v3 v3.24.3
7878 github.com/shopspring/decimal v1.4.0
7979 github.com/sigurn/crc16 v0.0.0-20211026045750-20ab5afb07e3
80- github.com/smartcontractkit/chain-selectors v1.0.62
80+ github.com/smartcontractkit/chain-selectors v1.0.65
8181 github.com/smartcontractkit/chainlink-aptos v0.0.0-20250626122206-319db248496a
8282 github.com/smartcontractkit/chainlink-automation v0.8.1
8383 github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20250716191209-5639135b7716
Original file line number Diff line number Diff line change @@ -1074,8 +1074,8 @@ github.com/sirupsen/logrus v1.6.0/go.mod h1:7uNnSEd1DgxDLC74fIahvMZmmYsHGZGEOFrf
10741074github.com/sirupsen/logrus v1.8.1 /go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0 =
10751075github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ =
10761076github.com/sirupsen/logrus v1.9.3 /go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ =
1077- github.com/smartcontractkit/chain-selectors v1.0.62 h1:KWLEyKQXHxGGHIlUfLrzjYldlB8hBjRZi9GP49WtgYs =
1078- github.com/smartcontractkit/chain-selectors v1.0.62 /go.mod h1:xsKM0aN3YGcQKTPRPDDtPx2l4mlTN1Djmg0VVXV40b8 =
1077+ github.com/smartcontractkit/chain-selectors v1.0.65 h1:UjETSuRPAz6arVmNRnG4bt1jKFA8PeORcL/vCJ51/C8 =
1078+ github.com/smartcontractkit/chain-selectors v1.0.65 /go.mod h1:xsKM0aN3YGcQKTPRPDDtPx2l4mlTN1Djmg0VVXV40b8 =
10791079github.com/smartcontractkit/chainlink-aptos v0.0.0-20250626122206-319db248496a h1:45A1juQPvLV4xDt35wPiNpdzQwg2uGqbLQtHXLhZjWw =
10801080github.com/smartcontractkit/chainlink-aptos v0.0.0-20250626122206-319db248496a /go.mod h1:+LMKso9gI5B78xdk3uP69/WrsJTcalbKFO63amJexsE =
10811081github.com/smartcontractkit/chainlink-automation v0.8.1 h1:sTc9LKpBvcKPc1JDYAmgBc2xpDKBco/Q4h4ydl6+UUU =
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ require (
4444 github.com/segmentio/ksuid v1.0.4
4545 github.com/shopspring/decimal v1.4.0
4646 github.com/slack-go/slack v0.15.0
47- github.com/smartcontractkit/chain-selectors v1.0.62
47+ github.com/smartcontractkit/chain-selectors v1.0.65
4848 github.com/smartcontractkit/chainlink-aptos v0.0.0-20250718185907-0123e1ba03af
4949 github.com/smartcontractkit/chainlink-automation v0.8.1
5050 github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20250716191209-5639135b7716
You can’t perform that action at this time.
0 commit comments