Skip to content

Commit 73d3f84

Browse files
CassioMGclaude
andcommitted
fix: update Freighter WalletConnect Explorer id to match live listing
The id previously hardcoded in WalletConnectModule's default featuredWalletIds array no longer exists in the live WalletConnect Cloud Explorer, which is what Reown AppKit resolves featuredWalletIds against. As a result, Freighter was silently absent from the featured row of the WalletConnect modal for every dApp using this kit. Swap in the current Explorer id for Freighter. Verified via: https://explorer-api.walletconnect.com/v3/wallets?projectId=<any>&search=freighter Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent a5b29ec commit 73d3f84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sdk/modules/wallet-connect.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export class WalletConnectModule implements ModuleInterface {
6767
// We use "as any" here because the AppKit types are not correct after the package got updated
6868
networks: [mainnet as any],
6969
featuredWalletIds: [
70-
"aef3112adf415ec870529e96b4d7b434f13961a079d1ee42c9738217d8adeb91", // Freighter
70+
"997a355c8f682468706a76cff1b004a7115f505fb962dac54b6e9b442dd1c380", // Freighter
7171
"76a3d548a08cf402f5c7d021f24fd2881d767084b387a5325df88bc3d4b6f21b", // Lobstr
7272
],
7373
...(wcParams.appKitOptions || {}),

0 commit comments

Comments
 (0)