There was an error while loading. Please reload this page.
1 parent f789a06 commit b9e6f8fCopy full SHA for b9e6f8f
1 file changed
packages/scaffold-ui/src/views/w3m-get-wallet-view/index.ts
@@ -13,7 +13,7 @@ import { customElement } from '@reown/appkit-ui'
13
import '@reown/appkit-ui/wui-flex'
14
import '@reown/appkit-ui/wui-list-item'
15
16
-const EXPLORER = 'https://walletconnect.com/explorer'
+const EXPLORER = 'https://walletguide.walletconnect.network'
17
18
@customElement('w3m-get-wallet-view')
19
export class W3mGetWalletView extends LitElement {
@@ -29,7 +29,7 @@ export class W3mGetWalletView extends LitElement {
29
icon="externalLink"
30
size="sm"
31
@click=${() => {
32
- CoreHelperUtil.openHref('https://walletconnect.com/explorer?type=wallet', '_blank')
+ CoreHelperUtil.openHref('https://walletguide.walletconnect.network/', '_blank')
33
}}
34
></w3m-list-wallet>
35
</wui-flex>
0 commit comments