change coingecko and kraken rate fetch timeout config name

This commit is contained in:
2026-08-31 17:29:38 +02:00
parent ab7f384014
commit 93182aed75
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -251,12 +251,12 @@ class EnvironmentVariables {
@IsNotEmpty()
@IsNumber()
@Min(1)
KRAKEN_XMR_RATE_FETCH_TIMEOUT_MS: number;
KRAKEN_RATE_FETCH_TIMEOUT_MS: number;
@IsNotEmpty()
@IsNumber()
@Min(1)
COINGECKO_XMR_RATE_FETCH_TIMEOUT_MS: number;
COINGECKO_RATE_FETCH_TIMEOUT_MS: number;
@IsNotEmpty()
@IsString()