Updated on 2026-08-14
This commit is contained in:
commit
518e4f6819
1 changed files with 3 additions and 0 deletions
|
|
@ -12,6 +12,9 @@ class WalletConnectNetworkUtils {
|
|||
peer: WCPeerMeta,
|
||||
): Blockchain? {
|
||||
return when {
|
||||
peer.url.contains("pancakeswap.finance") -> {
|
||||
Blockchain.BSC
|
||||
}
|
||||
chainId != null -> {
|
||||
Blockchain.fromChainId(chainId)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue