UNPKG

@yoroi/exchange

Version:

The Exchange package of Yoroi SDK

9 lines (8 loc) 186 B
export const baseUrlAdapter = (baseUrl: string, providerId: string) => { switch (providerId) { case 'encryptus': return `${baseUrl}/` default: return baseUrl } }