Skip to content

Commit 73a8a76

Browse files
authored
feat(hubble): testnet feature for lenient rpc handling (#4050)
2 parents b64cae5 + 9c4fa54 commit 73a8a76

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

hubble/hubble.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,11 @@
101101
example = 1;
102102
default = 200;
103103
};
104+
options.testnet = mkOption {
105+
type = types.nullOr types.bool;
106+
default = null;
107+
description = "Testnet (default false)";
108+
};
104109
options.tx_search_max_page_size = mkOption {
105110
type = types.int;
106111
description = "Maximum number of transactions to fetch in one page";

0 commit comments

Comments
 (0)