Skip to content

Commit 23e8786

Browse files
authored
feat(statics): add CUSTODY_BITGO_INDIA to CANTON_FEATURES default trust
2 parents 681c554 + 329cb92 commit 23e8786

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

commitlint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ module.exports = {
4040
'DOS-',
4141
'DX-',
4242
'EA-',
43+
'ECO-',
4344
'ERC20-',
4445
'FAC-',
4546
'GNA-',

modules/statics/src/coinFeatures.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -769,6 +769,7 @@ export const CANTON_FEATURES = [
769769
CoinFeature.CUSTODY_BITGO_SINGAPORE,
770770
CoinFeature.CUSTODY_BITGO_EUROPE_APS,
771771
CoinFeature.CUSTODY_BITGO_FRANKFURT,
772+
CoinFeature.CUSTODY_BITGO_INDIA,
772773
CoinFeature.SUPPORTS_ONE_STEP_DEPOSIT,
773774
CoinFeature.REQUIRES_WALLET_INITIALIZATION_TRANSACTION,
774775
CoinFeature.REQUIRES_DEPOSIT_ACCEPTANCE_TRANSACTION,

0 commit comments

Comments
 (0)