export const serverSdkBaseUrl = { dev: 'https://dev.omnipay-sdk.pages.dev/', prod: 'https://sdk.ompy.ng/', }; export const clientSdkBaseUrl = { dev: 'https://omnipay-websdk.vercel.app/', prod: 'https://websdk.ompy.ng/', }; export const faceVerificationSdkBaseUrl = { dev: 'https://faceauth-dev.ompy.ng/', prod: 'https://faceauth.ompy.ng/', };