Skip to content

Commit 18c2b60

Browse files
committed
add and update chainlink-aptos and aptos-go-sdk
1 parent 5a86377 commit 18c2b60

File tree

14 files changed

+75
-39
lines changed

14 files changed

+75
-39
lines changed

core/scripts/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ require (
8989
github.com/alecthomas/units v0.0.0-20240927000941-0f3dac36c52b // indirect
9090
github.com/andybalholm/brotli v1.1.1 // indirect
9191
github.com/apache/arrow-go/v18 v18.0.0 // indirect
92-
github.com/aptos-labs/aptos-go-sdk v1.6.3-0.20250331001805-0680b714db6d // indirect
92+
github.com/aptos-labs/aptos-go-sdk v1.7.0 // indirect
9393
github.com/atombender/go-jsonschema v0.16.1-0.20240916205339-a74cd4e2851c // indirect
9494
github.com/avast/retry-go v3.0.0+incompatible // indirect
9595
github.com/avast/retry-go/v4 v4.6.1 // indirect
@@ -393,7 +393,7 @@ require (
393393
github.com/sigurn/crc16 v0.0.0-20211026045750-20ab5afb07e3 // indirect
394394
github.com/sirupsen/logrus v1.9.3 // indirect
395395
github.com/smartcontractkit/ccip-owner-contracts v0.1.0 // indirect
396-
github.com/smartcontractkit/chainlink-aptos v0.0.0-20250502091650-484cfa7ccddf // indirect
396+
github.com/smartcontractkit/chainlink-aptos v0.0.0-20250526093519-bd8daf1898cb // indirect
397397
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250520123946-6aaf88e0848a // indirect
398398
github.com/smartcontractkit/chainlink-feeds v0.1.2-0.20250227211209-7cd000095135 // indirect
399399
github.com/smartcontractkit/chainlink-framework/chains v0.0.0-20250522110034-65c54665034a // indirect

core/scripts/go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ github.com/apache/thrift v0.21.0 h1:tdPmh/ptjE1IJnhbhrcl2++TauVjy242rkV/UzJChnE=
125125
github.com/apache/thrift v0.21.0/go.mod h1:W1H8aR/QRtYNvrPeFXBtobyRkd0/YVhTc6i07XIAgDw=
126126
github.com/appleboy/gofight/v2 v2.1.2 h1:VOy3jow4vIK8BRQJoC/I9muxyYlJ2yb9ht2hZoS3rf4=
127127
github.com/appleboy/gofight/v2 v2.1.2/go.mod h1:frW+U1QZEdDgixycTj4CygQ48yLTUhplt43+Wczp3rw=
128-
github.com/aptos-labs/aptos-go-sdk v1.6.3-0.20250331001805-0680b714db6d h1:VsrpaOlsWs+XaofivnfP9gU5aSBmRudoJEMZvXGvrok=
129-
github.com/aptos-labs/aptos-go-sdk v1.6.3-0.20250331001805-0680b714db6d/go.mod h1:BgddSKFtfWFLK+no8l+AwCcb/Lh1lv74ybYLzeonloo=
128+
github.com/aptos-labs/aptos-go-sdk v1.7.0 h1:4FSjePHenTWMf/285tS/Im3Xb+rXy01j4IHl6KdJGXw=
129+
github.com/aptos-labs/aptos-go-sdk v1.7.0/go.mod h1:vYm/yHr6cQpoUBMw/Q93SRR1IhP0mPTBrEGjShwUvXc=
130130
github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o=
131131
github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmVTwzkszR9V5SSuryQ31EELlFMUz1kKyl939pY=
132132
github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8=
@@ -1269,8 +1269,8 @@ github.com/smartcontractkit/ccip-owner-contracts v0.1.0 h1:GiBDtlx7539o7AKlDV+9L
12691269
github.com/smartcontractkit/ccip-owner-contracts v0.1.0/go.mod h1:NnT6w4Kj42OFFXhSx99LvJZWPpMjmo4+CpDEWfw61xY=
12701270
github.com/smartcontractkit/chain-selectors v1.0.59 h1:F+683QowSJA03BKylz5Kw/lgXuUGHhcuEBm3YNMhQjA=
12711271
github.com/smartcontractkit/chain-selectors v1.0.59/go.mod h1:xsKM0aN3YGcQKTPRPDDtPx2l4mlTN1Djmg0VVXV40b8=
1272-
github.com/smartcontractkit/chainlink-aptos v0.0.0-20250502091650-484cfa7ccddf h1:zzG5D68tGbDBW3mQW6sa50ga0kGRQp9S7F4vqZO0ZrU=
1273-
github.com/smartcontractkit/chainlink-aptos v0.0.0-20250502091650-484cfa7ccddf/go.mod h1:yj4d1XS6lBOXM1sDMP1ULCbRJgOuBYf2V7VtQ6Qgev8=
1272+
github.com/smartcontractkit/chainlink-aptos v0.0.0-20250526093519-bd8daf1898cb h1:BlEpYekoI8SC9GKgYMEVtD0RWHZpf8XvFbR0+tELXCQ=
1273+
github.com/smartcontractkit/chainlink-aptos v0.0.0-20250526093519-bd8daf1898cb/go.mod h1:ITBdddHYp2ocxNjTgBXDGqzWop2qGXenzFK6Oek+uqc=
12741274
github.com/smartcontractkit/chainlink-automation v0.8.1 h1:sTc9LKpBvcKPc1JDYAmgBc2xpDKBco/Q4h4ydl6+UUU=
12751275
github.com/smartcontractkit/chainlink-automation v0.8.1/go.mod h1:Iij36PvWZ6blrdC5A/nrQUBuf3MH3JvsBB9sSyc9W08=
12761276
github.com/smartcontractkit/chainlink-ccip v0.0.0-20250523142134-2057cda8d221 h1:VljdhSJlYIGT5y+d4Ewdu6qbStNo6/PoGno2npMzpOM=

deployment/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
dario.cat/mergo v1.0.1
1414
github.com/Khan/genqlient v0.7.0
1515
github.com/Masterminds/semver/v3 v3.3.1
16-
github.com/aptos-labs/aptos-go-sdk v1.6.3-0.20250331001805-0680b714db6d
16+
github.com/aptos-labs/aptos-go-sdk v1.7.0
1717
github.com/aws/aws-sdk-go v1.55.6
1818
github.com/deckarep/golang-set/v2 v2.6.0
1919
github.com/ethereum/go-ethereum v1.15.7
@@ -32,7 +32,7 @@ require (
3232
github.com/sethvargo/go-retry v0.2.4
3333
github.com/smartcontractkit/ccip-owner-contracts v0.1.0
3434
github.com/smartcontractkit/chain-selectors v1.0.59
35-
github.com/smartcontractkit/chainlink-aptos v0.0.0-20250502091650-484cfa7ccddf
35+
github.com/smartcontractkit/chainlink-aptos v0.0.0-20250526093519-bd8daf1898cb
3636
github.com/smartcontractkit/chainlink-ccip v0.0.0-20250523142134-2057cda8d221
3737
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250520123946-6aaf88e0848a
3838
github.com/smartcontractkit/chainlink-common v0.7.1-0.20250522183927-44d96a7ad0e5

deployment/go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ github.com/apache/arrow-go/v18 v18.0.0 h1:1dBDaSbH3LtulTyOVYaBCHO3yVRwjV+TZaqn3g
127127
github.com/apache/arrow-go/v18 v18.0.0/go.mod h1:t6+cWRSmKgdQ6HsxisQjok+jBpKGhRDiqcf3p0p/F+A=
128128
github.com/apache/thrift v0.21.0 h1:tdPmh/ptjE1IJnhbhrcl2++TauVjy242rkV/UzJChnE=
129129
github.com/apache/thrift v0.21.0/go.mod h1:W1H8aR/QRtYNvrPeFXBtobyRkd0/YVhTc6i07XIAgDw=
130-
github.com/aptos-labs/aptos-go-sdk v1.6.3-0.20250331001805-0680b714db6d h1:VsrpaOlsWs+XaofivnfP9gU5aSBmRudoJEMZvXGvrok=
131-
github.com/aptos-labs/aptos-go-sdk v1.6.3-0.20250331001805-0680b714db6d/go.mod h1:BgddSKFtfWFLK+no8l+AwCcb/Lh1lv74ybYLzeonloo=
130+
github.com/aptos-labs/aptos-go-sdk v1.7.0 h1:4FSjePHenTWMf/285tS/Im3Xb+rXy01j4IHl6KdJGXw=
131+
github.com/aptos-labs/aptos-go-sdk v1.7.0/go.mod h1:vYm/yHr6cQpoUBMw/Q93SRR1IhP0mPTBrEGjShwUvXc=
132132
github.com/arbovm/levenshtein v0.0.0-20160628152529-48b4e1c0c4d0 h1:jfIu9sQUG6Ig+0+Ap1h4unLjW6YQJpKZVmUzxsD4E/Q=
133133
github.com/arbovm/levenshtein v0.0.0-20160628152529-48b4e1c0c4d0/go.mod h1:t2tdKJDJF9BV14lnkjHmOQgcvEKgtqs5a1N3LNdJhGE=
134134
github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o=
@@ -1245,8 +1245,8 @@ github.com/smartcontractkit/ccip-owner-contracts v0.1.0 h1:GiBDtlx7539o7AKlDV+9L
12451245
github.com/smartcontractkit/ccip-owner-contracts v0.1.0/go.mod h1:NnT6w4Kj42OFFXhSx99LvJZWPpMjmo4+CpDEWfw61xY=
12461246
github.com/smartcontractkit/chain-selectors v1.0.59 h1:F+683QowSJA03BKylz5Kw/lgXuUGHhcuEBm3YNMhQjA=
12471247
github.com/smartcontractkit/chain-selectors v1.0.59/go.mod h1:xsKM0aN3YGcQKTPRPDDtPx2l4mlTN1Djmg0VVXV40b8=
1248-
github.com/smartcontractkit/chainlink-aptos v0.0.0-20250502091650-484cfa7ccddf h1:zzG5D68tGbDBW3mQW6sa50ga0kGRQp9S7F4vqZO0ZrU=
1249-
github.com/smartcontractkit/chainlink-aptos v0.0.0-20250502091650-484cfa7ccddf/go.mod h1:yj4d1XS6lBOXM1sDMP1ULCbRJgOuBYf2V7VtQ6Qgev8=
1248+
github.com/smartcontractkit/chainlink-aptos v0.0.0-20250526093519-bd8daf1898cb h1:BlEpYekoI8SC9GKgYMEVtD0RWHZpf8XvFbR0+tELXCQ=
1249+
github.com/smartcontractkit/chainlink-aptos v0.0.0-20250526093519-bd8daf1898cb/go.mod h1:ITBdddHYp2ocxNjTgBXDGqzWop2qGXenzFK6Oek+uqc=
12501250
github.com/smartcontractkit/chainlink-automation v0.8.1 h1:sTc9LKpBvcKPc1JDYAmgBc2xpDKBco/Q4h4ydl6+UUU=
12511251
github.com/smartcontractkit/chainlink-automation v0.8.1/go.mod h1:Iij36PvWZ6blrdC5A/nrQUBuf3MH3JvsBB9sSyc9W08=
12521252
github.com/smartcontractkit/chainlink-ccip v0.0.0-20250523142134-2057cda8d221 h1:VljdhSJlYIGT5y+d4Ewdu6qbStNo6/PoGno2npMzpOM=

go.mod

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ require (
88
github.com/NethermindEth/juno v0.12.5
99
github.com/NethermindEth/starknet.go v0.8.0
1010
github.com/andybalholm/brotli v1.1.1
11+
github.com/aptos-labs/aptos-go-sdk v1.7.0
1112
github.com/avast/retry-go/v4 v4.6.1
1213
github.com/btcsuite/btcd/btcec/v2 v2.3.4
1314
github.com/cosmos/cosmos-sdk v0.50.13
@@ -16,7 +17,7 @@ require (
1617
github.com/dominikbraun/graph v0.23.0
1718
github.com/doyensec/safeurl v0.2.1
1819
github.com/esote/minmaxheap v1.0.0
19-
github.com/ethereum/go-ethereum v1.15.3
20+
github.com/ethereum/go-ethereum v1.15.7
2021
github.com/fatih/color v1.18.0
2122
github.com/fbsobreira/gotron-sdk v0.0.0-20250403083053-2943ce8c759b
2223
github.com/fxamacker/cbor/v2 v2.7.0
@@ -74,6 +75,7 @@ require (
7475
github.com/shirou/gopsutil/v3 v3.24.3
7576
github.com/shopspring/decimal v1.4.0
7677
github.com/smartcontractkit/chain-selectors v1.0.59
78+
github.com/smartcontractkit/chainlink-aptos v0.0.0-20250521134619-a9a1f1d5d3e2
7779
github.com/smartcontractkit/chainlink-automation v0.8.1
7880
github.com/smartcontractkit/chainlink-ccip v0.0.0-20250523142134-2057cda8d221
7981
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250520123946-6aaf88e0848a
@@ -177,6 +179,7 @@ require (
177179
github.com/cockroachdb/pebble v1.1.2 // indirect
178180
github.com/cockroachdb/redact v1.1.5 // indirect
179181
github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 // indirect
182+
github.com/coder/websocket v1.8.12 // indirect
180183
github.com/cometbft/cometbft v0.38.17 // indirect
181184
github.com/cometbft/cometbft-db v1.0.1 // indirect
182185
github.com/consensys/bavard v0.1.27 // indirect
@@ -253,6 +256,7 @@ require (
253256
github.com/hashicorp/go-uuid v1.0.3 // indirect
254257
github.com/hashicorp/golang-lru v1.0.2 // indirect
255258
github.com/hashicorp/yamux v0.1.2 // indirect
259+
github.com/hasura/go-graphql-client v0.13.1 // indirect
256260
github.com/holiman/billy v0.0.0-20240216141850-2abb0c79d3c4 // indirect
257261
github.com/holiman/bloomfilter/v2 v2.0.3 // indirect
258262
github.com/holiman/uint256 v1.3.2 // indirect

0 commit comments

Comments
 (0)