diff --git a/.changeset/slimy-apples-glow.md b/.changeset/slimy-apples-glow.md new file mode 100644 index 00000000000..4b4d021e5b6 --- /dev/null +++ b/.changeset/slimy-apples-glow.md @@ -0,0 +1,5 @@ +--- +"chainlink": minor +--- + +#changed bump chainlink-common to remove llo aggregator 1e18 scaling diff --git a/core/capabilities/integration_tests/keystone/llo_feed_test.go b/core/capabilities/integration_tests/keystone/llo_feed_test.go index abbe18b8410..b2ef9635eae 100644 --- a/core/capabilities/integration_tests/keystone/llo_feed_test.go +++ b/core/capabilities/integration_tests/keystone/llo_feed_test.go @@ -99,12 +99,7 @@ func MakeOCRTriggerEvent(lggr logger.Logger, reports *datastreams.LLOStreamsTrig streams := make([]llotypes.Stream, len(reports.Payload)) // Create multipliers based on the actual StreamIDs from the payload multipliers := make([]cre.ReportCodecCapabilityTriggerMultiplier, len(reports.Payload)) - // We currently only use a multiplier of 1 in this test, as this test uses a value from - // the KeystoneFeedsConsumer contract which is already 18 decimals as the source for the StreamValue. - // In practice this value will be sourced from an EA + LLO jobspec and will often be non-scaled or up to 18 decimals. - // The Opts.Multipliers are used to scale the values post EA + LLO jobspec up to the required 18 decimal values - // the LLO Asset DON is expected to output to the Capability Trigger at. - multiplier, err := decimal.NewFromString("1") + multiplier, err := decimal.NewFromString("1000000000000000000") if err != nil { return nil, "", fmt.Errorf("failed to parse multiplier string: %w", err) } diff --git a/core/scripts/go.mod b/core/scripts/go.mod index 0d0eec04cd4..04548eb0e83 100644 --- a/core/scripts/go.mod +++ b/core/scripts/go.mod @@ -40,7 +40,7 @@ require ( github.com/smartcontractkit/chain-selectors v1.0.62-0.20250630182638-8bd9c28cf772 github.com/smartcontractkit/chainlink-automation v0.8.1 github.com/smartcontractkit/chainlink-ccip v0.0.0-20250703172708-3dacb811e668 - github.com/smartcontractkit/chainlink-common v0.7.1-0.20250707133321-27faefc9ce45 + github.com/smartcontractkit/chainlink-common v0.7.1-0.20250707170629-3b697507abf4 github.com/smartcontractkit/chainlink-common/pkg/values v0.0.0-20250707133321-27faefc9ce45 github.com/smartcontractkit/chainlink-data-streams v0.1.1-0.20250604171706-a98fa6515eae github.com/smartcontractkit/chainlink-deployments-framework v0.17.0 diff --git a/core/scripts/go.sum b/core/scripts/go.sum index 79ce822e5b0..a5191d6158c 100644 --- a/core/scripts/go.sum +++ b/core/scripts/go.sum @@ -1511,8 +1511,8 @@ github.com/smartcontractkit/chainlink-ccip v0.0.0-20250703172708-3dacb811e668 h1 github.com/smartcontractkit/chainlink-ccip v0.0.0-20250703172708-3dacb811e668/go.mod h1:zPpo78Fv3zQE3WVZFEqRiRNER9QHaCzl+HNeTSaS0kE= github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250609091505-5c8cd74b92ed h1:rjtXQLTCLa/+AmMwMTP5WwJUdPBeBAF3Ivwc1GXetBw= github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250609091505-5c8cd74b92ed/go.mod h1:k3/Z6AvwurPUlfuDFEonRbkkiTSgNSrtVNhJEWNlUZA= -github.com/smartcontractkit/chainlink-common v0.7.1-0.20250707133321-27faefc9ce45 h1:EPlVedH4Sxm3R5iNvy160+stnFIYJR+iPHnU2XYOZVY= -github.com/smartcontractkit/chainlink-common v0.7.1-0.20250707133321-27faefc9ce45/go.mod h1:SrzacsyKxhRg/U0fNJc1aMwiZJLq064dZ4Pk5dWCNrg= +github.com/smartcontractkit/chainlink-common v0.7.1-0.20250707170629-3b697507abf4 h1:nnxLtylcHKhNnsp3z76lDW6ji3GBLk0IeG+OzUincEw= +github.com/smartcontractkit/chainlink-common v0.7.1-0.20250707170629-3b697507abf4/go.mod h1:SrzacsyKxhRg/U0fNJc1aMwiZJLq064dZ4Pk5dWCNrg= github.com/smartcontractkit/chainlink-common/pkg/monitoring v0.0.0-20250415235644-8703639403c7 h1:9wh1G+WbXwPVqf0cfSRSgwIcaXTQgvYezylEAfwmrbw= github.com/smartcontractkit/chainlink-common/pkg/monitoring v0.0.0-20250415235644-8703639403c7/go.mod h1:yaDOAZF6MNB+NGYpxGCUc+owIdKrjvFW0JODdTcQ3V0= github.com/smartcontractkit/chainlink-common/pkg/values v0.0.0-20250707133321-27faefc9ce45 h1:T+yPdzVifh/oVrfVUXYhNqgJG4ubB+yVODtBxVT6esQ= diff --git a/deployment/go.mod b/deployment/go.mod index 8bb504a577e..df9400a8502 100644 --- a/deployment/go.mod +++ b/deployment/go.mod @@ -33,7 +33,7 @@ require ( github.com/smartcontractkit/chainlink-aptos v0.0.0-20250626122206-319db248496a github.com/smartcontractkit/chainlink-ccip v0.0.0-20250703172708-3dacb811e668 github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250609091505-5c8cd74b92ed - github.com/smartcontractkit/chainlink-common v0.7.1-0.20250707133321-27faefc9ce45 + github.com/smartcontractkit/chainlink-common v0.7.1-0.20250707170629-3b697507abf4 github.com/smartcontractkit/chainlink-common/pkg/values v0.0.0-20250707133321-27faefc9ce45 github.com/smartcontractkit/chainlink-deployments-framework v0.17.0 github.com/smartcontractkit/chainlink-evm v0.0.0-20250707113334-93191f4c5ff4 diff --git a/deployment/go.sum b/deployment/go.sum index ec34380fede..00491757839 100644 --- a/deployment/go.sum +++ b/deployment/go.sum @@ -1263,8 +1263,8 @@ github.com/smartcontractkit/chainlink-ccip v0.0.0-20250703172708-3dacb811e668 h1 github.com/smartcontractkit/chainlink-ccip v0.0.0-20250703172708-3dacb811e668/go.mod h1:zPpo78Fv3zQE3WVZFEqRiRNER9QHaCzl+HNeTSaS0kE= github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250609091505-5c8cd74b92ed h1:rjtXQLTCLa/+AmMwMTP5WwJUdPBeBAF3Ivwc1GXetBw= github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250609091505-5c8cd74b92ed/go.mod h1:k3/Z6AvwurPUlfuDFEonRbkkiTSgNSrtVNhJEWNlUZA= -github.com/smartcontractkit/chainlink-common v0.7.1-0.20250707133321-27faefc9ce45 h1:EPlVedH4Sxm3R5iNvy160+stnFIYJR+iPHnU2XYOZVY= -github.com/smartcontractkit/chainlink-common v0.7.1-0.20250707133321-27faefc9ce45/go.mod h1:SrzacsyKxhRg/U0fNJc1aMwiZJLq064dZ4Pk5dWCNrg= +github.com/smartcontractkit/chainlink-common v0.7.1-0.20250707170629-3b697507abf4 h1:nnxLtylcHKhNnsp3z76lDW6ji3GBLk0IeG+OzUincEw= +github.com/smartcontractkit/chainlink-common v0.7.1-0.20250707170629-3b697507abf4/go.mod h1:SrzacsyKxhRg/U0fNJc1aMwiZJLq064dZ4Pk5dWCNrg= github.com/smartcontractkit/chainlink-common/pkg/monitoring v0.0.0-20250415235644-8703639403c7 h1:9wh1G+WbXwPVqf0cfSRSgwIcaXTQgvYezylEAfwmrbw= github.com/smartcontractkit/chainlink-common/pkg/monitoring v0.0.0-20250415235644-8703639403c7/go.mod h1:yaDOAZF6MNB+NGYpxGCUc+owIdKrjvFW0JODdTcQ3V0= github.com/smartcontractkit/chainlink-common/pkg/values v0.0.0-20250707133321-27faefc9ce45 h1:T+yPdzVifh/oVrfVUXYhNqgJG4ubB+yVODtBxVT6esQ= diff --git a/go.mod b/go.mod index eeac5a0c96e..f0700d6e0d5 100644 --- a/go.mod +++ b/go.mod @@ -81,7 +81,7 @@ require ( github.com/smartcontractkit/chainlink-automation v0.8.1 github.com/smartcontractkit/chainlink-ccip v0.0.0-20250703172708-3dacb811e668 github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250609091505-5c8cd74b92ed - github.com/smartcontractkit/chainlink-common v0.7.1-0.20250707133321-27faefc9ce45 + github.com/smartcontractkit/chainlink-common v0.7.1-0.20250707170629-3b697507abf4 github.com/smartcontractkit/chainlink-common/pkg/values v0.0.0-20250707133321-27faefc9ce45 github.com/smartcontractkit/chainlink-common/pkg/workflows/sdk/v2/pb v0.0.0-20250707133321-27faefc9ce45 github.com/smartcontractkit/chainlink-data-streams v0.1.1-0.20250604171706-a98fa6515eae diff --git a/go.sum b/go.sum index b2c386e4cb9..cf9df61d8aa 100644 --- a/go.sum +++ b/go.sum @@ -1088,8 +1088,8 @@ github.com/smartcontractkit/chainlink-ccip v0.0.0-20250703172708-3dacb811e668 h1 github.com/smartcontractkit/chainlink-ccip v0.0.0-20250703172708-3dacb811e668/go.mod h1:zPpo78Fv3zQE3WVZFEqRiRNER9QHaCzl+HNeTSaS0kE= github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250609091505-5c8cd74b92ed h1:rjtXQLTCLa/+AmMwMTP5WwJUdPBeBAF3Ivwc1GXetBw= github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250609091505-5c8cd74b92ed/go.mod h1:k3/Z6AvwurPUlfuDFEonRbkkiTSgNSrtVNhJEWNlUZA= -github.com/smartcontractkit/chainlink-common v0.7.1-0.20250707133321-27faefc9ce45 h1:EPlVedH4Sxm3R5iNvy160+stnFIYJR+iPHnU2XYOZVY= -github.com/smartcontractkit/chainlink-common v0.7.1-0.20250707133321-27faefc9ce45/go.mod h1:SrzacsyKxhRg/U0fNJc1aMwiZJLq064dZ4Pk5dWCNrg= +github.com/smartcontractkit/chainlink-common v0.7.1-0.20250707170629-3b697507abf4 h1:nnxLtylcHKhNnsp3z76lDW6ji3GBLk0IeG+OzUincEw= +github.com/smartcontractkit/chainlink-common v0.7.1-0.20250707170629-3b697507abf4/go.mod h1:SrzacsyKxhRg/U0fNJc1aMwiZJLq064dZ4Pk5dWCNrg= github.com/smartcontractkit/chainlink-common/pkg/monitoring v0.0.0-20250415235644-8703639403c7 h1:9wh1G+WbXwPVqf0cfSRSgwIcaXTQgvYezylEAfwmrbw= github.com/smartcontractkit/chainlink-common/pkg/monitoring v0.0.0-20250415235644-8703639403c7/go.mod h1:yaDOAZF6MNB+NGYpxGCUc+owIdKrjvFW0JODdTcQ3V0= github.com/smartcontractkit/chainlink-common/pkg/values v0.0.0-20250707133321-27faefc9ce45 h1:T+yPdzVifh/oVrfVUXYhNqgJG4ubB+yVODtBxVT6esQ= diff --git a/integration-tests/go.mod b/integration-tests/go.mod index 5f65167e591..58b80c00e99 100644 --- a/integration-tests/go.mod +++ b/integration-tests/go.mod @@ -47,7 +47,7 @@ require ( github.com/smartcontractkit/chainlink-automation v0.8.1 github.com/smartcontractkit/chainlink-ccip v0.0.0-20250703172708-3dacb811e668 github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250609091505-5c8cd74b92ed - github.com/smartcontractkit/chainlink-common v0.7.1-0.20250707133321-27faefc9ce45 + github.com/smartcontractkit/chainlink-common v0.7.1-0.20250707170629-3b697507abf4 github.com/smartcontractkit/chainlink-deployments-framework v0.17.0 github.com/smartcontractkit/chainlink-evm v0.0.0-20250707113334-93191f4c5ff4 github.com/smartcontractkit/chainlink-protos/job-distributor v0.12.0 diff --git a/integration-tests/go.sum b/integration-tests/go.sum index d784b5e344a..6938d98ccc7 100644 --- a/integration-tests/go.sum +++ b/integration-tests/go.sum @@ -1488,8 +1488,8 @@ github.com/smartcontractkit/chainlink-ccip v0.0.0-20250703172708-3dacb811e668 h1 github.com/smartcontractkit/chainlink-ccip v0.0.0-20250703172708-3dacb811e668/go.mod h1:zPpo78Fv3zQE3WVZFEqRiRNER9QHaCzl+HNeTSaS0kE= github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250609091505-5c8cd74b92ed h1:rjtXQLTCLa/+AmMwMTP5WwJUdPBeBAF3Ivwc1GXetBw= github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250609091505-5c8cd74b92ed/go.mod h1:k3/Z6AvwurPUlfuDFEonRbkkiTSgNSrtVNhJEWNlUZA= -github.com/smartcontractkit/chainlink-common v0.7.1-0.20250707133321-27faefc9ce45 h1:EPlVedH4Sxm3R5iNvy160+stnFIYJR+iPHnU2XYOZVY= -github.com/smartcontractkit/chainlink-common v0.7.1-0.20250707133321-27faefc9ce45/go.mod h1:SrzacsyKxhRg/U0fNJc1aMwiZJLq064dZ4Pk5dWCNrg= +github.com/smartcontractkit/chainlink-common v0.7.1-0.20250707170629-3b697507abf4 h1:nnxLtylcHKhNnsp3z76lDW6ji3GBLk0IeG+OzUincEw= +github.com/smartcontractkit/chainlink-common v0.7.1-0.20250707170629-3b697507abf4/go.mod h1:SrzacsyKxhRg/U0fNJc1aMwiZJLq064dZ4Pk5dWCNrg= github.com/smartcontractkit/chainlink-common/pkg/monitoring v0.0.0-20250415235644-8703639403c7 h1:9wh1G+WbXwPVqf0cfSRSgwIcaXTQgvYezylEAfwmrbw= github.com/smartcontractkit/chainlink-common/pkg/monitoring v0.0.0-20250415235644-8703639403c7/go.mod h1:yaDOAZF6MNB+NGYpxGCUc+owIdKrjvFW0JODdTcQ3V0= github.com/smartcontractkit/chainlink-common/pkg/values v0.0.0-20250707133321-27faefc9ce45 h1:T+yPdzVifh/oVrfVUXYhNqgJG4ubB+yVODtBxVT6esQ= diff --git a/integration-tests/load/go.mod b/integration-tests/load/go.mod index 4943534e18e..10e5624551c 100644 --- a/integration-tests/load/go.mod +++ b/integration-tests/load/go.mod @@ -29,7 +29,7 @@ require ( github.com/smartcontractkit/chain-selectors v1.0.62-0.20250630182638-8bd9c28cf772 github.com/smartcontractkit/chainlink-ccip v0.0.0-20250703172708-3dacb811e668 github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250609091505-5c8cd74b92ed - github.com/smartcontractkit/chainlink-common v0.7.1-0.20250707133321-27faefc9ce45 + github.com/smartcontractkit/chainlink-common v0.7.1-0.20250707170629-3b697507abf4 github.com/smartcontractkit/chainlink-deployments-framework v0.17.0 github.com/smartcontractkit/chainlink-evm v0.0.0-20250707113334-93191f4c5ff4 github.com/smartcontractkit/chainlink-testing-framework/framework v0.9.6 diff --git a/integration-tests/load/go.sum b/integration-tests/load/go.sum index 2666108e5c1..994543dcc6d 100644 --- a/integration-tests/load/go.sum +++ b/integration-tests/load/go.sum @@ -1470,8 +1470,8 @@ github.com/smartcontractkit/chainlink-ccip v0.0.0-20250703172708-3dacb811e668 h1 github.com/smartcontractkit/chainlink-ccip v0.0.0-20250703172708-3dacb811e668/go.mod h1:zPpo78Fv3zQE3WVZFEqRiRNER9QHaCzl+HNeTSaS0kE= github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250609091505-5c8cd74b92ed h1:rjtXQLTCLa/+AmMwMTP5WwJUdPBeBAF3Ivwc1GXetBw= github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250609091505-5c8cd74b92ed/go.mod h1:k3/Z6AvwurPUlfuDFEonRbkkiTSgNSrtVNhJEWNlUZA= -github.com/smartcontractkit/chainlink-common v0.7.1-0.20250707133321-27faefc9ce45 h1:EPlVedH4Sxm3R5iNvy160+stnFIYJR+iPHnU2XYOZVY= -github.com/smartcontractkit/chainlink-common v0.7.1-0.20250707133321-27faefc9ce45/go.mod h1:SrzacsyKxhRg/U0fNJc1aMwiZJLq064dZ4Pk5dWCNrg= +github.com/smartcontractkit/chainlink-common v0.7.1-0.20250707170629-3b697507abf4 h1:nnxLtylcHKhNnsp3z76lDW6ji3GBLk0IeG+OzUincEw= +github.com/smartcontractkit/chainlink-common v0.7.1-0.20250707170629-3b697507abf4/go.mod h1:SrzacsyKxhRg/U0fNJc1aMwiZJLq064dZ4Pk5dWCNrg= github.com/smartcontractkit/chainlink-common/pkg/monitoring v0.0.0-20250415235644-8703639403c7 h1:9wh1G+WbXwPVqf0cfSRSgwIcaXTQgvYezylEAfwmrbw= github.com/smartcontractkit/chainlink-common/pkg/monitoring v0.0.0-20250415235644-8703639403c7/go.mod h1:yaDOAZF6MNB+NGYpxGCUc+owIdKrjvFW0JODdTcQ3V0= github.com/smartcontractkit/chainlink-common/pkg/values v0.0.0-20250707133321-27faefc9ce45 h1:T+yPdzVifh/oVrfVUXYhNqgJG4ubB+yVODtBxVT6esQ= diff --git a/system-tests/lib/go.mod b/system-tests/lib/go.mod index 675bdefd6cf..3ea14e34c8b 100644 --- a/system-tests/lib/go.mod +++ b/system-tests/lib/go.mod @@ -21,7 +21,7 @@ require ( github.com/rs/zerolog v1.33.0 github.com/scylladb/go-reflectx v1.0.1 github.com/smartcontractkit/chain-selectors v1.0.62-0.20250630182638-8bd9c28cf772 - github.com/smartcontractkit/chainlink-common v0.7.1-0.20250707133321-27faefc9ce45 + github.com/smartcontractkit/chainlink-common v0.7.1-0.20250707170629-3b697507abf4 github.com/smartcontractkit/chainlink-common/pkg/values v0.0.0-20250707133321-27faefc9ce45 github.com/smartcontractkit/chainlink-deployments-framework v0.17.0 github.com/smartcontractkit/chainlink-evm v0.0.0-20250707113334-93191f4c5ff4 diff --git a/system-tests/lib/go.sum b/system-tests/lib/go.sum index 1f9e63ded2d..9a58a57c3b0 100644 --- a/system-tests/lib/go.sum +++ b/system-tests/lib/go.sum @@ -1257,8 +1257,8 @@ github.com/smartcontractkit/chainlink-ccip v0.0.0-20250703172708-3dacb811e668 h1 github.com/smartcontractkit/chainlink-ccip v0.0.0-20250703172708-3dacb811e668/go.mod h1:zPpo78Fv3zQE3WVZFEqRiRNER9QHaCzl+HNeTSaS0kE= github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250609091505-5c8cd74b92ed h1:rjtXQLTCLa/+AmMwMTP5WwJUdPBeBAF3Ivwc1GXetBw= github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250609091505-5c8cd74b92ed/go.mod h1:k3/Z6AvwurPUlfuDFEonRbkkiTSgNSrtVNhJEWNlUZA= -github.com/smartcontractkit/chainlink-common v0.7.1-0.20250707133321-27faefc9ce45 h1:EPlVedH4Sxm3R5iNvy160+stnFIYJR+iPHnU2XYOZVY= -github.com/smartcontractkit/chainlink-common v0.7.1-0.20250707133321-27faefc9ce45/go.mod h1:SrzacsyKxhRg/U0fNJc1aMwiZJLq064dZ4Pk5dWCNrg= +github.com/smartcontractkit/chainlink-common v0.7.1-0.20250707170629-3b697507abf4 h1:nnxLtylcHKhNnsp3z76lDW6ji3GBLk0IeG+OzUincEw= +github.com/smartcontractkit/chainlink-common v0.7.1-0.20250707170629-3b697507abf4/go.mod h1:SrzacsyKxhRg/U0fNJc1aMwiZJLq064dZ4Pk5dWCNrg= github.com/smartcontractkit/chainlink-common/pkg/monitoring v0.0.0-20250415235644-8703639403c7 h1:9wh1G+WbXwPVqf0cfSRSgwIcaXTQgvYezylEAfwmrbw= github.com/smartcontractkit/chainlink-common/pkg/monitoring v0.0.0-20250415235644-8703639403c7/go.mod h1:yaDOAZF6MNB+NGYpxGCUc+owIdKrjvFW0JODdTcQ3V0= github.com/smartcontractkit/chainlink-common/pkg/values v0.0.0-20250707133321-27faefc9ce45 h1:T+yPdzVifh/oVrfVUXYhNqgJG4ubB+yVODtBxVT6esQ= diff --git a/system-tests/tests/go.mod b/system-tests/tests/go.mod index 545846f0bc8..54fbbd0e011 100644 --- a/system-tests/tests/go.mod +++ b/system-tests/tests/go.mod @@ -23,7 +23,7 @@ require ( github.com/prometheus/common v0.63.0 github.com/rs/zerolog v1.33.0 github.com/shopspring/decimal v1.4.0 - github.com/smartcontractkit/chainlink-common v0.7.1-0.20250707133321-27faefc9ce45 + github.com/smartcontractkit/chainlink-common v0.7.1-0.20250707170629-3b697507abf4 github.com/smartcontractkit/chainlink-common/pkg/values v0.0.0-20250707133321-27faefc9ce45 github.com/smartcontractkit/chainlink-data-streams v0.1.1-0.20250604171706-a98fa6515eae github.com/smartcontractkit/chainlink-deployments-framework v0.17.0 diff --git a/system-tests/tests/go.sum b/system-tests/tests/go.sum index 83ed18a1481..712ae12b4ee 100644 --- a/system-tests/tests/go.sum +++ b/system-tests/tests/go.sum @@ -1453,8 +1453,8 @@ github.com/smartcontractkit/chainlink-ccip v0.0.0-20250703172708-3dacb811e668 h1 github.com/smartcontractkit/chainlink-ccip v0.0.0-20250703172708-3dacb811e668/go.mod h1:zPpo78Fv3zQE3WVZFEqRiRNER9QHaCzl+HNeTSaS0kE= github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250609091505-5c8cd74b92ed h1:rjtXQLTCLa/+AmMwMTP5WwJUdPBeBAF3Ivwc1GXetBw= github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250609091505-5c8cd74b92ed/go.mod h1:k3/Z6AvwurPUlfuDFEonRbkkiTSgNSrtVNhJEWNlUZA= -github.com/smartcontractkit/chainlink-common v0.7.1-0.20250707133321-27faefc9ce45 h1:EPlVedH4Sxm3R5iNvy160+stnFIYJR+iPHnU2XYOZVY= -github.com/smartcontractkit/chainlink-common v0.7.1-0.20250707133321-27faefc9ce45/go.mod h1:SrzacsyKxhRg/U0fNJc1aMwiZJLq064dZ4Pk5dWCNrg= +github.com/smartcontractkit/chainlink-common v0.7.1-0.20250707170629-3b697507abf4 h1:nnxLtylcHKhNnsp3z76lDW6ji3GBLk0IeG+OzUincEw= +github.com/smartcontractkit/chainlink-common v0.7.1-0.20250707170629-3b697507abf4/go.mod h1:SrzacsyKxhRg/U0fNJc1aMwiZJLq064dZ4Pk5dWCNrg= github.com/smartcontractkit/chainlink-common/pkg/monitoring v0.0.0-20250415235644-8703639403c7 h1:9wh1G+WbXwPVqf0cfSRSgwIcaXTQgvYezylEAfwmrbw= github.com/smartcontractkit/chainlink-common/pkg/monitoring v0.0.0-20250415235644-8703639403c7/go.mod h1:yaDOAZF6MNB+NGYpxGCUc+owIdKrjvFW0JODdTcQ3V0= github.com/smartcontractkit/chainlink-common/pkg/values v0.0.0-20250707133321-27faefc9ce45 h1:T+yPdzVifh/oVrfVUXYhNqgJG4ubB+yVODtBxVT6esQ=