Skip to content

Commit 5c6fafb

Browse files
authored
Merge pull request #89 from CassioMG/fix/freighter-wc-explorer-id
fix: update Freighter WalletConnect Explorer id to match live listing
2 parents a5b29ec + 73d3f84 commit 5c6fafb

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)