Skip to content

Commit

Permalink
update sample public fullnode config
Browse files Browse the repository at this point in the history
  • Loading branch information
msmouse authored and aptos-bot committed Apr 29, 2022
1 parent 6e31743 commit 77a0430
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/src/config/test_data/public_full_node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ base:
waypoint:
# Update this value to that which the blockchain publicly provides. Please regard the directions
# below on how to safely manage your genesis_file_location with respect to the waypoint.
from_config: "0:01234567890ABCDEFFEDCA098765421001234567890ABCDEFFEDCA0987654210"
from_file: "/full/path/to/waypoint.txt"

execution:
# Update this to the location to where the genesis.blob is stored, prefer fullpaths
# Note, this must be paired with a waypoint. If you update your waypoint without a
# corresponding genesis, the file location should be an empty path.
genesis_file_location: "/full/path/to/genesis"
genesis_file_location: "/full/path/to/genesis.blob"

full_node_networks:
- discovery_method: "onchain"
Expand Down

0 comments on commit 77a0430

Please sign in to comment.