We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 211ad75 commit fadf7c7Copy full SHA for fadf7c7
1 file changed
packages/wallet/backend/src/gatehub/consts.ts
@@ -31,7 +31,8 @@ export const SANDBOX_VAULT_IDS: Record<string, string> = {
31
USD: '450d2156-132a-4d3f-88c5-74822547658d',
32
EUR: 'a09a0a2c-1a3a-44c5-a1b9-603a6eea9341',
33
GBP: '992b932d-7e9e-44b0-90ea-b82a530b6784',
34
- ZAR: 'f1c412ce-5e2b-4737-9121-b7c11d6c3f93'
+ ZAR: 'f1c412ce-5e2b-4737-9121-b7c11d6c3f93',
35
+ MXN: '426c2e30-111e-4273-92b3-508445a6bb58'
36
}
37
export const PRODUCTION_VAULT_IDS: Record<string, string> = {
38
USD: '5e1ff913-96d4-45ab-b7a3-04197a59fe06',
0 commit comments