Skip to content

Commit b9e6f8f

Browse files
authored
fix: update wallet explorer URL in W3M Get Wallet View (#5647)
1 parent f789a06 commit b9e6f8f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • packages/scaffold-ui/src/views/w3m-get-wallet-view

packages/scaffold-ui/src/views/w3m-get-wallet-view/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { customElement } from '@reown/appkit-ui'
1313
import '@reown/appkit-ui/wui-flex'
1414
import '@reown/appkit-ui/wui-list-item'
1515

16-
const EXPLORER = 'https://walletconnect.com/explorer'
16+
const EXPLORER = 'https://walletguide.walletconnect.network'
1717

1818
@customElement('w3m-get-wallet-view')
1919
export class W3mGetWalletView extends LitElement {
@@ -29,7 +29,7 @@ export class W3mGetWalletView extends LitElement {
2929
icon="externalLink"
3030
size="sm"
3131
@click=${() => {
32-
CoreHelperUtil.openHref('https://walletconnect.com/explorer?type=wallet', '_blank')
32+
CoreHelperUtil.openHref('https://walletguide.walletconnect.network/', '_blank')
3333
}}
3434
></w3m-list-wallet>
3535
</wui-flex>

0 commit comments

Comments
 (0)