diff --git a/core/scripts/go.mod b/core/scripts/go.mod index d5c6a0829dc..5d0866b33cb 100644 --- a/core/scripts/go.mod +++ b/core/scripts/go.mod @@ -516,8 +516,8 @@ require ( github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304150206-c64e48eb0cb0 // indirect github.com/smartcontractkit/chainlink-testing-framework/framework/components/fake v0.10.0 // indirect github.com/smartcontractkit/chainlink-testing-framework/parrot v0.6.2 // indirect - github.com/smartcontractkit/chainlink-ton v0.0.0-20260318210736-c3f360fd19a8 // indirect - github.com/smartcontractkit/chainlink-ton/deployment v0.0.0-20260318210736-c3f360fd19a8 // indirect + github.com/smartcontractkit/chainlink-ton v0.0.0-20260326230916-bcfdbe85f221 // indirect + github.com/smartcontractkit/chainlink-ton/deployment v0.0.0-20260326230916-bcfdbe85f221 // indirect github.com/smartcontractkit/chainlink-tron/relayer v0.0.11-0.20260218133534-cbd44da2856b // indirect github.com/smartcontractkit/cre-sdk-go v1.5.0 // indirect github.com/smartcontractkit/freeport v0.1.3-0.20250828155247-add56fa28aad // indirect diff --git a/core/scripts/go.sum b/core/scripts/go.sum index 891f222d742..8fbe06c57f6 100644 --- a/core/scripts/go.sum +++ b/core/scripts/go.sum @@ -1714,10 +1714,10 @@ github.com/smartcontractkit/chainlink-testing-framework/parrot v0.6.2 h1:cWUHB6Q github.com/smartcontractkit/chainlink-testing-framework/parrot v0.6.2/go.mod h1:Z4K5VJLjsfqIIaBcZ1Sfccxu0xsCxBjPa6zF+5gtQaM= github.com/smartcontractkit/chainlink-testing-framework/seth v1.51.5 h1:RwZXxdIAOyjp6cwc9Quxgr38k8r7ACz+Lxh9o/A6oH0= github.com/smartcontractkit/chainlink-testing-framework/seth v1.51.5/go.mod h1:kHYJnZUqiPF7/xN5273prV+srrLJkS77GbBXHLKQpx0= -github.com/smartcontractkit/chainlink-ton v0.0.0-20260318210736-c3f360fd19a8 h1:TAa3dDeNpkR263GdXiH1hKEBev1btXLxDPnhP6VfFDY= -github.com/smartcontractkit/chainlink-ton v0.0.0-20260318210736-c3f360fd19a8/go.mod h1:xvvqQRZ0jlM++hn7DWs4eGH5F5hpjj3UQva5nfCoj94= -github.com/smartcontractkit/chainlink-ton/deployment v0.0.0-20260318210736-c3f360fd19a8 h1:vSc4tLr6jv+I7+tdkrclI4d9pCEMt7eVNXdpufziOwU= -github.com/smartcontractkit/chainlink-ton/deployment v0.0.0-20260318210736-c3f360fd19a8/go.mod h1:+s3oNftU548Gp+Q017oGUQJQzce9WKXcPE91r3Me3g4= +github.com/smartcontractkit/chainlink-ton v0.0.0-20260326230916-bcfdbe85f221 h1:m2ZikJ4OS5EkH+d55mNnw8DEstnhM49ohfp3TMxHDkc= +github.com/smartcontractkit/chainlink-ton v0.0.0-20260326230916-bcfdbe85f221/go.mod h1:xvvqQRZ0jlM++hn7DWs4eGH5F5hpjj3UQva5nfCoj94= +github.com/smartcontractkit/chainlink-ton/deployment v0.0.0-20260326230916-bcfdbe85f221 h1:V3dzVscW43oFKApX6W4ajJjoA3oBH8D117RrjL4vPZM= +github.com/smartcontractkit/chainlink-ton/deployment v0.0.0-20260326230916-bcfdbe85f221/go.mod h1:+s3oNftU548Gp+Q017oGUQJQzce9WKXcPE91r3Me3g4= github.com/smartcontractkit/chainlink-tron/relayer v0.0.11-0.20260218133534-cbd44da2856b h1:0XLtETkgkzwnEgUIIgyO/oydkUpzDVVuuFLf6aBeNPg= github.com/smartcontractkit/chainlink-tron/relayer v0.0.11-0.20260218133534-cbd44da2856b/go.mod h1:XMp5GoxJzF/L5xoA2Og5uAMIUK0WDnZIHzhIilCV8zM= github.com/smartcontractkit/chainlink-tron/relayer/gotron-sdk v0.0.5-0.20260218133534-cbd44da2856b h1:RarA5fTnBzQY9wHhl6g7Ac7Nv0d/izr2/zuSWhveB4c= diff --git a/deployment/go.mod b/deployment/go.mod index 0d4f959ed2f..865ce7c37a3 100644 --- a/deployment/go.mod +++ b/deployment/go.mod @@ -60,8 +60,8 @@ require ( github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304150206-c64e48eb0cb0 github.com/smartcontractkit/chainlink-testing-framework/framework v0.15.3 github.com/smartcontractkit/chainlink-testing-framework/lib v1.54.5 - github.com/smartcontractkit/chainlink-ton v0.0.0-20260318210736-c3f360fd19a8 - github.com/smartcontractkit/chainlink-ton/deployment v0.0.0-20260318210736-c3f360fd19a8 + github.com/smartcontractkit/chainlink-ton v0.0.0-20260326230916-bcfdbe85f221 + github.com/smartcontractkit/chainlink-ton/deployment v0.0.0-20260326230916-bcfdbe85f221 github.com/smartcontractkit/freeport v0.1.3-0.20250828155247-add56fa28aad github.com/smartcontractkit/libocr v0.0.0-20260304194147-a03701e2c02e github.com/smartcontractkit/mcms v0.38.2 diff --git a/deployment/go.sum b/deployment/go.sum index 58a339450d3..affd856b03d 100644 --- a/deployment/go.sum +++ b/deployment/go.sum @@ -1463,10 +1463,10 @@ github.com/smartcontractkit/chainlink-testing-framework/parrot v0.6.2 h1:cWUHB6Q github.com/smartcontractkit/chainlink-testing-framework/parrot v0.6.2/go.mod h1:Z4K5VJLjsfqIIaBcZ1Sfccxu0xsCxBjPa6zF+5gtQaM= github.com/smartcontractkit/chainlink-testing-framework/seth v1.51.5 h1:RwZXxdIAOyjp6cwc9Quxgr38k8r7ACz+Lxh9o/A6oH0= github.com/smartcontractkit/chainlink-testing-framework/seth v1.51.5/go.mod h1:kHYJnZUqiPF7/xN5273prV+srrLJkS77GbBXHLKQpx0= -github.com/smartcontractkit/chainlink-ton v0.0.0-20260318210736-c3f360fd19a8 h1:TAa3dDeNpkR263GdXiH1hKEBev1btXLxDPnhP6VfFDY= -github.com/smartcontractkit/chainlink-ton v0.0.0-20260318210736-c3f360fd19a8/go.mod h1:xvvqQRZ0jlM++hn7DWs4eGH5F5hpjj3UQva5nfCoj94= -github.com/smartcontractkit/chainlink-ton/deployment v0.0.0-20260318210736-c3f360fd19a8 h1:vSc4tLr6jv+I7+tdkrclI4d9pCEMt7eVNXdpufziOwU= -github.com/smartcontractkit/chainlink-ton/deployment v0.0.0-20260318210736-c3f360fd19a8/go.mod h1:+s3oNftU548Gp+Q017oGUQJQzce9WKXcPE91r3Me3g4= +github.com/smartcontractkit/chainlink-ton v0.0.0-20260326230916-bcfdbe85f221 h1:m2ZikJ4OS5EkH+d55mNnw8DEstnhM49ohfp3TMxHDkc= +github.com/smartcontractkit/chainlink-ton v0.0.0-20260326230916-bcfdbe85f221/go.mod h1:xvvqQRZ0jlM++hn7DWs4eGH5F5hpjj3UQva5nfCoj94= +github.com/smartcontractkit/chainlink-ton/deployment v0.0.0-20260326230916-bcfdbe85f221 h1:V3dzVscW43oFKApX6W4ajJjoA3oBH8D117RrjL4vPZM= +github.com/smartcontractkit/chainlink-ton/deployment v0.0.0-20260326230916-bcfdbe85f221/go.mod h1:+s3oNftU548Gp+Q017oGUQJQzce9WKXcPE91r3Me3g4= github.com/smartcontractkit/chainlink-tron/relayer v0.0.11-0.20260218133534-cbd44da2856b h1:0XLtETkgkzwnEgUIIgyO/oydkUpzDVVuuFLf6aBeNPg= github.com/smartcontractkit/chainlink-tron/relayer v0.0.11-0.20260218133534-cbd44da2856b/go.mod h1:XMp5GoxJzF/L5xoA2Og5uAMIUK0WDnZIHzhIilCV8zM= github.com/smartcontractkit/chainlink-tron/relayer/gotron-sdk v0.0.5-0.20260218133534-cbd44da2856b h1:RarA5fTnBzQY9wHhl6g7Ac7Nv0d/izr2/zuSWhveB4c= diff --git a/go.mod b/go.mod index 060edbc5300..cba6d657528 100644 --- a/go.mod +++ b/go.mod @@ -106,7 +106,7 @@ require ( github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20260217043601-5cc966896c4f github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260325152920-167c7a34804c github.com/smartcontractkit/chainlink-sui v0.0.0-20260304150206-c64e48eb0cb0 - github.com/smartcontractkit/chainlink-ton v0.0.0-20260318210736-c3f360fd19a8 + github.com/smartcontractkit/chainlink-ton v0.0.0-20260326230916-bcfdbe85f221 github.com/smartcontractkit/cre-sdk-go v1.5.0 github.com/smartcontractkit/cre-sdk-go/capabilities/networking/http v1.3.0 github.com/smartcontractkit/cre-sdk-go/capabilities/scheduler/cron v1.3.0 diff --git a/go.sum b/go.sum index db3f88cec2f..cdeba87ba59 100644 --- a/go.sum +++ b/go.sum @@ -1293,8 +1293,8 @@ github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260325152920-167c7a34804 github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260325152920-167c7a34804c/go.mod h1:tHAxfvRGFtttKFw4YnMwRLgawWLNWVfPbL0Wl07wuP8= github.com/smartcontractkit/chainlink-sui v0.0.0-20260304150206-c64e48eb0cb0 h1:4mGJySR1GAJAAFRwEo6YiSKM2zSHzYT5b/FSmrpNUGI= github.com/smartcontractkit/chainlink-sui v0.0.0-20260304150206-c64e48eb0cb0/go.mod h1:U3XStbEnbx/+L22n1/8aOIdgcGVxtsZB7p59xJGngAs= -github.com/smartcontractkit/chainlink-ton v0.0.0-20260318210736-c3f360fd19a8 h1:TAa3dDeNpkR263GdXiH1hKEBev1btXLxDPnhP6VfFDY= -github.com/smartcontractkit/chainlink-ton v0.0.0-20260318210736-c3f360fd19a8/go.mod h1:xvvqQRZ0jlM++hn7DWs4eGH5F5hpjj3UQva5nfCoj94= +github.com/smartcontractkit/chainlink-ton v0.0.0-20260326230916-bcfdbe85f221 h1:m2ZikJ4OS5EkH+d55mNnw8DEstnhM49ohfp3TMxHDkc= +github.com/smartcontractkit/chainlink-ton v0.0.0-20260326230916-bcfdbe85f221/go.mod h1:xvvqQRZ0jlM++hn7DWs4eGH5F5hpjj3UQva5nfCoj94= github.com/smartcontractkit/chainlink-tron/relayer v0.0.11-0.20260218133534-cbd44da2856b h1:0XLtETkgkzwnEgUIIgyO/oydkUpzDVVuuFLf6aBeNPg= github.com/smartcontractkit/chainlink-tron/relayer v0.0.11-0.20260218133534-cbd44da2856b/go.mod h1:XMp5GoxJzF/L5xoA2Og5uAMIUK0WDnZIHzhIilCV8zM= github.com/smartcontractkit/chainlink-tron/relayer/gotron-sdk v0.0.5-0.20260218133534-cbd44da2856b h1:RarA5fTnBzQY9wHhl6g7Ac7Nv0d/izr2/zuSWhveB4c= diff --git a/integration-tests/go.mod b/integration-tests/go.mod index 41728ceb1a4..c168b898d1d 100644 --- a/integration-tests/go.mod +++ b/integration-tests/go.mod @@ -50,8 +50,8 @@ require ( github.com/smartcontractkit/chainlink-testing-framework/parrot v0.6.2 github.com/smartcontractkit/chainlink-testing-framework/sentinel v0.1.2 github.com/smartcontractkit/chainlink-testing-framework/seth v1.51.5 - github.com/smartcontractkit/chainlink-ton v0.0.0-20260318210736-c3f360fd19a8 - github.com/smartcontractkit/chainlink-ton/deployment v0.0.0-20260318210736-c3f360fd19a8 + github.com/smartcontractkit/chainlink-ton v0.0.0-20260326230916-bcfdbe85f221 + github.com/smartcontractkit/chainlink-ton/deployment v0.0.0-20260326230916-bcfdbe85f221 github.com/smartcontractkit/libocr v0.0.0-20260304194147-a03701e2c02e github.com/smartcontractkit/mcms v0.38.2 github.com/smartcontractkit/quarantine v0.0.0-20250909213106-ece491bef618 diff --git a/integration-tests/go.sum b/integration-tests/go.sum index 42b61b6c0fe..50e1b46ea00 100644 --- a/integration-tests/go.sum +++ b/integration-tests/go.sum @@ -1450,10 +1450,10 @@ github.com/smartcontractkit/chainlink-testing-framework/sentinel v0.1.2 h1:ihRlW github.com/smartcontractkit/chainlink-testing-framework/sentinel v0.1.2/go.mod h1:J1Za5EuI/vWDsQSIh6qbPXlVvuEhmHmnvLQBN0XVxqA= github.com/smartcontractkit/chainlink-testing-framework/seth v1.51.5 h1:RwZXxdIAOyjp6cwc9Quxgr38k8r7ACz+Lxh9o/A6oH0= github.com/smartcontractkit/chainlink-testing-framework/seth v1.51.5/go.mod h1:kHYJnZUqiPF7/xN5273prV+srrLJkS77GbBXHLKQpx0= -github.com/smartcontractkit/chainlink-ton v0.0.0-20260318210736-c3f360fd19a8 h1:TAa3dDeNpkR263GdXiH1hKEBev1btXLxDPnhP6VfFDY= -github.com/smartcontractkit/chainlink-ton v0.0.0-20260318210736-c3f360fd19a8/go.mod h1:xvvqQRZ0jlM++hn7DWs4eGH5F5hpjj3UQva5nfCoj94= -github.com/smartcontractkit/chainlink-ton/deployment v0.0.0-20260318210736-c3f360fd19a8 h1:vSc4tLr6jv+I7+tdkrclI4d9pCEMt7eVNXdpufziOwU= -github.com/smartcontractkit/chainlink-ton/deployment v0.0.0-20260318210736-c3f360fd19a8/go.mod h1:+s3oNftU548Gp+Q017oGUQJQzce9WKXcPE91r3Me3g4= +github.com/smartcontractkit/chainlink-ton v0.0.0-20260326230916-bcfdbe85f221 h1:m2ZikJ4OS5EkH+d55mNnw8DEstnhM49ohfp3TMxHDkc= +github.com/smartcontractkit/chainlink-ton v0.0.0-20260326230916-bcfdbe85f221/go.mod h1:xvvqQRZ0jlM++hn7DWs4eGH5F5hpjj3UQva5nfCoj94= +github.com/smartcontractkit/chainlink-ton/deployment v0.0.0-20260326230916-bcfdbe85f221 h1:V3dzVscW43oFKApX6W4ajJjoA3oBH8D117RrjL4vPZM= +github.com/smartcontractkit/chainlink-ton/deployment v0.0.0-20260326230916-bcfdbe85f221/go.mod h1:+s3oNftU548Gp+Q017oGUQJQzce9WKXcPE91r3Me3g4= github.com/smartcontractkit/chainlink-tron/relayer v0.0.11-0.20260218133534-cbd44da2856b h1:0XLtETkgkzwnEgUIIgyO/oydkUpzDVVuuFLf6aBeNPg= github.com/smartcontractkit/chainlink-tron/relayer v0.0.11-0.20260218133534-cbd44da2856b/go.mod h1:XMp5GoxJzF/L5xoA2Og5uAMIUK0WDnZIHzhIilCV8zM= github.com/smartcontractkit/chainlink-tron/relayer/gotron-sdk v0.0.5-0.20260218133534-cbd44da2856b h1:RarA5fTnBzQY9wHhl6g7Ac7Nv0d/izr2/zuSWhveB4c= diff --git a/integration-tests/load/go.mod b/integration-tests/load/go.mod index cffddb58ba5..8214a3729c6 100644 --- a/integration-tests/load/go.mod +++ b/integration-tests/load/go.mod @@ -505,8 +505,8 @@ require ( github.com/smartcontractkit/chainlink-testing-framework/lib/grafana v1.51.0 // indirect github.com/smartcontractkit/chainlink-testing-framework/parrot v0.6.2 // indirect github.com/smartcontractkit/chainlink-testing-framework/sentinel v0.1.2 // indirect - github.com/smartcontractkit/chainlink-ton v0.0.0-20260318210736-c3f360fd19a8 // indirect - github.com/smartcontractkit/chainlink-ton/deployment v0.0.0-20260318210736-c3f360fd19a8 // indirect + github.com/smartcontractkit/chainlink-ton v0.0.0-20260326230916-bcfdbe85f221 // indirect + github.com/smartcontractkit/chainlink-ton/deployment v0.0.0-20260326230916-bcfdbe85f221 // indirect github.com/smartcontractkit/chainlink-tron/relayer v0.0.11-0.20260218133534-cbd44da2856b // indirect github.com/smartcontractkit/freeport v0.1.3-0.20250828155247-add56fa28aad // indirect github.com/smartcontractkit/grpc-proxy v0.0.0-20240830132753-a7e17fec5ab7 // indirect diff --git a/integration-tests/load/go.sum b/integration-tests/load/go.sum index c08dd0589d8..fd2fc85c563 100644 --- a/integration-tests/load/go.sum +++ b/integration-tests/load/go.sum @@ -1670,10 +1670,10 @@ github.com/smartcontractkit/chainlink-testing-framework/seth v1.51.5 h1:RwZXxdIA github.com/smartcontractkit/chainlink-testing-framework/seth v1.51.5/go.mod h1:kHYJnZUqiPF7/xN5273prV+srrLJkS77GbBXHLKQpx0= github.com/smartcontractkit/chainlink-testing-framework/wasp v1.51.2 h1:QFO9Ar1zY9SHj//7LXWq5caVrfyTFrkRcfkMQeSOAaQ= github.com/smartcontractkit/chainlink-testing-framework/wasp v1.51.2/go.mod h1:OLczwaAvyObFG+eq4tQHkWqkbPBB0cHkZj0JzY3inik= -github.com/smartcontractkit/chainlink-ton v0.0.0-20260318210736-c3f360fd19a8 h1:TAa3dDeNpkR263GdXiH1hKEBev1btXLxDPnhP6VfFDY= -github.com/smartcontractkit/chainlink-ton v0.0.0-20260318210736-c3f360fd19a8/go.mod h1:xvvqQRZ0jlM++hn7DWs4eGH5F5hpjj3UQva5nfCoj94= -github.com/smartcontractkit/chainlink-ton/deployment v0.0.0-20260318210736-c3f360fd19a8 h1:vSc4tLr6jv+I7+tdkrclI4d9pCEMt7eVNXdpufziOwU= -github.com/smartcontractkit/chainlink-ton/deployment v0.0.0-20260318210736-c3f360fd19a8/go.mod h1:+s3oNftU548Gp+Q017oGUQJQzce9WKXcPE91r3Me3g4= +github.com/smartcontractkit/chainlink-ton v0.0.0-20260326230916-bcfdbe85f221 h1:m2ZikJ4OS5EkH+d55mNnw8DEstnhM49ohfp3TMxHDkc= +github.com/smartcontractkit/chainlink-ton v0.0.0-20260326230916-bcfdbe85f221/go.mod h1:xvvqQRZ0jlM++hn7DWs4eGH5F5hpjj3UQva5nfCoj94= +github.com/smartcontractkit/chainlink-ton/deployment v0.0.0-20260326230916-bcfdbe85f221 h1:V3dzVscW43oFKApX6W4ajJjoA3oBH8D117RrjL4vPZM= +github.com/smartcontractkit/chainlink-ton/deployment v0.0.0-20260326230916-bcfdbe85f221/go.mod h1:+s3oNftU548Gp+Q017oGUQJQzce9WKXcPE91r3Me3g4= github.com/smartcontractkit/chainlink-tron/relayer v0.0.11-0.20260218133534-cbd44da2856b h1:0XLtETkgkzwnEgUIIgyO/oydkUpzDVVuuFLf6aBeNPg= github.com/smartcontractkit/chainlink-tron/relayer v0.0.11-0.20260218133534-cbd44da2856b/go.mod h1:XMp5GoxJzF/L5xoA2Og5uAMIUK0WDnZIHzhIilCV8zM= github.com/smartcontractkit/chainlink-tron/relayer/gotron-sdk v0.0.5-0.20260218133534-cbd44da2856b h1:RarA5fTnBzQY9wHhl6g7Ac7Nv0d/izr2/zuSWhveB4c= diff --git a/plugins/plugins.public.yaml b/plugins/plugins.public.yaml index 48419e4a942..85ea380e43b 100644 --- a/plugins/plugins.public.yaml +++ b/plugins/plugins.public.yaml @@ -50,7 +50,7 @@ plugins: ton: - moduleURI: "github.com/smartcontractkit/chainlink-ton" - gitRef: "v0.0.0-20260318210736-c3f360fd19a8" + gitRef: "v0.0.0-20260326230916-bcfdbe85f221" installPath: "./cmd/chainlink-ton" tron: diff --git a/system-tests/lib/go.mod b/system-tests/lib/go.mod index 118da6729a8..d6467f097c0 100644 --- a/system-tests/lib/go.mod +++ b/system-tests/lib/go.mod @@ -481,8 +481,8 @@ require ( github.com/smartcontractkit/chainlink-sui v0.0.0-20260304150206-c64e48eb0cb0 // indirect github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260304150206-c64e48eb0cb0 // indirect github.com/smartcontractkit/chainlink-testing-framework/parrot v0.6.2 // indirect - github.com/smartcontractkit/chainlink-ton v0.0.0-20260318210736-c3f360fd19a8 // indirect - github.com/smartcontractkit/chainlink-ton/deployment v0.0.0-20260318210736-c3f360fd19a8 // indirect + github.com/smartcontractkit/chainlink-ton v0.0.0-20260326230916-bcfdbe85f221 // indirect + github.com/smartcontractkit/chainlink-ton/deployment v0.0.0-20260326230916-bcfdbe85f221 // indirect github.com/smartcontractkit/chainlink-tron/relayer v0.0.11-0.20260218133534-cbd44da2856b // indirect github.com/smartcontractkit/freeport v0.1.3-0.20250828155247-add56fa28aad // indirect github.com/smartcontractkit/grpc-proxy v0.0.0-20240830132753-a7e17fec5ab7 // indirect diff --git a/system-tests/lib/go.sum b/system-tests/lib/go.sum index 845ef813732..99ad2ac076c 100644 --- a/system-tests/lib/go.sum +++ b/system-tests/lib/go.sum @@ -1681,10 +1681,10 @@ github.com/smartcontractkit/chainlink-testing-framework/parrot v0.6.2 h1:cWUHB6Q github.com/smartcontractkit/chainlink-testing-framework/parrot v0.6.2/go.mod h1:Z4K5VJLjsfqIIaBcZ1Sfccxu0xsCxBjPa6zF+5gtQaM= github.com/smartcontractkit/chainlink-testing-framework/seth v1.51.5 h1:RwZXxdIAOyjp6cwc9Quxgr38k8r7ACz+Lxh9o/A6oH0= github.com/smartcontractkit/chainlink-testing-framework/seth v1.51.5/go.mod h1:kHYJnZUqiPF7/xN5273prV+srrLJkS77GbBXHLKQpx0= -github.com/smartcontractkit/chainlink-ton v0.0.0-20260318210736-c3f360fd19a8 h1:TAa3dDeNpkR263GdXiH1hKEBev1btXLxDPnhP6VfFDY= -github.com/smartcontractkit/chainlink-ton v0.0.0-20260318210736-c3f360fd19a8/go.mod h1:xvvqQRZ0jlM++hn7DWs4eGH5F5hpjj3UQva5nfCoj94= -github.com/smartcontractkit/chainlink-ton/deployment v0.0.0-20260318210736-c3f360fd19a8 h1:vSc4tLr6jv+I7+tdkrclI4d9pCEMt7eVNXdpufziOwU= -github.com/smartcontractkit/chainlink-ton/deployment v0.0.0-20260318210736-c3f360fd19a8/go.mod h1:+s3oNftU548Gp+Q017oGUQJQzce9WKXcPE91r3Me3g4= +github.com/smartcontractkit/chainlink-ton v0.0.0-20260326230916-bcfdbe85f221 h1:m2ZikJ4OS5EkH+d55mNnw8DEstnhM49ohfp3TMxHDkc= +github.com/smartcontractkit/chainlink-ton v0.0.0-20260326230916-bcfdbe85f221/go.mod h1:xvvqQRZ0jlM++hn7DWs4eGH5F5hpjj3UQva5nfCoj94= +github.com/smartcontractkit/chainlink-ton/deployment v0.0.0-20260326230916-bcfdbe85f221 h1:V3dzVscW43oFKApX6W4ajJjoA3oBH8D117RrjL4vPZM= +github.com/smartcontractkit/chainlink-ton/deployment v0.0.0-20260326230916-bcfdbe85f221/go.mod h1:+s3oNftU548Gp+Q017oGUQJQzce9WKXcPE91r3Me3g4= github.com/smartcontractkit/chainlink-tron/relayer v0.0.11-0.20260218133534-cbd44da2856b h1:0XLtETkgkzwnEgUIIgyO/oydkUpzDVVuuFLf6aBeNPg= github.com/smartcontractkit/chainlink-tron/relayer v0.0.11-0.20260218133534-cbd44da2856b/go.mod h1:XMp5GoxJzF/L5xoA2Og5uAMIUK0WDnZIHzhIilCV8zM= github.com/smartcontractkit/chainlink-tron/relayer/gotron-sdk v0.0.5-0.20260218133534-cbd44da2856b h1:RarA5fTnBzQY9wHhl6g7Ac7Nv0d/izr2/zuSWhveB4c= diff --git a/system-tests/tests/go.mod b/system-tests/tests/go.mod index 136a2f5ae62..7a229de3dfa 100644 --- a/system-tests/tests/go.mod +++ b/system-tests/tests/go.mod @@ -606,8 +606,8 @@ require ( github.com/smartcontractkit/chainlink-testing-framework/framework/components/dockercompose v0.1.18 github.com/smartcontractkit/chainlink-testing-framework/lib/grafana v1.50.0 // indirect github.com/smartcontractkit/chainlink-testing-framework/parrot v0.6.2 // indirect - github.com/smartcontractkit/chainlink-ton v0.0.0-20260318210736-c3f360fd19a8 // indirect - github.com/smartcontractkit/chainlink-ton/deployment v0.0.0-20260318210736-c3f360fd19a8 // indirect + github.com/smartcontractkit/chainlink-ton v0.0.0-20260326230916-bcfdbe85f221 // indirect + github.com/smartcontractkit/chainlink-ton/deployment v0.0.0-20260326230916-bcfdbe85f221 // indirect github.com/smartcontractkit/chainlink-tron/relayer v0.0.11-0.20260218133534-cbd44da2856b // indirect github.com/smartcontractkit/chainlink/system-tests/tests/regression/cre/httpaction-negative v0.0.0-20251015074515-1acc1d3fb4c0 github.com/smartcontractkit/chainlink/system-tests/tests/smoke/cre/httpaction v0.0.0-20251015074515-1acc1d3fb4c0 diff --git a/system-tests/tests/go.sum b/system-tests/tests/go.sum index 24fa50a6dc3..7c6ee32d4c1 100644 --- a/system-tests/tests/go.sum +++ b/system-tests/tests/go.sum @@ -1871,10 +1871,10 @@ github.com/smartcontractkit/chainlink-testing-framework/seth v1.51.5 h1:RwZXxdIA github.com/smartcontractkit/chainlink-testing-framework/seth v1.51.5/go.mod h1:kHYJnZUqiPF7/xN5273prV+srrLJkS77GbBXHLKQpx0= github.com/smartcontractkit/chainlink-testing-framework/wasp v1.51.3 h1:cjkfMmIpzpl9wJyTbuUVlymwTFPdzp+KBlEGifkAhUc= github.com/smartcontractkit/chainlink-testing-framework/wasp v1.51.3/go.mod h1:OLczwaAvyObFG+eq4tQHkWqkbPBB0cHkZj0JzY3inik= -github.com/smartcontractkit/chainlink-ton v0.0.0-20260318210736-c3f360fd19a8 h1:TAa3dDeNpkR263GdXiH1hKEBev1btXLxDPnhP6VfFDY= -github.com/smartcontractkit/chainlink-ton v0.0.0-20260318210736-c3f360fd19a8/go.mod h1:xvvqQRZ0jlM++hn7DWs4eGH5F5hpjj3UQva5nfCoj94= -github.com/smartcontractkit/chainlink-ton/deployment v0.0.0-20260318210736-c3f360fd19a8 h1:vSc4tLr6jv+I7+tdkrclI4d9pCEMt7eVNXdpufziOwU= -github.com/smartcontractkit/chainlink-ton/deployment v0.0.0-20260318210736-c3f360fd19a8/go.mod h1:+s3oNftU548Gp+Q017oGUQJQzce9WKXcPE91r3Me3g4= +github.com/smartcontractkit/chainlink-ton v0.0.0-20260326230916-bcfdbe85f221 h1:m2ZikJ4OS5EkH+d55mNnw8DEstnhM49ohfp3TMxHDkc= +github.com/smartcontractkit/chainlink-ton v0.0.0-20260326230916-bcfdbe85f221/go.mod h1:xvvqQRZ0jlM++hn7DWs4eGH5F5hpjj3UQva5nfCoj94= +github.com/smartcontractkit/chainlink-ton/deployment v0.0.0-20260326230916-bcfdbe85f221 h1:V3dzVscW43oFKApX6W4ajJjoA3oBH8D117RrjL4vPZM= +github.com/smartcontractkit/chainlink-ton/deployment v0.0.0-20260326230916-bcfdbe85f221/go.mod h1:+s3oNftU548Gp+Q017oGUQJQzce9WKXcPE91r3Me3g4= github.com/smartcontractkit/chainlink-tron/relayer v0.0.11-0.20260218133534-cbd44da2856b h1:0XLtETkgkzwnEgUIIgyO/oydkUpzDVVuuFLf6aBeNPg= github.com/smartcontractkit/chainlink-tron/relayer v0.0.11-0.20260218133534-cbd44da2856b/go.mod h1:XMp5GoxJzF/L5xoA2Og5uAMIUK0WDnZIHzhIilCV8zM= github.com/smartcontractkit/chainlink-tron/relayer/gotron-sdk v0.0.5-0.20260218133534-cbd44da2856b h1:RarA5fTnBzQY9wHhl6g7Ac7Nv0d/izr2/zuSWhveB4c=