diff --git a/blockchain/blockchain.go b/blockchain/blockchain.go index c4e2b7cfe8..e3ace76eb9 100644 --- a/blockchain/blockchain.go +++ b/blockchain/blockchain.go @@ -51,7 +51,7 @@ type Reader interface { var ( ErrParentDoesNotMatchHead = errors.New("block's parent hash does not match head block hash") - supportedStarknetVersion = semver.MustParse("0.13.0") + supportedStarknetVersion = semver.MustParse("0.13.1") ) func checkBlockVersion(protocolVersion string) error {