diff --git a/core/scripts/go.mod b/core/scripts/go.mod index 58d30691878..60eab33eea1 100644 --- a/core/scripts/go.mod +++ b/core/scripts/go.mod @@ -490,8 +490,8 @@ require ( github.com/sirupsen/logrus v1.9.4 // indirect github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 // indirect github.com/smartcontractkit/ccip-owner-contracts v0.1.0 // indirect - github.com/smartcontractkit/chainlink-aptos v0.0.0-20260708114855-e953eeb028a7 // indirect - github.com/smartcontractkit/chainlink-aptos/codec v0.0.0-20260716230027-bd85997bc03c // indirect + github.com/smartcontractkit/chainlink-aptos v0.0.0-20260729134104-fdb868388e61 // indirect + github.com/smartcontractkit/chainlink-aptos/codec v0.0.0-20260729134104-fdb868388e61 // indirect github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260715130435-1e32cea69af1 // indirect github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20260624154507-ea7ff77a0ddb // indirect github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260624154507-ea7ff77a0ddb // indirect diff --git a/core/scripts/go.sum b/core/scripts/go.sum index be4876fe014..0bdfbb85a78 100644 --- a/core/scripts/go.sum +++ b/core/scripts/go.sum @@ -1562,10 +1562,10 @@ github.com/smartcontractkit/ccip-owner-contracts v0.1.0 h1:GiBDtlx7539o7AKlDV+9L github.com/smartcontractkit/ccip-owner-contracts v0.1.0/go.mod h1:NnT6w4Kj42OFFXhSx99LvJZWPpMjmo4+CpDEWfw61xY= github.com/smartcontractkit/chain-selectors v1.0.106 h1:6Mz7FDooWJEcfvuOX3nH7oh5s44fqg/WqVDQS63Mjzs= github.com/smartcontractkit/chain-selectors v1.0.106/go.mod h1:qy7whtgG5g+7z0jt0nRyii9bLND9m15NZTzuQPkMZ5w= -github.com/smartcontractkit/chainlink-aptos v0.0.0-20260708114855-e953eeb028a7 h1:rZKkKvbAEIVQS82bW5PxT5yw8hRWpWf4jWoMZp8p4/4= -github.com/smartcontractkit/chainlink-aptos v0.0.0-20260708114855-e953eeb028a7/go.mod h1:9bJTQnOBV87Be2XvCx7M0p5frvl0lYEdq+jFAKygnuI= -github.com/smartcontractkit/chainlink-aptos/codec v0.0.0-20260716230027-bd85997bc03c h1:aDS7I+SK9mWkDcWlfP5JrDY4NnicC/4KVm30dG7HQaw= -github.com/smartcontractkit/chainlink-aptos/codec v0.0.0-20260716230027-bd85997bc03c/go.mod h1:/ABThVk5DzhpsO1A4io8C6cAmqpF8RzgQDlGj98hke0= +github.com/smartcontractkit/chainlink-aptos v0.0.0-20260729134104-fdb868388e61 h1:ToMqpwR5fZ8BjWc1YbUzEuwY2+Vz5aE26Upn3Q8lnoY= +github.com/smartcontractkit/chainlink-aptos v0.0.0-20260729134104-fdb868388e61/go.mod h1:KeOaQvQWoJaSOSc/8XLjntIN+7EL6WHY/nXG9rM3Xno= +github.com/smartcontractkit/chainlink-aptos/codec v0.0.0-20260729134104-fdb868388e61 h1:t44bH6iHflnUqH8Tryu4zVhCJBcAJsDex2GEwqMB+4Q= +github.com/smartcontractkit/chainlink-aptos/codec v0.0.0-20260729134104-fdb868388e61/go.mod h1:/ABThVk5DzhpsO1A4io8C6cAmqpF8RzgQDlGj98hke0= 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-canton v0.0.0-20260615233851-4e78e7c23a58 h1:QT9lFZBf3bFsp7oJWLTQuUXW4FU5QXyJx2a2qZ40G6Q= diff --git a/deployment/go.mod b/deployment/go.mod index 5de8b140893..de139b9048e 100644 --- a/deployment/go.mod +++ b/deployment/go.mod @@ -40,8 +40,8 @@ require ( github.com/smartcontractkit/ccip-contract-examples/chains/evm v0.0.0-20260129135848-c86808ba5cb9 github.com/smartcontractkit/ccip-owner-contracts v0.1.0 github.com/smartcontractkit/chain-selectors v1.0.106 - github.com/smartcontractkit/chainlink-aptos v0.0.0-20260708114855-e953eeb028a7 - github.com/smartcontractkit/chainlink-aptos/codec v0.0.0-20260716230027-bd85997bc03c + github.com/smartcontractkit/chainlink-aptos v0.0.0-20260729134104-fdb868388e61 + github.com/smartcontractkit/chainlink-aptos/codec v0.0.0-20260729134104-fdb868388e61 github.com/smartcontractkit/chainlink-aptos/deployment v0.0.0-20260706100550-d43558069754 github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260715130435-1e32cea69af1 github.com/smartcontractkit/chainlink-ccip/chains/evm v0.0.0-20260624154507-ea7ff77a0ddb diff --git a/deployment/go.sum b/deployment/go.sum index 1b1f887508b..fb5574cd8f7 100644 --- a/deployment/go.sum +++ b/deployment/go.sum @@ -1390,10 +1390,10 @@ github.com/smartcontractkit/ccip-owner-contracts v0.1.0 h1:GiBDtlx7539o7AKlDV+9L github.com/smartcontractkit/ccip-owner-contracts v0.1.0/go.mod h1:NnT6w4Kj42OFFXhSx99LvJZWPpMjmo4+CpDEWfw61xY= github.com/smartcontractkit/chain-selectors v1.0.106 h1:6Mz7FDooWJEcfvuOX3nH7oh5s44fqg/WqVDQS63Mjzs= github.com/smartcontractkit/chain-selectors v1.0.106/go.mod h1:qy7whtgG5g+7z0jt0nRyii9bLND9m15NZTzuQPkMZ5w= -github.com/smartcontractkit/chainlink-aptos v0.0.0-20260708114855-e953eeb028a7 h1:rZKkKvbAEIVQS82bW5PxT5yw8hRWpWf4jWoMZp8p4/4= -github.com/smartcontractkit/chainlink-aptos v0.0.0-20260708114855-e953eeb028a7/go.mod h1:9bJTQnOBV87Be2XvCx7M0p5frvl0lYEdq+jFAKygnuI= -github.com/smartcontractkit/chainlink-aptos/codec v0.0.0-20260716230027-bd85997bc03c h1:aDS7I+SK9mWkDcWlfP5JrDY4NnicC/4KVm30dG7HQaw= -github.com/smartcontractkit/chainlink-aptos/codec v0.0.0-20260716230027-bd85997bc03c/go.mod h1:/ABThVk5DzhpsO1A4io8C6cAmqpF8RzgQDlGj98hke0= +github.com/smartcontractkit/chainlink-aptos v0.0.0-20260729134104-fdb868388e61 h1:ToMqpwR5fZ8BjWc1YbUzEuwY2+Vz5aE26Upn3Q8lnoY= +github.com/smartcontractkit/chainlink-aptos v0.0.0-20260729134104-fdb868388e61/go.mod h1:KeOaQvQWoJaSOSc/8XLjntIN+7EL6WHY/nXG9rM3Xno= +github.com/smartcontractkit/chainlink-aptos/codec v0.0.0-20260729134104-fdb868388e61 h1:t44bH6iHflnUqH8Tryu4zVhCJBcAJsDex2GEwqMB+4Q= +github.com/smartcontractkit/chainlink-aptos/codec v0.0.0-20260729134104-fdb868388e61/go.mod h1:/ABThVk5DzhpsO1A4io8C6cAmqpF8RzgQDlGj98hke0= github.com/smartcontractkit/chainlink-aptos/deployment v0.0.0-20260706100550-d43558069754 h1:bFgzlJz8H+y0TLyV0Z+ix2WqcvKRMhcS0SmMc9BRZ4g= github.com/smartcontractkit/chainlink-aptos/deployment v0.0.0-20260706100550-d43558069754/go.mod h1:FBy6zgPkTw4oScyLnU5DeG61dBZzIHrwJfbuYDrH2+k= github.com/smartcontractkit/chainlink-automation v0.8.1 h1:sTc9LKpBvcKPc1JDYAmgBc2xpDKBco/Q4h4ydl6+UUU= diff --git a/integration-tests/go.mod b/integration-tests/go.mod index 107ec29e194..81854d8c3b8 100644 --- a/integration-tests/go.mod +++ b/integration-tests/go.mod @@ -28,7 +28,7 @@ require ( github.com/rs/zerolog v1.35.1 github.com/segmentio/ksuid v1.0.4 github.com/smartcontractkit/chain-selectors v1.0.106 - github.com/smartcontractkit/chainlink-aptos v0.0.0-20260708114855-e953eeb028a7 + github.com/smartcontractkit/chainlink-aptos v0.0.0-20260729134104-fdb868388e61 github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260715130435-1e32cea69af1 github.com/smartcontractkit/chainlink-ccip/chains/evm v0.0.0-20260624154507-ea7ff77a0ddb github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20260624154507-ea7ff77a0ddb @@ -415,7 +415,7 @@ require ( github.com/slack-go/slack v0.23.1 // indirect github.com/smartcontractkit/ccip-contract-examples/chains/evm v0.0.0-20260129135848-c86808ba5cb9 // indirect github.com/smartcontractkit/ccip-owner-contracts v0.1.0 // indirect - github.com/smartcontractkit/chainlink-aptos/codec v0.0.0-20260716230027-bd85997bc03c // indirect + github.com/smartcontractkit/chainlink-aptos/codec v0.0.0-20260729134104-fdb868388e61 // indirect github.com/smartcontractkit/chainlink-aptos/deployment v0.0.0-20260706100550-d43558069754 github.com/smartcontractkit/chainlink-automation v0.8.1 // indirect github.com/smartcontractkit/chainlink-canton v0.0.0-20260615233851-4e78e7c23a58 // indirect diff --git a/integration-tests/go.sum b/integration-tests/go.sum index e17ff45943a..631f5d08d74 100644 --- a/integration-tests/go.sum +++ b/integration-tests/go.sum @@ -1377,10 +1377,10 @@ github.com/smartcontractkit/ccip-owner-contracts v0.1.0 h1:GiBDtlx7539o7AKlDV+9L github.com/smartcontractkit/ccip-owner-contracts v0.1.0/go.mod h1:NnT6w4Kj42OFFXhSx99LvJZWPpMjmo4+CpDEWfw61xY= github.com/smartcontractkit/chain-selectors v1.0.106 h1:6Mz7FDooWJEcfvuOX3nH7oh5s44fqg/WqVDQS63Mjzs= github.com/smartcontractkit/chain-selectors v1.0.106/go.mod h1:qy7whtgG5g+7z0jt0nRyii9bLND9m15NZTzuQPkMZ5w= -github.com/smartcontractkit/chainlink-aptos v0.0.0-20260708114855-e953eeb028a7 h1:rZKkKvbAEIVQS82bW5PxT5yw8hRWpWf4jWoMZp8p4/4= -github.com/smartcontractkit/chainlink-aptos v0.0.0-20260708114855-e953eeb028a7/go.mod h1:9bJTQnOBV87Be2XvCx7M0p5frvl0lYEdq+jFAKygnuI= -github.com/smartcontractkit/chainlink-aptos/codec v0.0.0-20260716230027-bd85997bc03c h1:aDS7I+SK9mWkDcWlfP5JrDY4NnicC/4KVm30dG7HQaw= -github.com/smartcontractkit/chainlink-aptos/codec v0.0.0-20260716230027-bd85997bc03c/go.mod h1:/ABThVk5DzhpsO1A4io8C6cAmqpF8RzgQDlGj98hke0= +github.com/smartcontractkit/chainlink-aptos v0.0.0-20260729134104-fdb868388e61 h1:ToMqpwR5fZ8BjWc1YbUzEuwY2+Vz5aE26Upn3Q8lnoY= +github.com/smartcontractkit/chainlink-aptos v0.0.0-20260729134104-fdb868388e61/go.mod h1:KeOaQvQWoJaSOSc/8XLjntIN+7EL6WHY/nXG9rM3Xno= +github.com/smartcontractkit/chainlink-aptos/codec v0.0.0-20260729134104-fdb868388e61 h1:t44bH6iHflnUqH8Tryu4zVhCJBcAJsDex2GEwqMB+4Q= +github.com/smartcontractkit/chainlink-aptos/codec v0.0.0-20260729134104-fdb868388e61/go.mod h1:/ABThVk5DzhpsO1A4io8C6cAmqpF8RzgQDlGj98hke0= github.com/smartcontractkit/chainlink-aptos/deployment v0.0.0-20260706100550-d43558069754 h1:bFgzlJz8H+y0TLyV0Z+ix2WqcvKRMhcS0SmMc9BRZ4g= github.com/smartcontractkit/chainlink-aptos/deployment v0.0.0-20260706100550-d43558069754/go.mod h1:FBy6zgPkTw4oScyLnU5DeG61dBZzIHrwJfbuYDrH2+k= github.com/smartcontractkit/chainlink-automation v0.8.1 h1:sTc9LKpBvcKPc1JDYAmgBc2xpDKBco/Q4h4ydl6+UUU= diff --git a/integration-tests/load/go.mod b/integration-tests/load/go.mod index 7068bc2ea33..10acb0816b7 100644 --- a/integration-tests/load/go.mod +++ b/integration-tests/load/go.mod @@ -19,7 +19,7 @@ require ( github.com/gagliardetto/solana-go v1.13.0 github.com/rs/zerolog v1.35.1 github.com/smartcontractkit/chain-selectors v1.0.106 - github.com/smartcontractkit/chainlink-aptos v0.0.0-20260708114855-e953eeb028a7 + github.com/smartcontractkit/chainlink-aptos v0.0.0-20260729134104-fdb868388e61 github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260715130435-1e32cea69af1 github.com/smartcontractkit/chainlink-ccip/chains/evm v0.0.0-20260624154507-ea7ff77a0ddb github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20260624154507-ea7ff77a0ddb @@ -477,7 +477,7 @@ require ( github.com/slack-go/slack v0.23.1 // indirect github.com/smartcontractkit/ccip-contract-examples/chains/evm v0.0.0-20260129135848-c86808ba5cb9 // indirect github.com/smartcontractkit/ccip-owner-contracts v0.1.0 // indirect - github.com/smartcontractkit/chainlink-aptos/codec v0.0.0-20260716230027-bd85997bc03c // indirect + github.com/smartcontractkit/chainlink-aptos/codec v0.0.0-20260729134104-fdb868388e61 // indirect github.com/smartcontractkit/chainlink-aptos/deployment v0.0.0-20260706100550-d43558069754 // indirect github.com/smartcontractkit/chainlink-automation v0.8.1 // indirect github.com/smartcontractkit/chainlink-canton v0.0.0-20260615233851-4e78e7c23a58 // indirect diff --git a/integration-tests/load/go.sum b/integration-tests/load/go.sum index 14b2cf758dc..2d0d0a8968b 100644 --- a/integration-tests/load/go.sum +++ b/integration-tests/load/go.sum @@ -1613,10 +1613,10 @@ github.com/smartcontractkit/ccip-owner-contracts v0.1.0 h1:GiBDtlx7539o7AKlDV+9L github.com/smartcontractkit/ccip-owner-contracts v0.1.0/go.mod h1:NnT6w4Kj42OFFXhSx99LvJZWPpMjmo4+CpDEWfw61xY= github.com/smartcontractkit/chain-selectors v1.0.106 h1:6Mz7FDooWJEcfvuOX3nH7oh5s44fqg/WqVDQS63Mjzs= github.com/smartcontractkit/chain-selectors v1.0.106/go.mod h1:qy7whtgG5g+7z0jt0nRyii9bLND9m15NZTzuQPkMZ5w= -github.com/smartcontractkit/chainlink-aptos v0.0.0-20260708114855-e953eeb028a7 h1:rZKkKvbAEIVQS82bW5PxT5yw8hRWpWf4jWoMZp8p4/4= -github.com/smartcontractkit/chainlink-aptos v0.0.0-20260708114855-e953eeb028a7/go.mod h1:9bJTQnOBV87Be2XvCx7M0p5frvl0lYEdq+jFAKygnuI= -github.com/smartcontractkit/chainlink-aptos/codec v0.0.0-20260716230027-bd85997bc03c h1:aDS7I+SK9mWkDcWlfP5JrDY4NnicC/4KVm30dG7HQaw= -github.com/smartcontractkit/chainlink-aptos/codec v0.0.0-20260716230027-bd85997bc03c/go.mod h1:/ABThVk5DzhpsO1A4io8C6cAmqpF8RzgQDlGj98hke0= +github.com/smartcontractkit/chainlink-aptos v0.0.0-20260729134104-fdb868388e61 h1:ToMqpwR5fZ8BjWc1YbUzEuwY2+Vz5aE26Upn3Q8lnoY= +github.com/smartcontractkit/chainlink-aptos v0.0.0-20260729134104-fdb868388e61/go.mod h1:KeOaQvQWoJaSOSc/8XLjntIN+7EL6WHY/nXG9rM3Xno= +github.com/smartcontractkit/chainlink-aptos/codec v0.0.0-20260729134104-fdb868388e61 h1:t44bH6iHflnUqH8Tryu4zVhCJBcAJsDex2GEwqMB+4Q= +github.com/smartcontractkit/chainlink-aptos/codec v0.0.0-20260729134104-fdb868388e61/go.mod h1:/ABThVk5DzhpsO1A4io8C6cAmqpF8RzgQDlGj98hke0= github.com/smartcontractkit/chainlink-aptos/deployment v0.0.0-20260706100550-d43558069754 h1:bFgzlJz8H+y0TLyV0Z+ix2WqcvKRMhcS0SmMc9BRZ4g= github.com/smartcontractkit/chainlink-aptos/deployment v0.0.0-20260706100550-d43558069754/go.mod h1:FBy6zgPkTw4oScyLnU5DeG61dBZzIHrwJfbuYDrH2+k= github.com/smartcontractkit/chainlink-automation v0.8.1 h1:sTc9LKpBvcKPc1JDYAmgBc2xpDKBco/Q4h4ydl6+UUU= diff --git a/plugins/plugins.public.yaml b/plugins/plugins.public.yaml index 03ef1baa74d..9bfc7712f9e 100644 --- a/plugins/plugins.public.yaml +++ b/plugins/plugins.public.yaml @@ -10,7 +10,7 @@ defaults: plugins: aptos: - moduleURI: "github.com/smartcontractkit/chainlink-aptos" - gitRef: "v0.0.0-20260708114855-e953eeb028a7" + gitRef: "v0.0.0-20260729134104-fdb868388e61" installPath: "./cmd/chainlink-aptos" sui: diff --git a/system-tests/lib/go.mod b/system-tests/lib/go.mod index d9425f8aa49..3d7e6a56a0a 100644 --- a/system-tests/lib/go.mod +++ b/system-tests/lib/go.mod @@ -35,7 +35,7 @@ require ( github.com/scylladb/go-reflectx v1.0.1 github.com/sethvargo/go-retry v0.3.0 github.com/smartcontractkit/chain-selectors v1.0.106 - github.com/smartcontractkit/chainlink-aptos v0.0.0-20260708114855-e953eeb028a7 + github.com/smartcontractkit/chainlink-aptos v0.0.0-20260729134104-fdb868388e61 github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20260624154507-ea7ff77a0ddb github.com/smartcontractkit/chainlink-common v0.11.2-0.20260722120418-c1a1e0e75034 github.com/smartcontractkit/chainlink-common/keystore v1.3.0 @@ -453,7 +453,7 @@ require ( github.com/sirupsen/logrus v1.9.4 // indirect github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 // indirect github.com/smartcontractkit/ccip-owner-contracts v0.1.0 // indirect - github.com/smartcontractkit/chainlink-aptos/codec v0.0.0-20260716230027-bd85997bc03c // indirect + github.com/smartcontractkit/chainlink-aptos/codec v0.0.0-20260729134104-fdb868388e61 // indirect github.com/smartcontractkit/chainlink-automation v0.8.1 // indirect github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260715130435-1e32cea69af1 // indirect github.com/smartcontractkit/chainlink-ccip/chains/evm v0.0.0-20260624154507-ea7ff77a0ddb // indirect diff --git a/system-tests/lib/go.sum b/system-tests/lib/go.sum index 5fe9fd4b475..b08760980b7 100644 --- a/system-tests/lib/go.sum +++ b/system-tests/lib/go.sum @@ -1533,10 +1533,10 @@ github.com/smartcontractkit/ccip-owner-contracts v0.1.0 h1:GiBDtlx7539o7AKlDV+9L github.com/smartcontractkit/ccip-owner-contracts v0.1.0/go.mod h1:NnT6w4Kj42OFFXhSx99LvJZWPpMjmo4+CpDEWfw61xY= github.com/smartcontractkit/chain-selectors v1.0.106 h1:6Mz7FDooWJEcfvuOX3nH7oh5s44fqg/WqVDQS63Mjzs= github.com/smartcontractkit/chain-selectors v1.0.106/go.mod h1:qy7whtgG5g+7z0jt0nRyii9bLND9m15NZTzuQPkMZ5w= -github.com/smartcontractkit/chainlink-aptos v0.0.0-20260708114855-e953eeb028a7 h1:rZKkKvbAEIVQS82bW5PxT5yw8hRWpWf4jWoMZp8p4/4= -github.com/smartcontractkit/chainlink-aptos v0.0.0-20260708114855-e953eeb028a7/go.mod h1:9bJTQnOBV87Be2XvCx7M0p5frvl0lYEdq+jFAKygnuI= -github.com/smartcontractkit/chainlink-aptos/codec v0.0.0-20260716230027-bd85997bc03c h1:aDS7I+SK9mWkDcWlfP5JrDY4NnicC/4KVm30dG7HQaw= -github.com/smartcontractkit/chainlink-aptos/codec v0.0.0-20260716230027-bd85997bc03c/go.mod h1:/ABThVk5DzhpsO1A4io8C6cAmqpF8RzgQDlGj98hke0= +github.com/smartcontractkit/chainlink-aptos v0.0.0-20260729134104-fdb868388e61 h1:ToMqpwR5fZ8BjWc1YbUzEuwY2+Vz5aE26Upn3Q8lnoY= +github.com/smartcontractkit/chainlink-aptos v0.0.0-20260729134104-fdb868388e61/go.mod h1:KeOaQvQWoJaSOSc/8XLjntIN+7EL6WHY/nXG9rM3Xno= +github.com/smartcontractkit/chainlink-aptos/codec v0.0.0-20260729134104-fdb868388e61 h1:t44bH6iHflnUqH8Tryu4zVhCJBcAJsDex2GEwqMB+4Q= +github.com/smartcontractkit/chainlink-aptos/codec v0.0.0-20260729134104-fdb868388e61/go.mod h1:/ABThVk5DzhpsO1A4io8C6cAmqpF8RzgQDlGj98hke0= 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-canton v0.0.0-20260615233851-4e78e7c23a58 h1:QT9lFZBf3bFsp7oJWLTQuUXW4FU5QXyJx2a2qZ40G6Q= diff --git a/system-tests/tests/go.mod b/system-tests/tests/go.mod index b9e3847abd2..df3c2e0b27d 100644 --- a/system-tests/tests/go.mod +++ b/system-tests/tests/go.mod @@ -233,7 +233,7 @@ require ( github.com/shopspring/decimal v1.4.0 // indirect github.com/sigstore/sigstore v1.10.8 // indirect github.com/sigstore/sigstore-go v1.2.0 // indirect - github.com/smartcontractkit/chainlink-aptos/codec v0.0.0-20260716230027-bd85997bc03c // indirect + github.com/smartcontractkit/chainlink-aptos/codec v0.0.0-20260729134104-fdb868388e61 // indirect github.com/smartcontractkit/chainlink-canton v0.0.0-20260615233851-4e78e7c23a58 // indirect github.com/smartcontractkit/chainlink-ccip/chains/evm v0.0.0-20260624154507-ea7ff77a0ddb // indirect github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260624154507-ea7ff77a0ddb // indirect @@ -632,7 +632,7 @@ require ( github.com/sirupsen/logrus v1.9.4 // indirect github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 // indirect github.com/smartcontractkit/ccip-owner-contracts v0.1.0 // indirect - github.com/smartcontractkit/chainlink-aptos v0.0.0-20260708114855-e953eeb028a7 + github.com/smartcontractkit/chainlink-aptos v0.0.0-20260729134104-fdb868388e61 github.com/smartcontractkit/chainlink-automation v0.8.1 // indirect github.com/smartcontractkit/chainlink-ccip v0.1.1-solana.0.20260715130435-1e32cea69af1 // indirect github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.11-0.20260716165322-7f2edff6e954 diff --git a/system-tests/tests/go.sum b/system-tests/tests/go.sum index 51a34300308..0f816d97be4 100644 --- a/system-tests/tests/go.sum +++ b/system-tests/tests/go.sum @@ -1738,10 +1738,10 @@ github.com/smartcontractkit/ccip-owner-contracts v0.1.0 h1:GiBDtlx7539o7AKlDV+9L github.com/smartcontractkit/ccip-owner-contracts v0.1.0/go.mod h1:NnT6w4Kj42OFFXhSx99LvJZWPpMjmo4+CpDEWfw61xY= github.com/smartcontractkit/chain-selectors v1.0.106 h1:6Mz7FDooWJEcfvuOX3nH7oh5s44fqg/WqVDQS63Mjzs= github.com/smartcontractkit/chain-selectors v1.0.106/go.mod h1:qy7whtgG5g+7z0jt0nRyii9bLND9m15NZTzuQPkMZ5w= -github.com/smartcontractkit/chainlink-aptos v0.0.0-20260708114855-e953eeb028a7 h1:rZKkKvbAEIVQS82bW5PxT5yw8hRWpWf4jWoMZp8p4/4= -github.com/smartcontractkit/chainlink-aptos v0.0.0-20260708114855-e953eeb028a7/go.mod h1:9bJTQnOBV87Be2XvCx7M0p5frvl0lYEdq+jFAKygnuI= -github.com/smartcontractkit/chainlink-aptos/codec v0.0.0-20260716230027-bd85997bc03c h1:aDS7I+SK9mWkDcWlfP5JrDY4NnicC/4KVm30dG7HQaw= -github.com/smartcontractkit/chainlink-aptos/codec v0.0.0-20260716230027-bd85997bc03c/go.mod h1:/ABThVk5DzhpsO1A4io8C6cAmqpF8RzgQDlGj98hke0= +github.com/smartcontractkit/chainlink-aptos v0.0.0-20260729134104-fdb868388e61 h1:ToMqpwR5fZ8BjWc1YbUzEuwY2+Vz5aE26Upn3Q8lnoY= +github.com/smartcontractkit/chainlink-aptos v0.0.0-20260729134104-fdb868388e61/go.mod h1:KeOaQvQWoJaSOSc/8XLjntIN+7EL6WHY/nXG9rM3Xno= +github.com/smartcontractkit/chainlink-aptos/codec v0.0.0-20260729134104-fdb868388e61 h1:t44bH6iHflnUqH8Tryu4zVhCJBcAJsDex2GEwqMB+4Q= +github.com/smartcontractkit/chainlink-aptos/codec v0.0.0-20260729134104-fdb868388e61/go.mod h1:/ABThVk5DzhpsO1A4io8C6cAmqpF8RzgQDlGj98hke0= 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-canton v0.0.0-20260615233851-4e78e7c23a58 h1:QT9lFZBf3bFsp7oJWLTQuUXW4FU5QXyJx2a2qZ40G6Q=