Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import math

DEFAULT_NUM_N = 5
DEFAULT_NUM_NPN = 5
DEFAULT_NUM_NPN = 10
DEFAULT_REGION = 'us-west-1'

def main():
Expand Down Expand Up @@ -176,7 +176,8 @@ def gen_network_tpl_from_rules_v2(path):
network = {
'relays': num_relays,
'nodes': num_n,
'npn': num_npn
'npn': num_npn,
'wallets': num_n,
Comment thread
algobarb marked this conversation as resolved.
}

instances = {
Expand Down