Skip to content

Commit b9ef148

Browse files
authored
Update chainlink-evm/gethwrappers version (#264)
1 parent f051994 commit b9ef148

File tree

5 files changed

+57
-66
lines changed

5 files changed

+57
-66
lines changed

.changeset/nasty-ears-hug.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"chainlink-deployments-framework": minor
3+
---
4+
5+
Update chainlink-evm gethwrappers version

chain/tron/provider/ctf_provider_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77

88
"github.com/fbsobreira/gotron-sdk/pkg/address"
99
chain_selectors "github.com/smartcontractkit/chain-selectors"
10-
"github.com/smartcontractkit/chainlink-evm/gethwrappers/shared/generated/link_token"
10+
"github.com/smartcontractkit/chainlink-evm/gethwrappers/shared/generated/initial/link_token"
1111
"github.com/stretchr/testify/assert"
1212
"github.com/stretchr/testify/require"
1313

chain/tron/provider/rpc_provider_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"github.com/avast/retry-go/v4"
1010
"github.com/fbsobreira/gotron-sdk/pkg/address"
1111
chain_selectors "github.com/smartcontractkit/chain-selectors"
12-
"github.com/smartcontractkit/chainlink-evm/gethwrappers/shared/generated/link_token"
12+
"github.com/smartcontractkit/chainlink-evm/gethwrappers/shared/generated/initial/link_token"
1313
"github.com/smartcontractkit/chainlink-testing-framework/framework/components/blockchain"
1414
"github.com/smartcontractkit/freeport"
1515
"github.com/stretchr/testify/assert"

go.mod

Lines changed: 13 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/smartcontractkit/chainlink-deployments-framework
22

3-
go 1.24.2
4-
5-
toolchain go1.24.3
3+
go 1.24.4
64

75
replace github.com/fbsobreira/gotron-sdk => github.com/smartcontractkit/chainlink-tron/relayer/gotron-sdk v0.0.4
86

@@ -20,7 +18,7 @@ require (
2018
github.com/smartcontractkit/chain-selectors v1.0.60
2119
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250520123946-6aaf88e0848a
2220
github.com/smartcontractkit/chainlink-common v0.7.1-0.20250425195105-d9eabb4a4519
23-
github.com/smartcontractkit/chainlink-evm v0.0.0-20250424162751-35c5921b8597
21+
github.com/smartcontractkit/chainlink-evm/gethwrappers v0.0.0-20250808121824-2c3544aab8f3
2422
github.com/smartcontractkit/chainlink-protos/job-distributor v0.12.0
2523
github.com/smartcontractkit/chainlink-testing-framework/framework v0.10.9
2624
github.com/smartcontractkit/chainlink-testing-framework/seth v1.51.2
@@ -68,7 +66,7 @@ require (
6866
github.com/bahlo/generic-list-go v0.2.0 // indirect
6967
github.com/benbjohnson/clock v1.3.5 // indirect
7068
github.com/beorn7/perks v1.0.1 // indirect
71-
github.com/bits-and-blooms/bitset v1.17.0 // indirect
69+
github.com/bits-and-blooms/bitset v1.20.0 // indirect
7270
github.com/blendle/zapdriver v1.3.1 // indirect
7371
github.com/btcsuite/btcd v0.24.2 // indirect
7472
github.com/btcsuite/btcd/btcec/v2 v2.3.4 // indirect
@@ -82,12 +80,11 @@ require (
8280
github.com/cockroachdb/errors v1.11.3 // indirect
8381
github.com/cockroachdb/fifo v0.0.0-20240606204812-0bbfbd93a7ce // indirect
8482
github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b // indirect
85-
github.com/cockroachdb/pebble v1.1.2 // indirect
83+
github.com/cockroachdb/pebble v1.1.5 // indirect
8684
github.com/cockroachdb/redact v1.1.5 // indirect
8785
github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 // indirect
8886
github.com/coder/websocket v1.8.12 // indirect
89-
github.com/consensys/bavard v0.1.22 // indirect
90-
github.com/consensys/gnark-crypto v0.14.0 // indirect
87+
github.com/consensys/gnark-crypto v0.18.0 // indirect
9188
github.com/containerd/log v0.1.0 // indirect
9289
github.com/containerd/platforms v1.0.0-rc.1 // indirect
9390
github.com/cpuguy83/dockercfg v0.3.2 // indirect
@@ -123,7 +120,7 @@ require (
123120
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
124121
github.com/gofrs/flock v0.12.1 // indirect
125122
github.com/gogo/protobuf v1.3.2 // indirect
126-
github.com/golang-jwt/jwt/v4 v4.5.1 // indirect
123+
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
127124
github.com/golang/protobuf v1.5.4 // indirect
128125
github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb // indirect
129126
github.com/google/go-cmp v0.7.0 // indirect
@@ -174,7 +171,6 @@ require (
174171
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
175172
github.com/mitchellh/mapstructure v1.5.1-0.20220423185008-bf980b35cac4 // indirect
176173
github.com/mitchellh/pointerstructure v1.2.0 // indirect
177-
github.com/mmcloughlin/addchain v0.4.0 // indirect
178174
github.com/moby/docker-image-spec v1.3.1 // indirect
179175
github.com/moby/patternmatcher v0.6.0 // indirect
180176
github.com/moby/sys/sequential v0.6.0 // indirect
@@ -266,16 +262,15 @@ require (
266262
go.uber.org/atomic v1.11.0 // indirect
267263
go.uber.org/multierr v1.11.0 // indirect
268264
go.uber.org/ratelimit v0.3.1 // indirect
269-
golang.org/x/crypto v0.38.0 // indirect
270-
golang.org/x/net v0.39.0 // indirect
271-
golang.org/x/sync v0.14.0 // indirect
272-
golang.org/x/sys v0.33.0 // indirect
273-
golang.org/x/term v0.32.0 // indirect
274-
golang.org/x/text v0.25.0 // indirect
265+
golang.org/x/crypto v0.40.0 // indirect
266+
golang.org/x/net v0.42.0 // indirect
267+
golang.org/x/sync v0.16.0 // indirect
268+
golang.org/x/sys v0.34.0 // indirect
269+
golang.org/x/term v0.33.0 // indirect
270+
golang.org/x/text v0.27.0 // indirect
275271
golang.org/x/time v0.10.0 // indirect
276-
golang.org/x/tools v0.32.0 // indirect
272+
golang.org/x/tools v0.35.0 // indirect
277273
google.golang.org/genproto/googleapis/api v0.0.0-20250227231956-55c901821b1e // indirect
278274
google.golang.org/genproto/googleapis/rpc v0.0.0-20250422160041-2d3770c4ea7f // indirect
279275
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
280-
rsc.io/tmplfunc v0.0.3 // indirect
281276
)

0 commit comments

Comments
 (0)