Skip to content

Commit

Permalink
feat(hubble): scroll consensus height indexer (#2679)
Browse files Browse the repository at this point in the history
  • Loading branch information
qlp authored Aug 6, 2024
2 parents 5edcd52 + 477514b commit d4b4a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hubble/hubble.nix
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
};

# scroll
options.scroll_api_client = mkOption {
options.scroll_api_url = mkOption {
type = types.nullOr types.str;
default = null;
};
Expand Down

0 comments on commit d4b4a40

Please sign in to comment.