Skip to content

Commit 3068ac1

Browse files
Merge pull request #7509 from BitGo/manas/WIN-7315-jurisdiction-feature-collection
feat: add a new list for all the jurisdiction related coin features
2 parents 81db8d6 + d74144b commit 3068ac1

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

modules/statics/src/coinFeatures.ts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
import { CoinFeature } from './base';
22
import { Ada } from './ada';
33

4+
//list of all the jurisdictions where BitGo Custody is available
5+
export const BITGO_CUSTODY_JURISDICTIONS = [
6+
CoinFeature.CUSTODY_BITGO_TRUST,
7+
CoinFeature.CUSTODY_BITGO_MENA_FZE,
8+
CoinFeature.CUSTODY_BITGO_CUSTODY_MENA_FZE,
9+
CoinFeature.CUSTODY_BITGO_SINGAPORE,
10+
CoinFeature.CUSTODY_BITGO_KOREA,
11+
CoinFeature.CUSTODY_BITGO_EUROPE_APS,
12+
CoinFeature.CUSTODY_BITGO_GERMANY,
13+
CoinFeature.CUSTODY_BITGO_FRANKFURT,
14+
CoinFeature.CUSTODY_BITGO_NEW_YORK,
15+
CoinFeature.CUSTODY_BITGO_SWITZERLAND,
16+
CoinFeature.CUSTODY_BITGO_SISTER_TRUST_ONE,
17+
CoinFeature.CUSTODY_BITGO_INDIA,
18+
];
19+
420
export const ACCOUNT_COIN_DEFAULT_FEATURES = [
521
CoinFeature.ACCOUNT_MODEL,
622
CoinFeature.REQUIRES_BIG_NUMBER,

0 commit comments

Comments
 (0)