Updated on 2026-08-14

This commit is contained in:
Tangem 2025-05-19 22:49:30 +07:00
parent 37ad3e6846
commit db1d205bae
8 changed files with 91 additions and 2 deletions

View file

@ -53,6 +53,7 @@ internal class WcRoutingModel @Inject constructor(
WcEthMethodName.SendTransaction -> TODO()
WcSolanaMethodName.SignTransaction -> TODO()
WcSolanaMethodName.SendAllTransaction -> TODO()
WcEthMethodName.AddEthereumChain -> TODO()
is WcMethodName.Unsupported -> TODO()
}
}