diff --git a/.changeset/famous-dancers-tan.md b/.changeset/famous-dancers-tan.md new file mode 100644 index 00000000000..406a46287dc --- /dev/null +++ b/.changeset/famous-dancers-tan.md @@ -0,0 +1,5 @@ +--- +"chainlink": patch +--- + +#bugfix resolve high evm to sol CCIP fees diff --git a/core/scripts/go.mod b/core/scripts/go.mod index 6394c996ac9..53b71afa142 100644 --- a/core/scripts/go.mod +++ b/core/scripts/go.mod @@ -34,7 +34,7 @@ require ( github.com/prometheus/client_golang v1.22.0 github.com/shopspring/decimal v1.4.0 github.com/smartcontractkit/chainlink-automation v0.8.1 - github.com/smartcontractkit/chainlink-ccip v0.0.0-20250429090811-2071365270c9 + github.com/smartcontractkit/chainlink-ccip v0.0.0-20250429143628-f1d705b4bc95 github.com/smartcontractkit/chainlink-common v0.7.1-0.20250424173217-3df386365d0f github.com/smartcontractkit/chainlink-data-streams v0.1.1-0.20250417193446-eeb0a7d1e049 github.com/smartcontractkit/chainlink-evm v0.0.0-20250428133125-80eeaec87835 @@ -349,7 +349,7 @@ require ( github.com/shirou/gopsutil/v4 v4.25.2 // indirect github.com/sirupsen/logrus v1.9.3 // indirect github.com/smartcontractkit/ccip-owner-contracts v0.1.0 // indirect - github.com/smartcontractkit/chain-selectors v1.0.52 // indirect + github.com/smartcontractkit/chain-selectors v1.0.53 // indirect github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250425163923-16aa375957b7 // indirect github.com/smartcontractkit/chainlink-feeds v0.1.2-0.20250227211209-7cd000095135 // indirect github.com/smartcontractkit/chainlink-framework/chains v0.0.0-20250421203809-e0f5602c126c // indirect diff --git a/core/scripts/go.sum b/core/scripts/go.sum index 9611c093879..6d6a086a64b 100644 --- a/core/scripts/go.sum +++ b/core/scripts/go.sum @@ -1126,12 +1126,12 @@ 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.52 h1:TMy6hR0s8iZBbYpRFAXJo3HNF21egQ8xeKELQaQos8I= -github.com/smartcontractkit/chain-selectors v1.0.52/go.mod h1:xsKM0aN3YGcQKTPRPDDtPx2l4mlTN1Djmg0VVXV40b8= +github.com/smartcontractkit/chain-selectors v1.0.53 h1:eSY62DOXCezNFL0N1/5hYNSDhl9aagLRWDEygEG9Rrw= +github.com/smartcontractkit/chain-selectors v1.0.53/go.mod h1:xsKM0aN3YGcQKTPRPDDtPx2l4mlTN1Djmg0VVXV40b8= github.com/smartcontractkit/chainlink-automation v0.8.1 h1:sTc9LKpBvcKPc1JDYAmgBc2xpDKBco/Q4h4ydl6+UUU= github.com/smartcontractkit/chainlink-automation v0.8.1/go.mod h1:Iij36PvWZ6blrdC5A/nrQUBuf3MH3JvsBB9sSyc9W08= -github.com/smartcontractkit/chainlink-ccip v0.0.0-20250429090811-2071365270c9 h1:DnCWISSZydiuqO81i+jAr+xVd3StRoNamZMezzFxcrQ= -github.com/smartcontractkit/chainlink-ccip v0.0.0-20250429090811-2071365270c9/go.mod h1:Jb05WL6lj5H89XGcaaOinxTf4Gdj+vXO4TcUhqTgqIM= +github.com/smartcontractkit/chainlink-ccip v0.0.0-20250429143628-f1d705b4bc95 h1:LHynI7UUYtX5yxZAvnluqW+j15qiad3OaSGqac7ussg= +github.com/smartcontractkit/chainlink-ccip v0.0.0-20250429143628-f1d705b4bc95/go.mod h1:Jb05WL6lj5H89XGcaaOinxTf4Gdj+vXO4TcUhqTgqIM= github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250425163923-16aa375957b7 h1:j6Vo/NX2ABsPdGxETC5pfQLcz/h6iLJu/Yx+8AhPa34= github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250425163923-16aa375957b7/go.mod h1:k3/Z6AvwurPUlfuDFEonRbkkiTSgNSrtVNhJEWNlUZA= github.com/smartcontractkit/chainlink-common v0.7.1-0.20250424173217-3df386365d0f h1:WxyGFFDmZ8Jx49vMjB3WGqdnBGwkkLbitR42ix15bxA= diff --git a/deployment/go.mod b/deployment/go.mod index 01f8bd1c84f..8d595ab4407 100644 --- a/deployment/go.mod +++ b/deployment/go.mod @@ -32,8 +32,8 @@ require ( github.com/rs/zerolog v1.33.0 github.com/sethvargo/go-retry v0.2.4 github.com/smartcontractkit/ccip-owner-contracts v0.1.0 - github.com/smartcontractkit/chain-selectors v1.0.52 - github.com/smartcontractkit/chainlink-ccip v0.0.0-20250429090811-2071365270c9 + github.com/smartcontractkit/chain-selectors v1.0.53 + github.com/smartcontractkit/chainlink-ccip v0.0.0-20250429143628-f1d705b4bc95 github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250425163923-16aa375957b7 github.com/smartcontractkit/chainlink-common v0.7.1-0.20250424173217-3df386365d0f github.com/smartcontractkit/chainlink-evm v0.0.0-20250428133125-80eeaec87835 diff --git a/deployment/go.sum b/deployment/go.sum index 08f40c2d4dc..13d055e0528 100644 --- a/deployment/go.sum +++ b/deployment/go.sum @@ -1174,12 +1174,12 @@ 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.52 h1:TMy6hR0s8iZBbYpRFAXJo3HNF21egQ8xeKELQaQos8I= -github.com/smartcontractkit/chain-selectors v1.0.52/go.mod h1:xsKM0aN3YGcQKTPRPDDtPx2l4mlTN1Djmg0VVXV40b8= +github.com/smartcontractkit/chain-selectors v1.0.53 h1:eSY62DOXCezNFL0N1/5hYNSDhl9aagLRWDEygEG9Rrw= +github.com/smartcontractkit/chain-selectors v1.0.53/go.mod h1:xsKM0aN3YGcQKTPRPDDtPx2l4mlTN1Djmg0VVXV40b8= github.com/smartcontractkit/chainlink-automation v0.8.1 h1:sTc9LKpBvcKPc1JDYAmgBc2xpDKBco/Q4h4ydl6+UUU= github.com/smartcontractkit/chainlink-automation v0.8.1/go.mod h1:Iij36PvWZ6blrdC5A/nrQUBuf3MH3JvsBB9sSyc9W08= -github.com/smartcontractkit/chainlink-ccip v0.0.0-20250429090811-2071365270c9 h1:DnCWISSZydiuqO81i+jAr+xVd3StRoNamZMezzFxcrQ= -github.com/smartcontractkit/chainlink-ccip v0.0.0-20250429090811-2071365270c9/go.mod h1:Jb05WL6lj5H89XGcaaOinxTf4Gdj+vXO4TcUhqTgqIM= +github.com/smartcontractkit/chainlink-ccip v0.0.0-20250429143628-f1d705b4bc95 h1:LHynI7UUYtX5yxZAvnluqW+j15qiad3OaSGqac7ussg= +github.com/smartcontractkit/chainlink-ccip v0.0.0-20250429143628-f1d705b4bc95/go.mod h1:Jb05WL6lj5H89XGcaaOinxTf4Gdj+vXO4TcUhqTgqIM= github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250425163923-16aa375957b7 h1:j6Vo/NX2ABsPdGxETC5pfQLcz/h6iLJu/Yx+8AhPa34= github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250425163923-16aa375957b7/go.mod h1:k3/Z6AvwurPUlfuDFEonRbkkiTSgNSrtVNhJEWNlUZA= github.com/smartcontractkit/chainlink-common v0.7.1-0.20250424173217-3df386365d0f h1:WxyGFFDmZ8Jx49vMjB3WGqdnBGwkkLbitR42ix15bxA= diff --git a/go.mod b/go.mod index d7fbde20789..1fce12938a4 100644 --- a/go.mod +++ b/go.mod @@ -75,9 +75,9 @@ require ( github.com/scylladb/go-reflectx v1.0.1 github.com/shirou/gopsutil/v3 v3.24.3 github.com/shopspring/decimal v1.4.0 - github.com/smartcontractkit/chain-selectors v1.0.52 + github.com/smartcontractkit/chain-selectors v1.0.53 github.com/smartcontractkit/chainlink-automation v0.8.1 - github.com/smartcontractkit/chainlink-ccip v0.0.0-20250429090811-2071365270c9 + github.com/smartcontractkit/chainlink-ccip v0.0.0-20250429143628-f1d705b4bc95 github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250425163923-16aa375957b7 github.com/smartcontractkit/chainlink-common v0.7.1-0.20250424173217-3df386365d0f github.com/smartcontractkit/chainlink-data-streams v0.1.1-0.20250417193446-eeb0a7d1e049 diff --git a/go.sum b/go.sum index d3b70d0fbae..488dc736374 100644 --- a/go.sum +++ b/go.sum @@ -1010,12 +1010,12 @@ github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6Mwd github.com/sirupsen/logrus v1.8.1/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0= github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ= github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ= -github.com/smartcontractkit/chain-selectors v1.0.52 h1:TMy6hR0s8iZBbYpRFAXJo3HNF21egQ8xeKELQaQos8I= -github.com/smartcontractkit/chain-selectors v1.0.52/go.mod h1:xsKM0aN3YGcQKTPRPDDtPx2l4mlTN1Djmg0VVXV40b8= +github.com/smartcontractkit/chain-selectors v1.0.53 h1:eSY62DOXCezNFL0N1/5hYNSDhl9aagLRWDEygEG9Rrw= +github.com/smartcontractkit/chain-selectors v1.0.53/go.mod h1:xsKM0aN3YGcQKTPRPDDtPx2l4mlTN1Djmg0VVXV40b8= github.com/smartcontractkit/chainlink-automation v0.8.1 h1:sTc9LKpBvcKPc1JDYAmgBc2xpDKBco/Q4h4ydl6+UUU= github.com/smartcontractkit/chainlink-automation v0.8.1/go.mod h1:Iij36PvWZ6blrdC5A/nrQUBuf3MH3JvsBB9sSyc9W08= -github.com/smartcontractkit/chainlink-ccip v0.0.0-20250429090811-2071365270c9 h1:DnCWISSZydiuqO81i+jAr+xVd3StRoNamZMezzFxcrQ= -github.com/smartcontractkit/chainlink-ccip v0.0.0-20250429090811-2071365270c9/go.mod h1:Jb05WL6lj5H89XGcaaOinxTf4Gdj+vXO4TcUhqTgqIM= +github.com/smartcontractkit/chainlink-ccip v0.0.0-20250429143628-f1d705b4bc95 h1:LHynI7UUYtX5yxZAvnluqW+j15qiad3OaSGqac7ussg= +github.com/smartcontractkit/chainlink-ccip v0.0.0-20250429143628-f1d705b4bc95/go.mod h1:Jb05WL6lj5H89XGcaaOinxTf4Gdj+vXO4TcUhqTgqIM= github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250425163923-16aa375957b7 h1:j6Vo/NX2ABsPdGxETC5pfQLcz/h6iLJu/Yx+8AhPa34= github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250425163923-16aa375957b7/go.mod h1:k3/Z6AvwurPUlfuDFEonRbkkiTSgNSrtVNhJEWNlUZA= github.com/smartcontractkit/chainlink-common v0.7.1-0.20250424173217-3df386365d0f h1:WxyGFFDmZ8Jx49vMjB3WGqdnBGwkkLbitR42ix15bxA= diff --git a/integration-tests/go.mod b/integration-tests/go.mod index 7613ce3515d..856ee223443 100644 --- a/integration-tests/go.mod +++ b/integration-tests/go.mod @@ -45,9 +45,9 @@ require ( github.com/segmentio/ksuid v1.0.4 github.com/shopspring/decimal v1.4.0 github.com/slack-go/slack v0.15.0 - github.com/smartcontractkit/chain-selectors v1.0.52 + github.com/smartcontractkit/chain-selectors v1.0.53 github.com/smartcontractkit/chainlink-automation v0.8.1 - github.com/smartcontractkit/chainlink-ccip v0.0.0-20250429090811-2071365270c9 + github.com/smartcontractkit/chainlink-ccip v0.0.0-20250429143628-f1d705b4bc95 github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250425163923-16aa375957b7 github.com/smartcontractkit/chainlink-common v0.7.1-0.20250424173217-3df386365d0f github.com/smartcontractkit/chainlink-evm v0.0.0-20250428133125-80eeaec87835 diff --git a/integration-tests/go.sum b/integration-tests/go.sum index e9fe0d1ce76..cf7965e5701 100644 --- a/integration-tests/go.sum +++ b/integration-tests/go.sum @@ -1411,12 +1411,12 @@ github.com/slack-go/slack v0.15.0 h1:LE2lj2y9vqqiOf+qIIy0GvEoxgF1N5yLGZffmEZykt0 github.com/slack-go/slack v0.15.0/go.mod h1:hlGi5oXA+Gt+yWTPP0plCdRKmjsDxecdHxYQdlMQKOw= 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.52 h1:TMy6hR0s8iZBbYpRFAXJo3HNF21egQ8xeKELQaQos8I= -github.com/smartcontractkit/chain-selectors v1.0.52/go.mod h1:xsKM0aN3YGcQKTPRPDDtPx2l4mlTN1Djmg0VVXV40b8= +github.com/smartcontractkit/chain-selectors v1.0.53 h1:eSY62DOXCezNFL0N1/5hYNSDhl9aagLRWDEygEG9Rrw= +github.com/smartcontractkit/chain-selectors v1.0.53/go.mod h1:xsKM0aN3YGcQKTPRPDDtPx2l4mlTN1Djmg0VVXV40b8= github.com/smartcontractkit/chainlink-automation v0.8.1 h1:sTc9LKpBvcKPc1JDYAmgBc2xpDKBco/Q4h4ydl6+UUU= github.com/smartcontractkit/chainlink-automation v0.8.1/go.mod h1:Iij36PvWZ6blrdC5A/nrQUBuf3MH3JvsBB9sSyc9W08= -github.com/smartcontractkit/chainlink-ccip v0.0.0-20250429090811-2071365270c9 h1:DnCWISSZydiuqO81i+jAr+xVd3StRoNamZMezzFxcrQ= -github.com/smartcontractkit/chainlink-ccip v0.0.0-20250429090811-2071365270c9/go.mod h1:Jb05WL6lj5H89XGcaaOinxTf4Gdj+vXO4TcUhqTgqIM= +github.com/smartcontractkit/chainlink-ccip v0.0.0-20250429143628-f1d705b4bc95 h1:LHynI7UUYtX5yxZAvnluqW+j15qiad3OaSGqac7ussg= +github.com/smartcontractkit/chainlink-ccip v0.0.0-20250429143628-f1d705b4bc95/go.mod h1:Jb05WL6lj5H89XGcaaOinxTf4Gdj+vXO4TcUhqTgqIM= github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250425163923-16aa375957b7 h1:j6Vo/NX2ABsPdGxETC5pfQLcz/h6iLJu/Yx+8AhPa34= github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250425163923-16aa375957b7/go.mod h1:k3/Z6AvwurPUlfuDFEonRbkkiTSgNSrtVNhJEWNlUZA= github.com/smartcontractkit/chainlink-common v0.7.1-0.20250424173217-3df386365d0f h1:WxyGFFDmZ8Jx49vMjB3WGqdnBGwkkLbitR42ix15bxA= diff --git a/integration-tests/load/go.mod b/integration-tests/load/go.mod index a33745f6175..ecc6ef87973 100644 --- a/integration-tests/load/go.mod +++ b/integration-tests/load/go.mod @@ -28,8 +28,8 @@ require ( github.com/pkg/errors v0.9.1 github.com/rs/zerolog v1.33.0 github.com/slack-go/slack v0.15.0 - github.com/smartcontractkit/chain-selectors v1.0.52 - github.com/smartcontractkit/chainlink-ccip v0.0.0-20250429090811-2071365270c9 + github.com/smartcontractkit/chain-selectors v1.0.53 + github.com/smartcontractkit/chainlink-ccip v0.0.0-20250429143628-f1d705b4bc95 github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250425163923-16aa375957b7 github.com/smartcontractkit/chainlink-common v0.7.1-0.20250424173217-3df386365d0f github.com/smartcontractkit/chainlink-evm v0.0.0-20250428133125-80eeaec87835 diff --git a/integration-tests/load/go.sum b/integration-tests/load/go.sum index 9eab8652300..ea1696f7214 100644 --- a/integration-tests/load/go.sum +++ b/integration-tests/load/go.sum @@ -1392,12 +1392,12 @@ github.com/slack-go/slack v0.15.0 h1:LE2lj2y9vqqiOf+qIIy0GvEoxgF1N5yLGZffmEZykt0 github.com/slack-go/slack v0.15.0/go.mod h1:hlGi5oXA+Gt+yWTPP0plCdRKmjsDxecdHxYQdlMQKOw= 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.52 h1:TMy6hR0s8iZBbYpRFAXJo3HNF21egQ8xeKELQaQos8I= -github.com/smartcontractkit/chain-selectors v1.0.52/go.mod h1:xsKM0aN3YGcQKTPRPDDtPx2l4mlTN1Djmg0VVXV40b8= +github.com/smartcontractkit/chain-selectors v1.0.53 h1:eSY62DOXCezNFL0N1/5hYNSDhl9aagLRWDEygEG9Rrw= +github.com/smartcontractkit/chain-selectors v1.0.53/go.mod h1:xsKM0aN3YGcQKTPRPDDtPx2l4mlTN1Djmg0VVXV40b8= github.com/smartcontractkit/chainlink-automation v0.8.1 h1:sTc9LKpBvcKPc1JDYAmgBc2xpDKBco/Q4h4ydl6+UUU= github.com/smartcontractkit/chainlink-automation v0.8.1/go.mod h1:Iij36PvWZ6blrdC5A/nrQUBuf3MH3JvsBB9sSyc9W08= -github.com/smartcontractkit/chainlink-ccip v0.0.0-20250429090811-2071365270c9 h1:DnCWISSZydiuqO81i+jAr+xVd3StRoNamZMezzFxcrQ= -github.com/smartcontractkit/chainlink-ccip v0.0.0-20250429090811-2071365270c9/go.mod h1:Jb05WL6lj5H89XGcaaOinxTf4Gdj+vXO4TcUhqTgqIM= +github.com/smartcontractkit/chainlink-ccip v0.0.0-20250429143628-f1d705b4bc95 h1:LHynI7UUYtX5yxZAvnluqW+j15qiad3OaSGqac7ussg= +github.com/smartcontractkit/chainlink-ccip v0.0.0-20250429143628-f1d705b4bc95/go.mod h1:Jb05WL6lj5H89XGcaaOinxTf4Gdj+vXO4TcUhqTgqIM= github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250425163923-16aa375957b7 h1:j6Vo/NX2ABsPdGxETC5pfQLcz/h6iLJu/Yx+8AhPa34= github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250425163923-16aa375957b7/go.mod h1:k3/Z6AvwurPUlfuDFEonRbkkiTSgNSrtVNhJEWNlUZA= github.com/smartcontractkit/chainlink-common v0.7.1-0.20250424173217-3df386365d0f h1:WxyGFFDmZ8Jx49vMjB3WGqdnBGwkkLbitR42ix15bxA= diff --git a/system-tests/lib/go.mod b/system-tests/lib/go.mod index cbf6a82f65f..142c69e8bf2 100644 --- a/system-tests/lib/go.mod +++ b/system-tests/lib/go.mod @@ -22,7 +22,7 @@ require ( github.com/pelletier/go-toml/v2 v2.2.3 github.com/pkg/errors v0.9.1 github.com/rs/zerolog v1.33.0 - github.com/smartcontractkit/chain-selectors v1.0.52 + github.com/smartcontractkit/chain-selectors v1.0.53 github.com/smartcontractkit/chainlink-common v0.7.1-0.20250424173217-3df386365d0f github.com/smartcontractkit/chainlink-evm v0.0.0-20250428133125-80eeaec87835 github.com/smartcontractkit/chainlink-protos/job-distributor v0.9.0 @@ -352,7 +352,7 @@ require ( github.com/sirupsen/logrus v1.9.3 // indirect github.com/smartcontractkit/ccip-owner-contracts v0.1.0 // indirect github.com/smartcontractkit/chainlink-automation v0.8.1 // indirect - github.com/smartcontractkit/chainlink-ccip v0.0.0-20250429090811-2071365270c9 // indirect + github.com/smartcontractkit/chainlink-ccip v0.0.0-20250429143628-f1d705b4bc95 // indirect github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250425163923-16aa375957b7 // indirect github.com/smartcontractkit/chainlink-data-streams v0.1.1-0.20250417193446-eeb0a7d1e049 // indirect github.com/smartcontractkit/chainlink-feeds v0.1.2-0.20250227211209-7cd000095135 // indirect diff --git a/system-tests/lib/go.sum b/system-tests/lib/go.sum index dd3d908ab01..099b8bc91ea 100644 --- a/system-tests/lib/go.sum +++ b/system-tests/lib/go.sum @@ -1162,12 +1162,12 @@ 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.52 h1:TMy6hR0s8iZBbYpRFAXJo3HNF21egQ8xeKELQaQos8I= -github.com/smartcontractkit/chain-selectors v1.0.52/go.mod h1:xsKM0aN3YGcQKTPRPDDtPx2l4mlTN1Djmg0VVXV40b8= +github.com/smartcontractkit/chain-selectors v1.0.53 h1:eSY62DOXCezNFL0N1/5hYNSDhl9aagLRWDEygEG9Rrw= +github.com/smartcontractkit/chain-selectors v1.0.53/go.mod h1:xsKM0aN3YGcQKTPRPDDtPx2l4mlTN1Djmg0VVXV40b8= github.com/smartcontractkit/chainlink-automation v0.8.1 h1:sTc9LKpBvcKPc1JDYAmgBc2xpDKBco/Q4h4ydl6+UUU= github.com/smartcontractkit/chainlink-automation v0.8.1/go.mod h1:Iij36PvWZ6blrdC5A/nrQUBuf3MH3JvsBB9sSyc9W08= -github.com/smartcontractkit/chainlink-ccip v0.0.0-20250429090811-2071365270c9 h1:DnCWISSZydiuqO81i+jAr+xVd3StRoNamZMezzFxcrQ= -github.com/smartcontractkit/chainlink-ccip v0.0.0-20250429090811-2071365270c9/go.mod h1:Jb05WL6lj5H89XGcaaOinxTf4Gdj+vXO4TcUhqTgqIM= +github.com/smartcontractkit/chainlink-ccip v0.0.0-20250429143628-f1d705b4bc95 h1:LHynI7UUYtX5yxZAvnluqW+j15qiad3OaSGqac7ussg= +github.com/smartcontractkit/chainlink-ccip v0.0.0-20250429143628-f1d705b4bc95/go.mod h1:Jb05WL6lj5H89XGcaaOinxTf4Gdj+vXO4TcUhqTgqIM= github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250425163923-16aa375957b7 h1:j6Vo/NX2ABsPdGxETC5pfQLcz/h6iLJu/Yx+8AhPa34= github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250425163923-16aa375957b7/go.mod h1:k3/Z6AvwurPUlfuDFEonRbkkiTSgNSrtVNhJEWNlUZA= github.com/smartcontractkit/chainlink-common v0.7.1-0.20250424173217-3df386365d0f h1:WxyGFFDmZ8Jx49vMjB3WGqdnBGwkkLbitR42ix15bxA= diff --git a/system-tests/tests/go.mod b/system-tests/tests/go.mod index 5cc75487795..09073e4ce81 100644 --- a/system-tests/tests/go.mod +++ b/system-tests/tests/go.mod @@ -27,7 +27,7 @@ require ( github.com/pkg/errors v0.9.1 github.com/rs/zerolog v1.33.0 github.com/shopspring/decimal v1.4.0 - github.com/smartcontractkit/chain-selectors v1.0.52 + github.com/smartcontractkit/chain-selectors v1.0.53 github.com/smartcontractkit/chainlink-common v0.7.1-0.20250424173217-3df386365d0f github.com/smartcontractkit/chainlink-data-streams v0.1.1-0.20250417193446-eeb0a7d1e049 github.com/smartcontractkit/chainlink-evm v0.0.0-20250428133125-80eeaec87835 @@ -425,7 +425,7 @@ require ( github.com/sirupsen/logrus v1.9.3 // indirect github.com/smartcontractkit/ccip-owner-contracts v0.1.0 // indirect github.com/smartcontractkit/chainlink-automation v0.8.1 // indirect - github.com/smartcontractkit/chainlink-ccip v0.0.0-20250429090811-2071365270c9 // indirect + github.com/smartcontractkit/chainlink-ccip v0.0.0-20250429143628-f1d705b4bc95 // indirect github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250425163923-16aa375957b7 // indirect github.com/smartcontractkit/chainlink-feeds v0.1.2-0.20250227211209-7cd000095135 // indirect github.com/smartcontractkit/chainlink-framework/chains v0.0.0-20250421203809-e0f5602c126c // indirect diff --git a/system-tests/tests/go.sum b/system-tests/tests/go.sum index f922069b297..3e76e3a76a0 100644 --- a/system-tests/tests/go.sum +++ b/system-tests/tests/go.sum @@ -1366,12 +1366,12 @@ 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.52 h1:TMy6hR0s8iZBbYpRFAXJo3HNF21egQ8xeKELQaQos8I= -github.com/smartcontractkit/chain-selectors v1.0.52/go.mod h1:xsKM0aN3YGcQKTPRPDDtPx2l4mlTN1Djmg0VVXV40b8= +github.com/smartcontractkit/chain-selectors v1.0.53 h1:eSY62DOXCezNFL0N1/5hYNSDhl9aagLRWDEygEG9Rrw= +github.com/smartcontractkit/chain-selectors v1.0.53/go.mod h1:xsKM0aN3YGcQKTPRPDDtPx2l4mlTN1Djmg0VVXV40b8= github.com/smartcontractkit/chainlink-automation v0.8.1 h1:sTc9LKpBvcKPc1JDYAmgBc2xpDKBco/Q4h4ydl6+UUU= github.com/smartcontractkit/chainlink-automation v0.8.1/go.mod h1:Iij36PvWZ6blrdC5A/nrQUBuf3MH3JvsBB9sSyc9W08= -github.com/smartcontractkit/chainlink-ccip v0.0.0-20250429090811-2071365270c9 h1:DnCWISSZydiuqO81i+jAr+xVd3StRoNamZMezzFxcrQ= -github.com/smartcontractkit/chainlink-ccip v0.0.0-20250429090811-2071365270c9/go.mod h1:Jb05WL6lj5H89XGcaaOinxTf4Gdj+vXO4TcUhqTgqIM= +github.com/smartcontractkit/chainlink-ccip v0.0.0-20250429143628-f1d705b4bc95 h1:LHynI7UUYtX5yxZAvnluqW+j15qiad3OaSGqac7ussg= +github.com/smartcontractkit/chainlink-ccip v0.0.0-20250429143628-f1d705b4bc95/go.mod h1:Jb05WL6lj5H89XGcaaOinxTf4Gdj+vXO4TcUhqTgqIM= github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250425163923-16aa375957b7 h1:j6Vo/NX2ABsPdGxETC5pfQLcz/h6iLJu/Yx+8AhPa34= github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250425163923-16aa375957b7/go.mod h1:k3/Z6AvwurPUlfuDFEonRbkkiTSgNSrtVNhJEWNlUZA= github.com/smartcontractkit/chainlink-common v0.7.1-0.20250424173217-3df386365d0f h1:WxyGFFDmZ8Jx49vMjB3WGqdnBGwkkLbitR42ix15bxA=