From dcc849a12a5cbd63bb84b5fc3174451298344b74 Mon Sep 17 00:00:00 2001 From: Marko Cupic Date: Tue, 16 Jun 2026 09:47:33 +0200 Subject: [PATCH] fix(tilt): use namespace-agnostic stellar RPC URL --- Tiltfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tiltfile b/Tiltfile index fe0726b3e66..db30e2f0f9a 100644 --- a/Tiltfile +++ b/Tiltfile @@ -300,7 +300,7 @@ def build_node_yaml(): if stellar: container["command"] += [ "--stellarRPC", - "http://stellar.default.svc.cluster.local:8000/soroban/rpc", + "http://stellar:8000/soroban/rpc", "--stellarContract", "CBWQUIB4R65Z2DGC263FQ7BBI7TGIGOLFTYMLE6QPWBD5QDOUVJY3AKR", ]