Skip to content

Commit

Permalink
chore(react): display binance wallet for solana
Browse files Browse the repository at this point in the history
  • Loading branch information
jayeshbhole-rp committed Jan 9, 2025
1 parent 7914da1 commit 22536a7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tangled3/react

## 1.16.22

### Patch Changes

- configure binance solana wallet

## 1.16.21

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tangled3/react",
"private": false,
"version": "1.16.21",
"version": "1.16.22",
"type": "module",
"license": "MIT",
"main": "./src/index.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/react/src/utils/createChainConnectors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export const createChainConnectors = (config: TangledConfig, chains: SupportedCh
...(overrides.solana ?? []),
solConnectors.phantom,
solConnectors.solflare,
solConnectors.binance,
solConnectors.backpack,
];

Expand Down

0 comments on commit 22536a7

Please sign in to comment.