Skip to content

Commit 9603f74

Browse files
committed
chore: update example config
1 parent 2312d8f commit 9603f74

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

config/config.sample.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,13 @@ bot_name: "Pagu-Development"
44
network: "Mainnet"
55

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

99
# List of Pactus nodes Pagu can connect to for information.
1010
# These nodes must have public gRPC endpoints.
1111
network_nodes:
1212
[
1313
"bootstrap1.pactus.org:50051",
14-
"bootstrap2.pactus.org:50051",
15-
"bootstrap3.pactus.org:50051",
16-
"bootstrap4.pactus.org:50051",
1714
]
1815

1916
# Wallet configuration

0 commit comments

Comments
 (0)