Skip to content

Commit fadf7c7

Browse files
authored
feat: add MXN support on test wallet (#1760)
1 parent 211ad75 commit fadf7c7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/wallet/backend/src/gatehub/consts.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ export const SANDBOX_VAULT_IDS: Record<string, string> = {
3131
USD: '450d2156-132a-4d3f-88c5-74822547658d',
3232
EUR: 'a09a0a2c-1a3a-44c5-a1b9-603a6eea9341',
3333
GBP: '992b932d-7e9e-44b0-90ea-b82a530b6784',
34-
ZAR: 'f1c412ce-5e2b-4737-9121-b7c11d6c3f93'
34+
ZAR: 'f1c412ce-5e2b-4737-9121-b7c11d6c3f93',
35+
MXN: '426c2e30-111e-4273-92b3-508445a6bb58'
3536
}
3637
export const PRODUCTION_VAULT_IDS: Record<string, string> = {
3738
USD: '5e1ff913-96d4-45ab-b7a3-04197a59fe06',

0 commit comments

Comments
 (0)