move custom wallet sync to services backend

This commit is contained in:
Mononaut
2024-09-27 21:51:32 +00:00
parent 3f8eb3a2cd
commit 54c2d7efe5
2 changed files with 19 additions and 26 deletions

View File

@@ -164,11 +164,7 @@ interface IConfig {
},
WALLETS: {
ENABLED: boolean;
WALLETS: {
url: string;
name: string;
apiKey: string;
}[];
WALLETS: string[];
}
}