Skip to content

Commit ae0afae

Browse files
committed
feat(statics): add non-packed encoding feature for Soneium
Ticket: WIN-6022
1 parent e420ca2 commit ae0afae

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)