Skip to content

Commit

Permalink
update versions and use subnet-evm rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Lam committed Sep 26, 2023
1 parent 99f1028 commit a237e9f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ go 1.18
require (
github.com/ava-labs/avalanche-network-runner v1.7.2
github.com/ava-labs/avalanchego v1.10.10
github.com/ava-labs/coreth v0.12.5-rc.6
github.com/ava-labs/subnet-evm v0.5.6
github.com/ethereum/go-ethereum v1.12.0
github.com/onsi/ginkgo/v2 v2.12.0
Expand All @@ -21,6 +20,7 @@ require (

require (
github.com/Microsoft/go-winio v0.5.2 // indirect
github.com/ava-labs/coreth v0.12.5-rc.6 // indirect
github.com/cockroachdb/errors v1.9.1 // indirect
github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b // indirect
github.com/cockroachdb/pebble v0.0.0-20230209160836-829675f94811 // indirect
Expand Down
6 changes: 3 additions & 3 deletions scripts/versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# See the file LICENSE for licensing terms.

# Set up the versions to be used
AWM_RELAYER_VERSION=${AWM_RELAYER_VERSION:-'v0.2.1'}
SUBNET_EVM_VERSION=${SUBNET_EVM_VERSION:-'v0.5.4'}
AWM_RELAYER_VERSION=${AWM_RELAYER_VERSION:-'v0.2.2'}
SUBNET_EVM_VERSION=${SUBNET_EVM_VERSION:-'v0.5.6'}
# Don't export them as they're used in the context of other calls
AVALANCHE_VERSION=${AVALANCHE_VERSION:-'v1.10.9'}
AVALANCHE_VERSION=${AVALANCHE_VERSION:-'v1.10.10'}
GINKGO_VERSION=${GINKGO_VERSION:-'v2.2.0'}
2 changes: 1 addition & 1 deletion tests/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ import (
"github.com/ava-labs/awm-relayer/messages/teleporter"
"github.com/ava-labs/awm-relayer/peers"
relayerEvm "github.com/ava-labs/awm-relayer/vms/evm"
"github.com/ava-labs/coreth/rpc"
"github.com/ava-labs/subnet-evm/core/types"
"github.com/ava-labs/subnet-evm/ethclient"
"github.com/ava-labs/subnet-evm/plugin/evm"
"github.com/ava-labs/subnet-evm/rpc"
"github.com/ava-labs/subnet-evm/tests/utils/runner"
predicateutils "github.com/ava-labs/subnet-evm/utils/predicate"
warpPayload "github.com/ava-labs/subnet-evm/warp/payload"
Expand Down

0 comments on commit a237e9f

Please sign in to comment.