Skip to content

Commit 329cb92

Browse files
akarathclaude
andcommitted
feat(statics): add CUSTODY_BITGO_INDIA to CANTON_FEATURES default trust
Add CUSTODY_BITGO_INDIA to CANTON_FEATURES so that the India custody entity supports the same asset list as BitGo Bank and Trust (BBT). This aligns CANTON_FEATURES with ACCOUNT_COIN_DEFAULT_FEATURES, where CUSTODY_BITGO_INDIA is already present alongside all other default trusts. Also adds ECO- to commitlint issuePrefixes to support Linear ECO tickets. Ticket: ECO-15 Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
1 parent 090ffaf commit 329cb92

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)