diff --git a/modules/statics/src/coins.ts b/modules/statics/src/coins.ts index 17f597ae00..28ada29df6 100644 --- a/modules/statics/src/coins.ts +++ b/modules/statics/src/coins.ts @@ -184,6 +184,11 @@ const POLYGON_FEATURES = [ CoinFeature.MPCV2, CoinFeature.STUCK_TRANSACTION_MANAGEMENT_TSS, ]; +const POL_FEATURES = [ + ...AccountCoin.DEFAULT_FEATURES, + CoinFeature.CUSTODY_BITGO_GERMANY, + CoinFeature.CUSTODY_BITGO_FRANKFURT, +]; const SOL_FEATURES = [ ...AccountCoin.DEFAULT_FEATURES, CoinFeature.TSS, @@ -5631,7 +5636,8 @@ export const coins = CoinMap.fromCoins([ 'Polygon Ecosystem Token', 18, '0x455e53cbb86018ac2b8092fdcd39d8444affc3f6', - UnderlyingAsset.POL + UnderlyingAsset.POL, + POL_FEATURES ), erc20( 'c49d4a7f-17ff-424a-8c6b-18ed6b265af6', diff --git a/modules/statics/test/unit/coins.ts b/modules/statics/test/unit/coins.ts index 4d1557d2c7..c91f400998 100644 --- a/modules/statics/test/unit/coins.ts +++ b/modules/statics/test/unit/coins.ts @@ -111,6 +111,7 @@ const custodyFeatures: Record = { CoinFeature.CUSTODY_BITGO_FRANKFURT, ], }, + pol: { features: [CoinFeature.CUSTODY_BITGO_GERMANY, CoinFeature.CUSTODY_BITGO_FRANKFURT] }, xrp: { features: [ CoinFeature.CUSTODY_BITGO_GERMANY,