Skip to content

Commit

Permalink
Deprecate near-wallet by default
Browse files Browse the repository at this point in the history
  • Loading branch information
kujtimprenkuSQA committed Jan 4, 2024
1 parent 268f109 commit b881c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/near-wallet/src/lib/near-wallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const resolveWalletUrl = (network: Network, walletUrl?: string) => {
export function setupNearWallet({
walletUrl,
iconUrl = icon,
deprecated = false,
deprecated = true,
successUrl = "",
failureUrl = "",
}: NearWalletParams = {}): WalletModuleFactory<BrowserWallet> {
Expand Down

0 comments on commit b881c33

Please sign in to comment.