Skip to content

Commit 82e8bf9

Browse files
Merge pull request #8020 from BitGo/COIN-7464-fix-populateIntent
feat: enable intent handling for all EVM chains with TSS support
2 parents 4655df4 + c74a0a8 commit 82e8bf9

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)