Skip to content

Commit e4ffda5

Browse files
authored
Merge pull request #6372 from BitGo/WIN-6022
feat(statics): add non-packed encoding feature for Soneium
2 parents e420ca2 + ae0afae commit e4ffda5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/statics/src/coinFeatures.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -523,6 +523,7 @@ export const SONEIUM_FEATURES = [
523523
CoinFeature.MULTISIG,
524524
CoinFeature.MULTISIG_COLD,
525525
CoinFeature.MULTISIG_SUPPORT_GATED,
526+
CoinFeature.USES_NON_PACKED_ENCODING_FOR_TXDATA,
526527
];
527528

528529
export const POLYX_FEATURES = [...ACCOUNT_COIN_DEFAULT_FEATURES, CoinFeature.TSS, CoinFeature.TSS_COLD];

0 commit comments

Comments
 (0)