Skip to content

Commit

Permalink
Support 0.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky committed Dec 18, 2023
1 parent e217f3c commit 86f7641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/indexer/parser/parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func createParser(
case "0.9.1",
"0.10.0", "0.10.1", "0.10.2", "0.10.3",
"0.11.0", "0.11.0.2", "0.11.1", "0.11.2",
"0.12.0", "0.12.1", "0.12.2":
"0.12.0", "0.12.1", "0.12.2", "0.12.3":
return v0.New(resolver, cache, blocks), nil
default:
return nil, errors.Errorf("unknown starknet version: %s", *version)
Expand Down

0 comments on commit 86f7641

Please sign in to comment.