Updated on 2026-08-14

This commit is contained in:
Tangem 2022-09-19 08:21:29 +04:00
commit 518e4f6819

View file

@ -12,6 +12,9 @@ class WalletConnectNetworkUtils {
peer: WCPeerMeta,
): Blockchain? {
return when {
peer.url.contains("pancakeswap.finance") -> {
Blockchain.BSC
}
chainId != null -> {
Blockchain.fromChainId(chainId)
}