change coingecko and kraken rate fetch timeout config name
This commit is contained in:
@@ -84,12 +84,12 @@ export interface MulterConfig {
|
||||
|
||||
export interface CoingeckoConfig {
|
||||
apiBaseUrl: string;
|
||||
xmrRateFetchTimeoutMs: number;
|
||||
rateFetchTimeoutMs: number;
|
||||
}
|
||||
|
||||
export interface KrakenConfig {
|
||||
apiBaseUrl: string;
|
||||
xmrRateFetchTimeoutMs: number;
|
||||
rateFetchTimeoutMs: number;
|
||||
}
|
||||
|
||||
export interface EncryptionConfig {
|
||||
|
||||
Reference in New Issue
Block a user