We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2312d8f commit 9603f74Copy full SHA for 9603f74
config/config.sample.yml
@@ -4,16 +4,13 @@ bot_name: "Pagu-Development"
4
network: "Mainnet"
5
6
# Pactus clients
7
-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.
8
9
# List of Pactus nodes Pagu can connect to for information.
10
# These nodes must have public gRPC endpoints.
11
network_nodes:
12
[
13
"bootstrap1.pactus.org:50051",
14
- "bootstrap2.pactus.org:50051",
15
- "bootstrap3.pactus.org:50051",
16
- "bootstrap4.pactus.org:50051",
17
]
18
19
# Wallet configuration
0 commit comments