Skip to content

Conversation

@venkateshv1266
Copy link
Contributor

Summary

  • Replaced hardcoded EVM chain list with dynamic check using baseCoin.isEVM() && baseCoin.supportsTss()
  • Enables intent handling for all EVM chains that support TSS/MPC automatically
  • Improves maintainability by removing need to update hardcoded chain lists for new EVM chains

Test plan

  • Verify existing EVM chains (eth, polygon, bsc, coredao, seievm) continue to work
  • Test that new EVM chains with TSS support are automatically enabled
  • Ensure non-EVM chains or EVM chains without TSS are not affected

CLOSES TICKET: COIN-7464

@venkateshv1266 venkateshv1266 marked this pull request as ready for review February 2, 2026 13:28
@venkateshv1266 venkateshv1266 requested review from a team as code owners February 2, 2026 13:28
@venkateshv1266
Copy link
Contributor Author

We have existing tests for previously hardcoded chains. Hence no need to add new one.

@venkateshv1266 venkateshv1266 merged commit 82e8bf9 into master Feb 2, 2026
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants