Skip to content

Commit 732c2cd

Browse files
committed
feat(hubble): testnet feature for lenient rpc handling
1 parent b3b3ed7 commit 732c2cd

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)