Updated on 2026-08-14

This commit is contained in:
Tangem 2022-08-18 12:35:41 +04:00
parent e7c1afe000
commit 5d13f006d8

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)
}