From 9603f744658419a368c3613ea0c1426c35536d95 Mon Sep 17 00:00:00 2001 From: Mostafa Date: Mon, 13 Jan 2025 22:02:31 +0800 Subject: [PATCH] chore: update example config --- config/config.sample.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/config/config.sample.yml b/config/config.sample.yml index f647431..1c9b70d 100644 --- a/config/config.sample.yml +++ b/config/config.sample.yml @@ -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