Skip to content

Commit ed9af27

Browse files
authored
update chainlink-sui (#22173)
1 parent 8ed46ea commit ed9af27

15 files changed

Lines changed: 43 additions & 43 deletions

File tree

core/scripts/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ require (
148148
github.com/bits-and-blooms/bitset v1.24.0 // indirect
149149
github.com/blang/semver/v4 v4.0.0 // indirect
150150
github.com/blendle/zapdriver v1.3.1 // indirect
151-
github.com/block-vision/sui-go-sdk v1.1.4 // indirect
151+
github.com/block-vision/sui-go-sdk v1.2.1 // indirect
152152
github.com/btcsuite/btcd v0.24.2 // indirect
153153
github.com/btcsuite/btcd/btcec/v2 v2.3.4 // indirect
154154
github.com/btcsuite/btcd/btcutil v1.1.6 // indirect
@@ -516,7 +516,7 @@ require (
516516
github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20260323124644-faea187e6997 // indirect
517517
github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260421131224-c46cbfe7bc6c // indirect
518518
github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260421131224-c46cbfe7bc6c // indirect
519-
github.com/smartcontractkit/chainlink-sui v0.0.0-20260409184948-5b16fae57fe0 // indirect
519+
github.com/smartcontractkit/chainlink-sui v0.0.0-20260420191233-429504ae18dc // indirect
520520
github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260409184948-5b16fae57fe0 // indirect
521521
github.com/smartcontractkit/chainlink-testing-framework/framework/components/fake v0.10.0 // indirect
522522
github.com/smartcontractkit/chainlink-testing-framework/parrot v0.6.2 // indirect

core/scripts/go.sum

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deployment/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ require (
1717
github.com/Masterminds/semver/v3 v3.4.0
1818
github.com/aptos-labs/aptos-go-sdk v1.12.1
1919
github.com/aws/aws-sdk-go v1.55.8
20-
github.com/block-vision/sui-go-sdk v1.1.4
20+
github.com/block-vision/sui-go-sdk v1.2.1
2121
github.com/deckarep/golang-set/v2 v2.8.0
2222
github.com/ethereum/go-ethereum v1.17.2
2323
github.com/fbsobreira/gotron-sdk v0.0.0-20250403083053-2943ce8c759b
@@ -54,7 +54,7 @@ require (
5454
github.com/smartcontractkit/chainlink-protos/orchestrator v0.10.0
5555
github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260421131224-c46cbfe7bc6c
5656
github.com/smartcontractkit/chainlink-solana/contracts v0.0.0-20260421131224-c46cbfe7bc6c
57-
github.com/smartcontractkit/chainlink-sui v0.0.0-20260409184948-5b16fae57fe0
57+
github.com/smartcontractkit/chainlink-sui v0.0.0-20260420191233-429504ae18dc
5858
github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260409184948-5b16fae57fe0
5959
github.com/smartcontractkit/chainlink-testing-framework/framework v0.15.16
6060
github.com/smartcontractkit/chainlink-testing-framework/lib v1.54.5

deployment/go.sum

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ require (
104104
github.com/smartcontractkit/chainlink-protos/storage-service v0.3.0
105105
github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20260323124644-faea187e6997
106106
github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260421131224-c46cbfe7bc6c
107-
github.com/smartcontractkit/chainlink-sui v0.0.0-20260409184948-5b16fae57fe0
107+
github.com/smartcontractkit/chainlink-sui v0.0.0-20260420191233-429504ae18dc
108108
github.com/smartcontractkit/chainlink-ton v0.0.0-20260415120434-cecc380f8d87
109109
github.com/smartcontractkit/cre-sdk-go v1.5.0
110110
github.com/smartcontractkit/cre-sdk-go/capabilities/networking/http v1.3.0
@@ -183,7 +183,7 @@ require (
183183
github.com/bgentry/speakeasy v0.1.1-0.20220910012023-760eaf8b6816 // indirect
184184
github.com/bits-and-blooms/bitset v1.24.0 // indirect
185185
github.com/blendle/zapdriver v1.3.1 // indirect
186-
github.com/block-vision/sui-go-sdk v1.1.4 // indirect
186+
github.com/block-vision/sui-go-sdk v1.2.1 // indirect
187187
github.com/btcsuite/btcd v0.24.2 // indirect
188188
github.com/btcsuite/btcd/btcec/v2 v2.3.4 // indirect
189189
github.com/btcsuite/btcd/btcutil v1.1.6 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration-tests/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ require (
3535
github.com/smartcontractkit/chainlink-evm v0.3.4-0.20260416173445-80f6efde0a03
3636
github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20260119171452-39c98c3b33cd
3737
github.com/smartcontractkit/chainlink-protos/job-distributor v0.18.0
38-
github.com/smartcontractkit/chainlink-sui v0.0.0-20260409184948-5b16fae57fe0
39-
github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260409184948-5b16fae57fe0
38+
github.com/smartcontractkit/chainlink-sui v0.0.0-20260420191233-429504ae18dc
39+
github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260420191233-429504ae18dc
4040
github.com/smartcontractkit/chainlink-testing-framework/lib v1.54.7
4141
github.com/smartcontractkit/chainlink-testing-framework/parrot v0.6.2
4242
github.com/smartcontractkit/chainlink-testing-framework/seth v1.51.5

integration-tests/go.sum

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration-tests/load/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -508,8 +508,8 @@ require (
508508
github.com/smartcontractkit/chainlink-protos/svr v1.1.1-0.20260203131522-bb8bc5c423b3 // indirect
509509
github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20260323124644-faea187e6997 // indirect
510510
github.com/smartcontractkit/chainlink-solana v1.1.2-0.20260421131224-c46cbfe7bc6c // indirect
511-
github.com/smartcontractkit/chainlink-sui v0.0.0-20260409184948-5b16fae57fe0 // indirect
512-
github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260409184948-5b16fae57fe0 // indirect
511+
github.com/smartcontractkit/chainlink-sui v0.0.0-20260420191233-429504ae18dc // indirect
512+
github.com/smartcontractkit/chainlink-sui/deployment v0.0.0-20260420191233-429504ae18dc // indirect
513513
github.com/smartcontractkit/chainlink-testing-framework/lib v1.54.7 // indirect
514514
github.com/smartcontractkit/chainlink-testing-framework/lib/grafana v1.51.0 // indirect
515515
github.com/smartcontractkit/chainlink-testing-framework/parrot v0.6.2 // indirect

integration-tests/load/go.sum

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)