@tineon/t9n 0.1.3 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/types.d.ts +1 -1
- package/dist/types.js +1 -1
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -33,7 +33,7 @@ export type T9nHooks = {
|
|
|
33
33
|
error: string;
|
|
34
34
|
}) => void;
|
|
35
35
|
};
|
|
36
|
-
export declare const T9N_DEFAULT_API_BASE_URL = "https://slimepay.
|
|
36
|
+
export declare const T9N_DEFAULT_API_BASE_URL = "https://slimepay-server.up.railway.app";
|
|
37
37
|
export declare const checkoutConfigSchema: z.ZodObject<{
|
|
38
38
|
publicKey: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>;
|
|
39
39
|
amountNgn: z.ZodNumber;
|
package/dist/types.js
CHANGED
|
@@ -14,7 +14,7 @@ export const NATIVE_CURRENCIES = [
|
|
|
14
14
|
"FTM",
|
|
15
15
|
"HBAR",
|
|
16
16
|
];
|
|
17
|
-
export const T9N_DEFAULT_API_BASE_URL = "https://slimepay.
|
|
17
|
+
export const T9N_DEFAULT_API_BASE_URL = "https://slimepay-server.up.railway.app";
|
|
18
18
|
const trimmedString = () => z
|
|
19
19
|
.string()
|
|
20
20
|
.transform((v) => v.trim())
|