Skip to content

Commit bbcfc36

Browse files
build(deps): bump github.com/smartcontractkit/chain-selectors from 1.0.57 to 1.0.59 (#121)
Bumps [github.com/smartcontractkit/chain-selectors](https://github.com/smartcontractkit/chain-selectors) from 1.0.57 to 1.0.59. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/smartcontractkit/chain-selectors/releases">github.com/smartcontractkit/chain-selectors's releases</a>.</em></p> <blockquote> <h2>v1.0.59</h2> <h2>What's Changed</h2> <ul> <li>Add Katana Mainnet by <a href="https://github.com/flodesi"><code>@​flodesi</code></a> in <a href="https://redirect.github.com/smartcontractkit/chain-selectors/pull/121">smartcontractkit/chain-selectors#121</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/smartcontractkit/chain-selectors/compare/v1.0.58...v1.0.59">https://github.com/smartcontractkit/chain-selectors/compare/v1.0.58...v1.0.59</a></p> <h2>v1.0.58</h2> <h2>What's Changed</h2> <ul> <li>Add Polygon Tatara by <a href="https://github.com/flodesi"><code>@​flodesi</code></a> in <a href="https://redirect.github.com/smartcontractkit/chain-selectors/pull/120">smartcontractkit/chain-selectors#120</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/smartcontractkit/chain-selectors/compare/v1.0.57...v1.0.58">https://github.com/smartcontractkit/chain-selectors/compare/v1.0.57...v1.0.58</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/smartcontractkit/chain-selectors/commit/f77ba43d58b0e0cdcc6a3dac4988652e1bc223fb"><code>f77ba43</code></a> Add Katana Mainnet (<a href="https://redirect.github.com/smartcontractkit/chain-selectors/issues/121">#121</a>)</li> <li><a href="https://github.com/smartcontractkit/chain-selectors/commit/50539fe1dd65c21a50763739292874fd1f9b6351"><code>50539fe</code></a> add tatara (<a href="https://redirect.github.com/smartcontractkit/chain-selectors/issues/120">#120</a>)</li> <li>See full diff in <a href="https://github.com/smartcontractkit/chain-selectors/compare/v1.0.57...v1.0.59">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/smartcontractkit/chain-selectors&package-manager=go_modules&previous-version=1.0.57&new-version=1.0.59)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent afc5f2f commit bbcfc36

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/gagliardetto/solana-go v1.12.0
1111
github.com/google/uuid v1.6.0
1212
github.com/pattonkan/sui-go v0.1.0
13-
github.com/smartcontractkit/chain-selectors v1.0.57
13+
github.com/smartcontractkit/chain-selectors v1.0.59
1414
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250425163923-16aa375957b7
1515
github.com/smartcontractkit/chainlink-common v0.7.0
1616
github.com/smartcontractkit/chainlink-protos/job-distributor v0.10.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,8 +318,8 @@ github.com/shopspring/decimal v1.4.0 h1:bxl37RwXBklmTi0C79JfXCEBD1cqqHt0bbgBAGFp
318318
github.com/shopspring/decimal v1.4.0/go.mod h1:gawqmDU56v4yIKSwfBSFip1HdCCXN8/+DMd9qYNcwME=
319319
github.com/sigurn/crc16 v0.0.0-20211026045750-20ab5afb07e3 h1:aQKxg3+2p+IFXXg97McgDGT5zcMrQoi0EICZs8Pgchs=
320320
github.com/sigurn/crc16 v0.0.0-20211026045750-20ab5afb07e3/go.mod h1:9/etS5gpQq9BJsJMWg1wpLbfuSnkm8dPF6FdW2JXVhA=
321-
github.com/smartcontractkit/chain-selectors v1.0.57 h1:KApvb/Kpn15YalY7khFQaHH3mb7teX7JF/gwvq3ti7M=
322-
github.com/smartcontractkit/chain-selectors v1.0.57/go.mod h1:xsKM0aN3YGcQKTPRPDDtPx2l4mlTN1Djmg0VVXV40b8=
321+
github.com/smartcontractkit/chain-selectors v1.0.59 h1:F+683QowSJA03BKylz5Kw/lgXuUGHhcuEBm3YNMhQjA=
322+
github.com/smartcontractkit/chain-selectors v1.0.59/go.mod h1:xsKM0aN3YGcQKTPRPDDtPx2l4mlTN1Djmg0VVXV40b8=
323323
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250425163923-16aa375957b7 h1:j6Vo/NX2ABsPdGxETC5pfQLcz/h6iLJu/Yx+8AhPa34=
324324
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250425163923-16aa375957b7/go.mod h1:k3/Z6AvwurPUlfuDFEonRbkkiTSgNSrtVNhJEWNlUZA=
325325
github.com/smartcontractkit/chainlink-common v0.7.0 h1:QThOrHKn+du8CTmzJPCha0Nwnvw0tonIEAQca+dnmE0=

0 commit comments

Comments
 (0)