File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 11import { CoinFeature } from './base' ;
22import { 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+
420export const ACCOUNT_COIN_DEFAULT_FEATURES = [
521 CoinFeature . ACCOUNT_MODEL ,
622 CoinFeature . REQUIRES_BIG_NUMBER ,
You can’t perform that action at this time.
0 commit comments