diff options
Diffstat (limited to 'main/tollgate_platform.c')
| -rw-r--r-- | main/tollgate_platform.c | 2 |
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) | |||
| 22 | static const char *platform_get_mint_url(void) | 22 | static 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 | ||
| 28 | static const char *platform_get_metric(void) | 28 | static const char *platform_get_metric(void) |