Skip to content

Commit ff0ddca

Browse files
authored
feat: Add support for COP (#2196)
Update consts.ts
1 parent dcdc253 commit ff0ddca

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
@@ -37,7 +37,8 @@ export const SANDBOX_VAULT_IDS: Record<string, string> = {
3737
CAD: 'bd5af6fe-5d92-4b20-9bd4-1baa52b7a02e',
3838
EGG: '9a550347-799e-4c10-9142-f1a2e1c084e7',
3939
PEB: '0ba2b0d1-b7a2-416c-a4ac-1cb3e5281300',
40-
PKR: '2868b4e5-7178-4945-8ec5-8208fac2a22d'
40+
PKR: '2868b4e5-7178-4945-8ec5-8208fac2a22d',
41+
COP: '3926d00f-e12d-42a7-a273-bfb221cf299d'
4142
}
4243
export const PRODUCTION_VAULT_IDS: Record<string, string> = {
4344
USD: '5e1ff913-96d4-45ab-b7a3-04197a59fe06',

0 commit comments

Comments
 (0)