fix: simplify wallet choices and use bnb chain
This commit is contained in:
@@ -12,7 +12,7 @@ export function walletDeepLink(
|
||||
switch (kind) {
|
||||
case "tokenPocket":
|
||||
return `tpdapp://open?params=${encodeURIComponent(
|
||||
JSON.stringify({ url: dappUrl, chain: "ETH" }),
|
||||
JSON.stringify({ url: dappUrl, chain: "BSC" }),
|
||||
)}`;
|
||||
case "metaMask":
|
||||
return `https://metamask.app.link/dapp/${encodeURIComponent(
|
||||
|
||||
Reference in New Issue
Block a user