Skip to content

Commit c74a0a8

Browse files
feat: enable intent handling for all EVM chains with TSS support
TICKET: COIN-7464
1 parent 0939244 commit c74a0a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/sdk-core/src/bitgo/utils/mpcUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ export abstract class MpcUtils {
191191
isTestTransaction: params.isTestTransaction,
192192
};
193193

194-
if (['eth', 'polygon', 'bsc', 'coredao', 'seievm'].includes(baseCoin.getFamily())) {
194+
if (baseCoin.isEVM() && baseCoin.supportsTss()) {
195195
switch (params.intentType) {
196196
case 'payment':
197197
case 'transferToken':

0 commit comments

Comments
 (0)