diff --git a/commitlint.config.js b/commitlint.config.js index 7774c2d6d3..90853d35ab 100644 --- a/commitlint.config.js +++ b/commitlint.config.js @@ -40,6 +40,7 @@ module.exports = { 'DOS-', 'DX-', 'EA-', + 'ECO-', 'ERC20-', 'FAC-', 'GNA-', diff --git a/modules/statics/src/coinFeatures.ts b/modules/statics/src/coinFeatures.ts index d03c661bb1..324930814a 100644 --- a/modules/statics/src/coinFeatures.ts +++ b/modules/statics/src/coinFeatures.ts @@ -769,6 +769,7 @@ export const CANTON_FEATURES = [ CoinFeature.CUSTODY_BITGO_SINGAPORE, CoinFeature.CUSTODY_BITGO_EUROPE_APS, CoinFeature.CUSTODY_BITGO_FRANKFURT, + CoinFeature.CUSTODY_BITGO_INDIA, CoinFeature.SUPPORTS_ONE_STEP_DEPOSIT, CoinFeature.REQUIRES_WALLET_INITIALIZATION_TRANSACTION, CoinFeature.REQUIRES_DEPOSIT_ACCEPTANCE_TRANSACTION,