Add KYC profile integration and SupplierInfoBlock component
Some checks failed
Build Docker Image / build (push) Failing after 2m51s

This commit is contained in:
Ruslan Bakiev
2026-01-21 09:19:44 +07:00
parent d8befc8b9f
commit ace458ed7e
10 changed files with 159 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ const RESOURCE_MAP: Record<Api, string> = {
const CLIENT_MAP: Record<string, string> = {
'public:exchange': 'default',
'public:geo': 'publicGeo',
'public:kyc': 'publicKyc',
'user:teams': 'teamsUser',
'user:kyc': 'kycUser',
'team:teams': 'teamsTeam',