Skip to content

Commit

Permalink
Add 0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky committed Aug 28, 2024
1 parent eae419e commit 2ac00ed
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 @@ -30,7 +30,7 @@ func createParser(
"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.3",
"0.13.0", "0.13.1", "0.13.1.1":
"0.13.0", "0.13.1", "0.13.1.1", "0.13.2":
return v0.New(resolver, cache, blocks), nil
default:
return nil, errors.Errorf("unknown starknet version: %s", *version)
Expand Down

0 comments on commit 2ac00ed

Please sign in to comment.