Skip to content

Commit

Permalink
Add support of 0.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky committed Sep 11, 2024
1 parent 2fb3012 commit 3902723
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.2", "0.13.2.1":
"0.13.0", "0.13.1", "0.13.1.1", "0.13.2", "0.13.2.1", "0.13.3":
return v0.New(resolver, cache, blocks), nil
default:
return nil, errors.Errorf("unknown starknet version: %s", *version)
Expand Down

0 comments on commit 3902723

Please sign in to comment.