Skip to content

Commit

Permalink
chore: update example config
Browse files Browse the repository at this point in the history
  • Loading branch information
b00f committed Jan 13, 2025
1 parent 2312d8f commit 9603f74
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions config/config.sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,13 @@ bot_name: "Pagu-Development"
network: "Mainnet"

# Pactus clients
local_node: "localhost:50051" # Address of the local Pactus node for direct communication.
local_node: "bootstrap1.pactus.org:50051" # Address of the local Pactus node for direct communication.

# List of Pactus nodes Pagu can connect to for information.
# These nodes must have public gRPC endpoints.
network_nodes:
[
"bootstrap1.pactus.org:50051",
"bootstrap2.pactus.org:50051",
"bootstrap3.pactus.org:50051",
"bootstrap4.pactus.org:50051",
]

# Wallet configuration
Expand Down

0 comments on commit 9603f74

Please sign in to comment.