Skip to content

Commit 37b3d0d

Browse files
committed
Bump devnet to 0.8.0
1 parent e9e0c73 commit 37b3d0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

starknet_py/tests/install_devnet.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e
33

44
DEVNET_INSTALL_DIR="$(git rev-parse --show-toplevel)/starknet_py/tests/e2e/devnet/bin"
55
DEVNET_REPO="https://github.com/0xSpaceShard/starknet-devnet"
6-
DEVNET_VERSION="v0.8.0-rc.0"
6+
DEVNET_VERSION="v0.8.0"
77

88
require_cmd() {
99
if ! command -v "$1" >/dev/null 2>&1; then

0 commit comments

Comments
 (0)