Skip to content

Commit b808b10

Browse files
Merge pull request #6042 from BitGo/WIN-5300
fix(statics): add ICP feature to use sha256
2 parents a4b9db6 + 3fc8984 commit b808b10

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)