Commit 098c7b9c authored by eddie's avatar eddie Committed by GitHub

fix: update uniwallet wc link (#7450)

* fix: update uniwallet wc link

* fix: undo url change for redirect
parent a0d880cf
......@@ -78,8 +78,9 @@ export class UniwalletConnect extends WalletConnectV2 {
this.events.on(URI_AVAILABLE, (uri) => {
if (!uri) return
// Emits custom wallet connect code, parseable by the Uniswap Wallet
this.events.emit(UniwalletConnect.UNI_URI_AVAILABLE, `hello_uniwallet:${uri}`)
this.events.emit(UniwalletConnect.UNI_URI_AVAILABLE, `https://uniswap.org/app/wc?uri=${uri}`)
// Opens deeplink to Uniswap Wallet if on iOS
if (isIOS) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment