From 6f1dbef0a37d7e59f8ed1aed1754bf0439d3d580 Mon Sep 17 00:00:00 2001 From: Tsachi Herman <24438559+tsachiherman@users.noreply.github.com> Date: Tue, 24 Oct 2023 13:22:28 -0400 Subject: [PATCH] fix friendbot url --- testnet/soroban-rpc/etc/soroban-rpc.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testnet/soroban-rpc/etc/soroban-rpc.cfg b/testnet/soroban-rpc/etc/soroban-rpc.cfg index 71bec1f7..e969fbb0 100644 --- a/testnet/soroban-rpc/etc/soroban-rpc.cfg +++ b/testnet/soroban-rpc/etc/soroban-rpc.cfg @@ -1,6 +1,6 @@ ENDPOINT="localhost:8003" ADMIN_ENDPOINT="__SOROBAN_RPC_ADMIN_ENDPOINT__" -FRIENDBOT_URL="https://friendbot-testnet.stellar.org/" +FRIENDBOT_URL="https://friendbot.stellar.org/" NETWORK_PASSPHRASE="__NETWORK__" STELLAR_CORE_URL="http://localhost:11626" CAPTIVE_CORE_CONFIG_PATH="/opt/stellar/soroban-rpc/etc/stellar-captive-core.cfg"