Skip to content

Commit

Permalink
update mainnet configs
Browse files Browse the repository at this point in the history
  • Loading branch information
atvanguard committed Nov 1, 2023
1 parent 319cf27 commit 25bbab1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion network-configs/hubblenet/chain_api_node.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"priority-regossip-max-txs": 32,
"priority-regossip-txs-per-address": 20,
"priority-regossip-addresses": ["0x8747adFCE380492ec7e9b78761Ec7C87F5Cd3d4F"],
"continuous-profiler-dir": "/home/ubuntu/.avalanchego/profiles/hubblenet/continuous/",
"continuous-profiler-dir": "/var/avalanche/profiles/hubblenet/continuous/",
"continuous-profiler-max-files": 200,
"continuous-profiler-frequency": "10m",
"coreth-admin-api-enabled": true,
Expand Down
2 changes: 1 addition & 1 deletion network-configs/hubblenet/chain_archival_node.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"priority-regossip-max-txs": 32,
"priority-regossip-txs-per-address": 20,
"priority-regossip-addresses": ["0x8747adFCE380492ec7e9b78761Ec7C87F5Cd3d4F"],
"continuous-profiler-dir": "/home/ubuntu/.avalanchego/profiles/hubblenet/continuous/",
"continuous-profiler-dir": "/var/avalanche/profiles/hubblenet/continuous/",
"continuous-profiler-max-files": 200,
"continuous-profiler-frequency": "10m",
"coreth-admin-api-enabled": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"priority-regossip-max-txs": 32,
"priority-regossip-txs-per-address": 20,
"priority-regossip-addresses": ["0x8747adFCE380492ec7e9b78761Ec7C87F5Cd3d4F"],
"continuous-profiler-dir": "/home/ubuntu/.avalanchego/profiles/hubblenet/continuous/",
"continuous-profiler-dir": "/var/avalanche/profiles/hubblenet/continuous/",
"continuous-profiler-max-files": 200,
"continuous-profiler-frequency": "10m",
"validator-private-key-file": "/home/ubuntu/validator.pk",
"feeRecipient": "<insert address corresponding to private key above>",
"validator-private-key-file": "/var/avalanche/validator.pk",
"feeRecipient": "0xa5e31FbE901362Cc93b6fdab99DB9741c673a942",
"is-validator": true
}

0 comments on commit 25bbab1

Please sign in to comment.