Skip to content

Commit 3fc8984

Browse files
committed
fix(statics): add ICP feature to use sha256
Ticket: WIN-5300
1 parent f459d74 commit 3fc8984

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
@@ -422,6 +422,7 @@ export const ICP_FEATURES = [
422422
CoinFeature.TSS_COLD,
423423
CoinFeature.MPCV2,
424424
CoinFeature.SUPPORTS_TOKENS,
425+
CoinFeature.SHA256_WITH_ECDSA_TSS,
425426
];
426427

427428
export const TAO_FEATURES = [

0 commit comments

Comments
 (0)