diff --git a/ccv/chains/evm/deployment/go.mod b/ccv/chains/evm/deployment/go.mod index ace2d21772..ade40cdbc2 100644 --- a/ccv/chains/evm/deployment/go.mod +++ b/ccv/chains/evm/deployment/go.mod @@ -5,17 +5,14 @@ go 1.25.5 // Taken from CLDF go.mod: https://github.com/smartcontractkit/chainlink-deployments-framework/blob/main/go.mod replace github.com/fbsobreira/gotron-sdk => github.com/smartcontractkit/chainlink-tron/relayer/gotron-sdk v0.0.4 -// TODO: remove this local replace once chainlink-ccip/deployment is published with the adapter changes -replace github.com/smartcontractkit/chainlink-ccip/deployment => ../../../../deployment - require ( github.com/Masterminds/semver/v3 v3.4.0 github.com/ethereum/go-ethereum v1.17.0 github.com/smartcontractkit/chain-selectors v1.0.97 - github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260304181639-13a43d5892d9 - github.com/smartcontractkit/chainlink-ccip/ccv/chains/evm v0.0.0-20260304181639-13a43d5892d9 - github.com/smartcontractkit/chainlink-ccip/chains/evm/deployment v0.0.0-20260304181639-13a43d5892d9 - github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260304181639-13a43d5892d9 + github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260306193229-66635470b83d + github.com/smartcontractkit/chainlink-ccip/ccv/chains/evm v0.0.0-20260306193229-66635470b83d + github.com/smartcontractkit/chainlink-ccip/chains/evm/deployment v0.0.0-20260306193229-66635470b83d + github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260306193229-66635470b83d github.com/smartcontractkit/chainlink-common v0.9.6-0.20260114142648-bd9e1b483e96 github.com/smartcontractkit/chainlink-deployments-framework v0.80.2 github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20260119171452-39c98c3b33cd diff --git a/ccv/chains/evm/deployment/go.sum b/ccv/chains/evm/deployment/go.sum index f3795abb76..460739cb39 100644 --- a/ccv/chains/evm/deployment/go.sum +++ b/ccv/chains/evm/deployment/go.sum @@ -729,16 +729,18 @@ github.com/smartcontractkit/chain-selectors v1.0.97 h1:ECOin+SkJv2MUrfqTUu28J0ku github.com/smartcontractkit/chain-selectors v1.0.97/go.mod h1:qy7whtgG5g+7z0jt0nRyii9bLND9m15NZTzuQPkMZ5w= github.com/smartcontractkit/chainlink-aptos v0.0.0-20251024142440-51f2ad2652a2 h1:vGdeMwHO3ow88HvxfhA4DDPYNY0X9jmdux7L83UF/W8= github.com/smartcontractkit/chainlink-aptos v0.0.0-20251024142440-51f2ad2652a2/go.mod h1:iteU0WORHkArACVh/HoY/1bipV4TcNcJdTmom9uIT0E= -github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260304181639-13a43d5892d9 h1:1NfXGTOpCL8f68mdgt+ms3e/ymLNTepstA6KRek7MC4= -github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260304181639-13a43d5892d9/go.mod h1:KsZAvGHRP0+mHRwrMQY5nNJYaIXu222n0FQoaMeSkeo= -github.com/smartcontractkit/chainlink-ccip/ccv/chains/evm v0.0.0-20260304181639-13a43d5892d9 h1:9x8WYqKzpaphsIfeyuktvap/59D8M1N5Ym3ABQjPlUU= -github.com/smartcontractkit/chainlink-ccip/ccv/chains/evm v0.0.0-20260304181639-13a43d5892d9/go.mod h1:Zp8erzWAVrADEhbR0EjhWFbEdr98Sdz4yb0LKKMccA8= -github.com/smartcontractkit/chainlink-ccip/chains/evm/deployment v0.0.0-20260304181639-13a43d5892d9 h1:a3nQSEhguxcYPd5vbo4AhVD1Dym8h4/beFvvVTIDshg= -github.com/smartcontractkit/chainlink-ccip/chains/evm/deployment v0.0.0-20260304181639-13a43d5892d9/go.mod h1:i/BvGl2Dc2+lEtX9/SUxvUeWMlcLPZD/EVEe2o9iVpw= +github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260306193229-66635470b83d h1:utJu3KdLS15onMnj6wPZ1GMQu0xfLQ2l7L6Ck4PIiYQ= +github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260306193229-66635470b83d/go.mod h1:hl57wj/oxsh+ieJkvTkYxyB6+Gv22QiVjjcmh7fa0AI= +github.com/smartcontractkit/chainlink-ccip/ccv/chains/evm v0.0.0-20260306193229-66635470b83d h1:6B5li26s8cltitAPBLsADNRjOL5WQyPYDhKyjTQC0kY= +github.com/smartcontractkit/chainlink-ccip/ccv/chains/evm v0.0.0-20260306193229-66635470b83d/go.mod h1:Zp8erzWAVrADEhbR0EjhWFbEdr98Sdz4yb0LKKMccA8= +github.com/smartcontractkit/chainlink-ccip/chains/evm/deployment v0.0.0-20260306193229-66635470b83d h1:FUHuPGdQEGZcVEOmzA6rfEvfXaYH1ueJXj5bdv43D7w= +github.com/smartcontractkit/chainlink-ccip/chains/evm/deployment v0.0.0-20260306193229-66635470b83d/go.mod h1:AIPwF5ZCS8QiZogRD2hY+QLWkECxzjdJ5/Y/ExHWXT4= github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20260121163256-85accaf3d28d h1:xdFpzbApEMz4Rojg2Y2OjFlrh0wu7eB10V2tSZGW5y8= github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20260121163256-85accaf3d28d/go.mod h1:bgmqE7x9xwmIVr8PqLbC0M5iPm4AV2DBl596lO6S5Sw= github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20250912190424-fd2e35d7deb5 h1:Z4t2ZY+ZyGWxtcXvPr11y4o3CGqhg3frJB5jXkCSvWA= github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20250912190424-fd2e35d7deb5/go.mod h1:xtZNi6pOKdC3sLvokDvXOhgHzT+cyBqH/gWwvxTxqrg= +github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260306193229-66635470b83d h1:S0/nqxrJCZ65pZWGkMS37dJKO2k1rO0iWMw+ZbzBNHc= +github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260306193229-66635470b83d/go.mod h1:nOe1W6N3zhdUd6gLAUxVFSS0r75KFM5qho3YSbwShjc= github.com/smartcontractkit/chainlink-common v0.9.6-0.20260114142648-bd9e1b483e96 h1:ZnBBOLyMLJjgQQm7WRJl8sA9Q2RhwagJ+WR62VnA3MY= github.com/smartcontractkit/chainlink-common v0.9.6-0.20260114142648-bd9e1b483e96/go.mod h1:DAwaVSiQMgAsCjHa8nOnIAM9GixuIQWsgEZFGpf3JxE= github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.10 h1:FJAFgXS9oqASnkS03RE1HQwYQQxrO4l46O5JSzxqLgg= diff --git a/chains/evm/deployment/go.mod b/chains/evm/deployment/go.mod index c2f54b30cc..512b1ed298 100644 --- a/chains/evm/deployment/go.mod +++ b/chains/evm/deployment/go.mod @@ -14,8 +14,8 @@ require ( github.com/rs/zerolog v1.34.0 github.com/smartcontractkit/ccip-contract-examples/chains/evm v0.0.0-20250826190403-aed7f5f33cde github.com/smartcontractkit/chain-selectors v1.0.97 - github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260304181639-13a43d5892d9 - github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260304181639-13a43d5892d9 + github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260306193229-66635470b83d + github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260306193229-66635470b83d github.com/smartcontractkit/chainlink-common v0.9.6-0.20260114142648-bd9e1b483e96 github.com/smartcontractkit/chainlink-deployments-framework v0.80.2 github.com/smartcontractkit/chainlink-evm v0.3.3 diff --git a/chains/evm/deployment/go.sum b/chains/evm/deployment/go.sum index f765e689be..86b795802f 100644 --- a/chains/evm/deployment/go.sum +++ b/chains/evm/deployment/go.sum @@ -727,8 +727,8 @@ github.com/smartcontractkit/chain-selectors v1.0.97 h1:ECOin+SkJv2MUrfqTUu28J0ku github.com/smartcontractkit/chain-selectors v1.0.97/go.mod h1:qy7whtgG5g+7z0jt0nRyii9bLND9m15NZTzuQPkMZ5w= github.com/smartcontractkit/chainlink-aptos v0.0.0-20251024142440-51f2ad2652a2 h1:vGdeMwHO3ow88HvxfhA4DDPYNY0X9jmdux7L83UF/W8= github.com/smartcontractkit/chainlink-aptos v0.0.0-20251024142440-51f2ad2652a2/go.mod h1:iteU0WORHkArACVh/HoY/1bipV4TcNcJdTmom9uIT0E= -github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260304181639-13a43d5892d9 h1:1NfXGTOpCL8f68mdgt+ms3e/ymLNTepstA6KRek7MC4= -github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260304181639-13a43d5892d9/go.mod h1:KsZAvGHRP0+mHRwrMQY5nNJYaIXu222n0FQoaMeSkeo= +github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260306193229-66635470b83d h1:utJu3KdLS15onMnj6wPZ1GMQu0xfLQ2l7L6Ck4PIiYQ= +github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260306193229-66635470b83d/go.mod h1:hl57wj/oxsh+ieJkvTkYxyB6+Gv22QiVjjcmh7fa0AI= github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20260121163256-85accaf3d28d h1:xdFpzbApEMz4Rojg2Y2OjFlrh0wu7eB10V2tSZGW5y8= github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20260121163256-85accaf3d28d/go.mod h1:bgmqE7x9xwmIVr8PqLbC0M5iPm4AV2DBl596lO6S5Sw= github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20250912190424-fd2e35d7deb5 h1:Z4t2ZY+ZyGWxtcXvPr11y4o3CGqhg3frJB5jXkCSvWA= diff --git a/devenv/go.mod b/devenv/go.mod index 1ea2a381f4..7821fc3fe5 100644 --- a/devenv/go.mod +++ b/devenv/go.mod @@ -33,12 +33,12 @@ require ( github.com/prometheus/client_golang v1.23.0 github.com/rs/zerolog v1.34.0 github.com/smartcontractkit/chain-selectors v1.0.97 - github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260304181639-13a43d5892d9 + github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260306193229-66635470b83d github.com/smartcontractkit/chainlink-ccip/chains/evm/deployment v0.0.0-00010101000000-000000000000 github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20260121163256-85accaf3d28d github.com/smartcontractkit/chainlink-ccip/chains/solana/deployment v0.0.0-00010101000000-000000000000 github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20251014191100-bad58388f0c9 - github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260304181639-13a43d5892d9 + github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260306193229-66635470b83d github.com/smartcontractkit/chainlink-common v0.9.6-0.20260114142648-bd9e1b483e96 github.com/smartcontractkit/chainlink-deployments-framework v0.80.2 github.com/smartcontractkit/chainlink-evm v0.3.3 // indirect diff --git a/devenv/go.sum b/devenv/go.sum index 6346323ed6..06dbcf2802 100644 --- a/devenv/go.sum +++ b/devenv/go.sum @@ -1201,8 +1201,8 @@ github.com/smartcontractkit/chain-selectors v1.0.97 h1:ECOin+SkJv2MUrfqTUu28J0ku github.com/smartcontractkit/chain-selectors v1.0.97/go.mod h1:qy7whtgG5g+7z0jt0nRyii9bLND9m15NZTzuQPkMZ5w= github.com/smartcontractkit/chainlink-aptos v0.0.0-20251024142440-51f2ad2652a2 h1:vGdeMwHO3ow88HvxfhA4DDPYNY0X9jmdux7L83UF/W8= github.com/smartcontractkit/chainlink-aptos v0.0.0-20251024142440-51f2ad2652a2/go.mod h1:iteU0WORHkArACVh/HoY/1bipV4TcNcJdTmom9uIT0E= -github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260304181639-13a43d5892d9 h1:1NfXGTOpCL8f68mdgt+ms3e/ymLNTepstA6KRek7MC4= -github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260304181639-13a43d5892d9/go.mod h1:KsZAvGHRP0+mHRwrMQY5nNJYaIXu222n0FQoaMeSkeo= +github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260306193229-66635470b83d h1:utJu3KdLS15onMnj6wPZ1GMQu0xfLQ2l7L6Ck4PIiYQ= +github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260306193229-66635470b83d/go.mod h1:hl57wj/oxsh+ieJkvTkYxyB6+Gv22QiVjjcmh7fa0AI= github.com/smartcontractkit/chainlink-ccip/ccv/chains/evm v0.0.0-20260116092715-df6a64d4bf00 h1:bsmRSGuUXKWRhhTxW2MQzJ/swIEqhZ83mjyhTSQuF/g= github.com/smartcontractkit/chainlink-ccip/ccv/chains/evm v0.0.0-20260116092715-df6a64d4bf00/go.mod h1:Gl35ExaFLinqVhp50+Yq1GnMuHb3fnDtZUFPCtcfV3M= github.com/smartcontractkit/chainlink-common v0.9.6-0.20260114142648-bd9e1b483e96 h1:ZnBBOLyMLJjgQQm7WRJl8sA9Q2RhwagJ+WR62VnA3MY= diff --git a/integration-tests/go.mod b/integration-tests/go.mod index ce2c296560..4340916b46 100644 --- a/integration-tests/go.mod +++ b/integration-tests/go.mod @@ -26,12 +26,12 @@ require ( github.com/ethereum/go-ethereum v1.17.0 github.com/gagliardetto/solana-go v1.13.0 github.com/smartcontractkit/chain-selectors v1.0.97 - github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260304181639-13a43d5892d9 + github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260306193229-66635470b83d github.com/smartcontractkit/chainlink-ccip/chains/evm/deployment v0.1.1-solana.0.20251125153543-0b618525aa03 github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20260121163256-85accaf3d28d github.com/smartcontractkit/chainlink-ccip/chains/solana/deployment v0.0.0-00010101000000-000000000000 github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260206132835-4c50734ccf2a - github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260304181639-13a43d5892d9 + github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260306193229-66635470b83d github.com/smartcontractkit/chainlink-deployments-framework v0.80.2 github.com/smartcontractkit/chainlink-evm v0.3.3 github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20260119171452-39c98c3b33cd @@ -40,7 +40,7 @@ require ( ) require ( - github.com/smartcontractkit/chainlink-ccip/ccv/chains/evm v0.0.0-20260304181639-13a43d5892d9 + github.com/smartcontractkit/chainlink-ccip/ccv/chains/evm v0.0.0-20260306193229-66635470b83d github.com/smartcontractkit/chainlink-ccip/ccv/chains/evm/deployment v0.0.0-20260116092715-df6a64d4bf00 ) diff --git a/integration-tests/go.sum b/integration-tests/go.sum index a392d8af68..2f757b9792 100644 --- a/integration-tests/go.sum +++ b/integration-tests/go.sum @@ -908,8 +908,8 @@ github.com/smartcontractkit/chain-selectors v1.0.97 h1:ECOin+SkJv2MUrfqTUu28J0ku github.com/smartcontractkit/chain-selectors v1.0.97/go.mod h1:qy7whtgG5g+7z0jt0nRyii9bLND9m15NZTzuQPkMZ5w= github.com/smartcontractkit/chainlink-aptos v0.0.0-20251024142440-51f2ad2652a2 h1:vGdeMwHO3ow88HvxfhA4DDPYNY0X9jmdux7L83UF/W8= github.com/smartcontractkit/chainlink-aptos v0.0.0-20251024142440-51f2ad2652a2/go.mod h1:iteU0WORHkArACVh/HoY/1bipV4TcNcJdTmom9uIT0E= -github.com/smartcontractkit/chainlink-ccip/ccv/chains/evm v0.0.0-20260304181639-13a43d5892d9 h1:9x8WYqKzpaphsIfeyuktvap/59D8M1N5Ym3ABQjPlUU= -github.com/smartcontractkit/chainlink-ccip/ccv/chains/evm v0.0.0-20260304181639-13a43d5892d9/go.mod h1:Zp8erzWAVrADEhbR0EjhWFbEdr98Sdz4yb0LKKMccA8= +github.com/smartcontractkit/chainlink-ccip/ccv/chains/evm v0.0.0-20260306193229-66635470b83d h1:6B5li26s8cltitAPBLsADNRjOL5WQyPYDhKyjTQC0kY= +github.com/smartcontractkit/chainlink-ccip/ccv/chains/evm v0.0.0-20260306193229-66635470b83d/go.mod h1:Zp8erzWAVrADEhbR0EjhWFbEdr98Sdz4yb0LKKMccA8= github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260206132835-4c50734ccf2a h1:jrP1CEWevxo5Ls7C/leXfO24LUZ53uqPMVvX+D7DDV0= github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260206132835-4c50734ccf2a/go.mod h1:1WcontO9PeuKdUf5HXfs3nuICtzUvFNnyCmrHkTCF9Y= github.com/smartcontractkit/chainlink-common v0.9.6-0.20260114142648-bd9e1b483e96 h1:ZnBBOLyMLJjgQQm7WRJl8sA9Q2RhwagJ+WR62VnA3MY=