diff --git a/core/scripts/go.mod b/core/scripts/go.mod index d8958131e09..9eef1bea79c 100644 --- a/core/scripts/go.mod +++ b/core/scripts/go.mod @@ -37,7 +37,7 @@ require ( github.com/smartcontractkit/chainlink-ccip v0.0.0-20250429172937-8d7717f45f95 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 + github.com/smartcontractkit/chainlink-evm v0.0.0-20250529190643-21f65dedb3ff github.com/smartcontractkit/chainlink-testing-framework/lib v1.52.4 github.com/smartcontractkit/libocr v0.0.0-20250408131511-c90716988ee0 github.com/spf13/cobra v1.8.1 diff --git a/core/scripts/go.sum b/core/scripts/go.sum index 65bd0b1e786..64de0a8717b 100644 --- a/core/scripts/go.sum +++ b/core/scripts/go.sum @@ -1140,8 +1140,8 @@ github.com/smartcontractkit/chainlink-common/pkg/monitoring v0.0.0-2025041523564 github.com/smartcontractkit/chainlink-common/pkg/monitoring v0.0.0-20250415235644-8703639403c7/go.mod h1:yaDOAZF6MNB+NGYpxGCUc+owIdKrjvFW0JODdTcQ3V0= github.com/smartcontractkit/chainlink-data-streams v0.1.1-0.20250417193446-eeb0a7d1e049 h1:7HwYt8rDz1ehTcB28oNipdTZUtV17F2sfkLTLtMJC4c= github.com/smartcontractkit/chainlink-data-streams v0.1.1-0.20250417193446-eeb0a7d1e049/go.mod h1:2MggrMtbhqr0u4U2pcYa21lvAtvaeSawjxdIy1ytHWE= -github.com/smartcontractkit/chainlink-evm v0.0.0-20250428133125-80eeaec87835 h1:/N2YGkA+Jkc7hXjIkO9Wmg7MMDnaY0hguvyy8b2Q3lk= -github.com/smartcontractkit/chainlink-evm v0.0.0-20250428133125-80eeaec87835/go.mod h1:2EelK7+4SEEGLM/5du8Isb2F9O24SlO3I1N+EbXEHAE= +github.com/smartcontractkit/chainlink-evm v0.0.0-20250529190643-21f65dedb3ff h1:++g9LKbjW1nVHtohYoSO6/8hI3UGmhwxgatnume1EJ4= +github.com/smartcontractkit/chainlink-evm v0.0.0-20250529190643-21f65dedb3ff/go.mod h1:2EelK7+4SEEGLM/5du8Isb2F9O24SlO3I1N+EbXEHAE= github.com/smartcontractkit/chainlink-feeds v0.1.2-0.20250227211209-7cd000095135 h1:8u9xUrC+yHrTDexOKDd+jrA6LCzFFHeX1G82oj2fsSI= github.com/smartcontractkit/chainlink-feeds v0.1.2-0.20250227211209-7cd000095135/go.mod h1:NkvE4iQgiT7dMCP6U3xPELHhWhN5Xr6rHC0axRebyMU= github.com/smartcontractkit/chainlink-framework/chains v0.0.0-20250421203809-e0f5602c126c h1:LYnQDyMoqj0R38IlsCCjPDuQMVW4AUbw4manX+56WC4= diff --git a/deployment/go.mod b/deployment/go.mod index a60325575d2..1766e5a3862 100644 --- a/deployment/go.mod +++ b/deployment/go.mod @@ -36,7 +36,7 @@ require ( github.com/smartcontractkit/chainlink-ccip v0.0.0-20250429172937-8d7717f45f95 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 + github.com/smartcontractkit/chainlink-evm v0.0.0-20250529190643-21f65dedb3ff github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20250402142713-6529d36f91f3 github.com/smartcontractkit/chainlink-protos/job-distributor v0.9.0 github.com/smartcontractkit/chainlink-protos/orchestrator v0.5.0 diff --git a/deployment/go.sum b/deployment/go.sum index 041c0acfc6f..cda043c3f86 100644 --- a/deployment/go.sum +++ b/deployment/go.sum @@ -1188,8 +1188,8 @@ github.com/smartcontractkit/chainlink-common/pkg/monitoring v0.0.0-2025041523564 github.com/smartcontractkit/chainlink-common/pkg/monitoring v0.0.0-20250415235644-8703639403c7/go.mod h1:yaDOAZF6MNB+NGYpxGCUc+owIdKrjvFW0JODdTcQ3V0= github.com/smartcontractkit/chainlink-data-streams v0.1.1-0.20250417193446-eeb0a7d1e049 h1:7HwYt8rDz1ehTcB28oNipdTZUtV17F2sfkLTLtMJC4c= github.com/smartcontractkit/chainlink-data-streams v0.1.1-0.20250417193446-eeb0a7d1e049/go.mod h1:2MggrMtbhqr0u4U2pcYa21lvAtvaeSawjxdIy1ytHWE= -github.com/smartcontractkit/chainlink-evm v0.0.0-20250428133125-80eeaec87835 h1:/N2YGkA+Jkc7hXjIkO9Wmg7MMDnaY0hguvyy8b2Q3lk= -github.com/smartcontractkit/chainlink-evm v0.0.0-20250428133125-80eeaec87835/go.mod h1:2EelK7+4SEEGLM/5du8Isb2F9O24SlO3I1N+EbXEHAE= +github.com/smartcontractkit/chainlink-evm v0.0.0-20250529190643-21f65dedb3ff h1:++g9LKbjW1nVHtohYoSO6/8hI3UGmhwxgatnume1EJ4= +github.com/smartcontractkit/chainlink-evm v0.0.0-20250529190643-21f65dedb3ff/go.mod h1:2EelK7+4SEEGLM/5du8Isb2F9O24SlO3I1N+EbXEHAE= github.com/smartcontractkit/chainlink-feeds v0.1.2-0.20250227211209-7cd000095135 h1:8u9xUrC+yHrTDexOKDd+jrA6LCzFFHeX1G82oj2fsSI= github.com/smartcontractkit/chainlink-feeds v0.1.2-0.20250227211209-7cd000095135/go.mod h1:NkvE4iQgiT7dMCP6U3xPELHhWhN5Xr6rHC0axRebyMU= github.com/smartcontractkit/chainlink-framework/chains v0.0.0-20250421203809-e0f5602c126c h1:LYnQDyMoqj0R38IlsCCjPDuQMVW4AUbw4manX+56WC4= diff --git a/go.mod b/go.mod index 7abb8e16f04..c7a299b7389 100644 --- a/go.mod +++ b/go.mod @@ -81,7 +81,7 @@ require ( 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 - github.com/smartcontractkit/chainlink-evm v0.0.0-20250428133125-80eeaec87835 + github.com/smartcontractkit/chainlink-evm v0.0.0-20250529190643-21f65dedb3ff github.com/smartcontractkit/chainlink-feeds v0.1.2-0.20250227211209-7cd000095135 github.com/smartcontractkit/chainlink-framework/chains v0.0.0-20250421203809-e0f5602c126c github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20250402142713-6529d36f91f3 diff --git a/integration-tests/go.mod b/integration-tests/go.mod index bda93a6e8fe..f3adc019c66 100644 --- a/integration-tests/go.mod +++ b/integration-tests/go.mod @@ -50,7 +50,7 @@ require ( github.com/smartcontractkit/chainlink-ccip v0.0.0-20250429172937-8d7717f45f95 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 + github.com/smartcontractkit/chainlink-evm v0.0.0-20250529190643-21f65dedb3ff github.com/smartcontractkit/chainlink-protos/job-distributor v0.9.0 github.com/smartcontractkit/chainlink-testing-framework/havoc v1.50.5 github.com/smartcontractkit/chainlink-testing-framework/lib v1.52.4 diff --git a/integration-tests/go.sum b/integration-tests/go.sum index e273a50638b..e167e46137b 100644 --- a/integration-tests/go.sum +++ b/integration-tests/go.sum @@ -1425,8 +1425,8 @@ github.com/smartcontractkit/chainlink-common/pkg/monitoring v0.0.0-2025041523564 github.com/smartcontractkit/chainlink-common/pkg/monitoring v0.0.0-20250415235644-8703639403c7/go.mod h1:yaDOAZF6MNB+NGYpxGCUc+owIdKrjvFW0JODdTcQ3V0= github.com/smartcontractkit/chainlink-data-streams v0.1.1-0.20250417193446-eeb0a7d1e049 h1:7HwYt8rDz1ehTcB28oNipdTZUtV17F2sfkLTLtMJC4c= github.com/smartcontractkit/chainlink-data-streams v0.1.1-0.20250417193446-eeb0a7d1e049/go.mod h1:2MggrMtbhqr0u4U2pcYa21lvAtvaeSawjxdIy1ytHWE= -github.com/smartcontractkit/chainlink-evm v0.0.0-20250428133125-80eeaec87835 h1:/N2YGkA+Jkc7hXjIkO9Wmg7MMDnaY0hguvyy8b2Q3lk= -github.com/smartcontractkit/chainlink-evm v0.0.0-20250428133125-80eeaec87835/go.mod h1:2EelK7+4SEEGLM/5du8Isb2F9O24SlO3I1N+EbXEHAE= +github.com/smartcontractkit/chainlink-evm v0.0.0-20250529190643-21f65dedb3ff h1:++g9LKbjW1nVHtohYoSO6/8hI3UGmhwxgatnume1EJ4= +github.com/smartcontractkit/chainlink-evm v0.0.0-20250529190643-21f65dedb3ff/go.mod h1:2EelK7+4SEEGLM/5du8Isb2F9O24SlO3I1N+EbXEHAE= github.com/smartcontractkit/chainlink-feeds v0.1.2-0.20250227211209-7cd000095135 h1:8u9xUrC+yHrTDexOKDd+jrA6LCzFFHeX1G82oj2fsSI= github.com/smartcontractkit/chainlink-feeds v0.1.2-0.20250227211209-7cd000095135/go.mod h1:NkvE4iQgiT7dMCP6U3xPELHhWhN5Xr6rHC0axRebyMU= github.com/smartcontractkit/chainlink-framework/chains v0.0.0-20250421203809-e0f5602c126c h1:LYnQDyMoqj0R38IlsCCjPDuQMVW4AUbw4manX+56WC4= diff --git a/integration-tests/load/go.mod b/integration-tests/load/go.mod index 3d3f7fb77e9..ac1ce3db8cc 100644 --- a/integration-tests/load/go.mod +++ b/integration-tests/load/go.mod @@ -32,7 +32,7 @@ require ( github.com/smartcontractkit/chainlink-ccip v0.0.0-20250429172937-8d7717f45f95 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 + github.com/smartcontractkit/chainlink-evm v0.0.0-20250529190643-21f65dedb3ff github.com/smartcontractkit/chainlink-testing-framework/framework v0.7.4 github.com/smartcontractkit/chainlink-testing-framework/havoc v1.50.5 github.com/smartcontractkit/chainlink-testing-framework/lib v1.52.4 diff --git a/integration-tests/load/go.sum b/integration-tests/load/go.sum index e38c033a8be..0280a7b024b 100644 --- a/integration-tests/load/go.sum +++ b/integration-tests/load/go.sum @@ -1406,8 +1406,8 @@ github.com/smartcontractkit/chainlink-common/pkg/monitoring v0.0.0-2025041523564 github.com/smartcontractkit/chainlink-common/pkg/monitoring v0.0.0-20250415235644-8703639403c7/go.mod h1:yaDOAZF6MNB+NGYpxGCUc+owIdKrjvFW0JODdTcQ3V0= github.com/smartcontractkit/chainlink-data-streams v0.1.1-0.20250417193446-eeb0a7d1e049 h1:7HwYt8rDz1ehTcB28oNipdTZUtV17F2sfkLTLtMJC4c= github.com/smartcontractkit/chainlink-data-streams v0.1.1-0.20250417193446-eeb0a7d1e049/go.mod h1:2MggrMtbhqr0u4U2pcYa21lvAtvaeSawjxdIy1ytHWE= -github.com/smartcontractkit/chainlink-evm v0.0.0-20250428133125-80eeaec87835 h1:/N2YGkA+Jkc7hXjIkO9Wmg7MMDnaY0hguvyy8b2Q3lk= -github.com/smartcontractkit/chainlink-evm v0.0.0-20250428133125-80eeaec87835/go.mod h1:2EelK7+4SEEGLM/5du8Isb2F9O24SlO3I1N+EbXEHAE= +github.com/smartcontractkit/chainlink-evm v0.0.0-20250529190643-21f65dedb3ff h1:++g9LKbjW1nVHtohYoSO6/8hI3UGmhwxgatnume1EJ4= +github.com/smartcontractkit/chainlink-evm v0.0.0-20250529190643-21f65dedb3ff/go.mod h1:2EelK7+4SEEGLM/5du8Isb2F9O24SlO3I1N+EbXEHAE= github.com/smartcontractkit/chainlink-feeds v0.1.2-0.20250227211209-7cd000095135 h1:8u9xUrC+yHrTDexOKDd+jrA6LCzFFHeX1G82oj2fsSI= github.com/smartcontractkit/chainlink-feeds v0.1.2-0.20250227211209-7cd000095135/go.mod h1:NkvE4iQgiT7dMCP6U3xPELHhWhN5Xr6rHC0axRebyMU= github.com/smartcontractkit/chainlink-framework/chains v0.0.0-20250421203809-e0f5602c126c h1:LYnQDyMoqj0R38IlsCCjPDuQMVW4AUbw4manX+56WC4= diff --git a/system-tests/lib/go.mod b/system-tests/lib/go.mod index 8a3c892b4bd..2cee4b337c6 100644 --- a/system-tests/lib/go.mod +++ b/system-tests/lib/go.mod @@ -24,7 +24,7 @@ require ( github.com/rs/zerolog v1.33.0 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-evm v0.0.0-20250529190643-21f65dedb3ff github.com/smartcontractkit/chainlink-protos/job-distributor v0.9.0 github.com/smartcontractkit/chainlink-testing-framework/framework v0.7.4 github.com/smartcontractkit/chainlink-testing-framework/lib v1.52.4 diff --git a/system-tests/lib/go.sum b/system-tests/lib/go.sum index d02ee37b92f..cf8e923f437 100644 --- a/system-tests/lib/go.sum +++ b/system-tests/lib/go.sum @@ -1176,8 +1176,8 @@ github.com/smartcontractkit/chainlink-common/pkg/monitoring v0.0.0-2025041523564 github.com/smartcontractkit/chainlink-common/pkg/monitoring v0.0.0-20250415235644-8703639403c7/go.mod h1:yaDOAZF6MNB+NGYpxGCUc+owIdKrjvFW0JODdTcQ3V0= github.com/smartcontractkit/chainlink-data-streams v0.1.1-0.20250417193446-eeb0a7d1e049 h1:7HwYt8rDz1ehTcB28oNipdTZUtV17F2sfkLTLtMJC4c= github.com/smartcontractkit/chainlink-data-streams v0.1.1-0.20250417193446-eeb0a7d1e049/go.mod h1:2MggrMtbhqr0u4U2pcYa21lvAtvaeSawjxdIy1ytHWE= -github.com/smartcontractkit/chainlink-evm v0.0.0-20250428133125-80eeaec87835 h1:/N2YGkA+Jkc7hXjIkO9Wmg7MMDnaY0hguvyy8b2Q3lk= -github.com/smartcontractkit/chainlink-evm v0.0.0-20250428133125-80eeaec87835/go.mod h1:2EelK7+4SEEGLM/5du8Isb2F9O24SlO3I1N+EbXEHAE= +github.com/smartcontractkit/chainlink-evm v0.0.0-20250529190643-21f65dedb3ff h1:++g9LKbjW1nVHtohYoSO6/8hI3UGmhwxgatnume1EJ4= +github.com/smartcontractkit/chainlink-evm v0.0.0-20250529190643-21f65dedb3ff/go.mod h1:2EelK7+4SEEGLM/5du8Isb2F9O24SlO3I1N+EbXEHAE= github.com/smartcontractkit/chainlink-feeds v0.1.2-0.20250227211209-7cd000095135 h1:8u9xUrC+yHrTDexOKDd+jrA6LCzFFHeX1G82oj2fsSI= github.com/smartcontractkit/chainlink-feeds v0.1.2-0.20250227211209-7cd000095135/go.mod h1:NkvE4iQgiT7dMCP6U3xPELHhWhN5Xr6rHC0axRebyMU= github.com/smartcontractkit/chainlink-framework/chains v0.0.0-20250421203809-e0f5602c126c h1:LYnQDyMoqj0R38IlsCCjPDuQMVW4AUbw4manX+56WC4= diff --git a/system-tests/tests/go.mod b/system-tests/tests/go.mod index 8f14b7c50c6..4850d5602ee 100644 --- a/system-tests/tests/go.mod +++ b/system-tests/tests/go.mod @@ -30,7 +30,7 @@ require ( 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 + github.com/smartcontractkit/chainlink-evm v0.0.0-20250529190643-21f65dedb3ff github.com/smartcontractkit/chainlink-protos/job-distributor v0.9.0 github.com/smartcontractkit/chainlink-testing-framework/framework v0.7.4 github.com/smartcontractkit/chainlink-testing-framework/lib v1.52.4 diff --git a/system-tests/tests/go.sum b/system-tests/tests/go.sum index c2241f43492..e92d1adec04 100644 --- a/system-tests/tests/go.sum +++ b/system-tests/tests/go.sum @@ -1380,8 +1380,8 @@ github.com/smartcontractkit/chainlink-common/pkg/monitoring v0.0.0-2025041523564 github.com/smartcontractkit/chainlink-common/pkg/monitoring v0.0.0-20250415235644-8703639403c7/go.mod h1:yaDOAZF6MNB+NGYpxGCUc+owIdKrjvFW0JODdTcQ3V0= github.com/smartcontractkit/chainlink-data-streams v0.1.1-0.20250417193446-eeb0a7d1e049 h1:7HwYt8rDz1ehTcB28oNipdTZUtV17F2sfkLTLtMJC4c= github.com/smartcontractkit/chainlink-data-streams v0.1.1-0.20250417193446-eeb0a7d1e049/go.mod h1:2MggrMtbhqr0u4U2pcYa21lvAtvaeSawjxdIy1ytHWE= -github.com/smartcontractkit/chainlink-evm v0.0.0-20250428133125-80eeaec87835 h1:/N2YGkA+Jkc7hXjIkO9Wmg7MMDnaY0hguvyy8b2Q3lk= -github.com/smartcontractkit/chainlink-evm v0.0.0-20250428133125-80eeaec87835/go.mod h1:2EelK7+4SEEGLM/5du8Isb2F9O24SlO3I1N+EbXEHAE= +github.com/smartcontractkit/chainlink-evm v0.0.0-20250529190643-21f65dedb3ff h1:++g9LKbjW1nVHtohYoSO6/8hI3UGmhwxgatnume1EJ4= +github.com/smartcontractkit/chainlink-evm v0.0.0-20250529190643-21f65dedb3ff/go.mod h1:2EelK7+4SEEGLM/5du8Isb2F9O24SlO3I1N+EbXEHAE= github.com/smartcontractkit/chainlink-feeds v0.1.2-0.20250227211209-7cd000095135 h1:8u9xUrC+yHrTDexOKDd+jrA6LCzFFHeX1G82oj2fsSI= github.com/smartcontractkit/chainlink-feeds v0.1.2-0.20250227211209-7cd000095135/go.mod h1:NkvE4iQgiT7dMCP6U3xPELHhWhN5Xr6rHC0axRebyMU= github.com/smartcontractkit/chainlink-framework/chains v0.0.0-20250421203809-e0f5602c126c h1:LYnQDyMoqj0R38IlsCCjPDuQMVW4AUbw4manX+56WC4=