upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/main/tollgate_platform.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/tollgate_platform.c')
-rw-r--r--main/tollgate_platform.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/tollgate_platform.c b/main/tollgate_platform.c
index 4083c4e..fe8ac2d 100644
--- a/main/tollgate_platform.c
+++ b/main/tollgate_platform.c
@@ -22,7 +22,7 @@ static int32_t platform_get_step_ms(void)
22static const char *platform_get_mint_url(void) 22static const char *platform_get_mint_url(void)
23{ 23{
24 const tollgate_config_t *cfg = tollgate_config_get(); 24 const tollgate_config_t *cfg = tollgate_config_get();
25 return cfg ? cfg->mint_url : "https://testnut.cashu.space"; 25 return cfg ? cfg->mint_url : "https://testnut-nutshell.mints.orangesync.tech";
26} 26}
27 27
28static const char *platform_get_metric(void) 28static const char *platform_get_metric(void)