We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76dd516 commit b89ba31Copy full SHA for b89ba31
scripts/build_coreth.sh
@@ -13,7 +13,7 @@ BUILD_DIR="$AVALANCHE_PATH/build" # Where binaries go
13
PLUGIN_DIR="$BUILD_DIR/plugins" # Where plugin binaries (namely coreth) go
14
BINARY_PATH="$PLUGIN_DIR/evm"
15
16
-CORETH_VER="v0.3.21"
+CORETH_VER="v0.3.22"
17
18
CORETH_PATH="$GOPATH/pkg/mod/github.com/ava-labs/coreth@$CORETH_VER"
19
0 commit comments