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.
2 parents c2bf90c + d37c284 commit 31f0780Copy full SHA for 31f0780
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.19"
+CORETH_VER="v0.3.20"
17
18
CORETH_PATH="$GOPATH/pkg/mod/github.com/ava-labs/coreth@$CORETH_VER"
19
0 commit comments