Skip to content

Commit

Permalink
Merge pull request #200 from lidofinance/fix/coinbase-smart-wallet-di…
Browse files Browse the repository at this point in the history
…splayed

fix: coinbase smart wallet displayed by default
  • Loading branch information
manneredboor authored Nov 20, 2024
2 parents 1bcd7a3 + 8ab752c commit e3c897f
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 3 deletions.
6 changes: 6 additions & 0 deletions packages/connect-wallet-modal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @reef-knot/connect-wallet-modal

## 6.0.1

### Patch Changes

- Coinbase Smart Wallet displayed by default

## 6.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/connect-wallet-modal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reef-knot/connect-wallet-modal",
"version": "6.0.0",
"version": "6.0.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export const WALLETS_MODAL_DISPLAY_CONFIG_DEFAULT: WalletIdsEthereum[] = [
'walletConnect',
'binanceWallet',
'coinbase',
'coinbaseSmartWallet',
'trust',
'exodus',
'brave',
Expand Down
7 changes: 7 additions & 0 deletions packages/reef-knot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# reef-knot

## 6.0.3

### Patch Changes

- Updated dependencies
- @reef-knot/connect-wallet-modal@6.0.1

## 6.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/reef-knot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reef-knot",
"version": "6.0.2",
"version": "6.0.3",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
Expand Down Expand Up @@ -41,7 +41,7 @@
"lint": "eslint --ext ts,tsx,js,mjs ."
},
"dependencies": {
"@reef-knot/connect-wallet-modal": "6.0.0",
"@reef-knot/connect-wallet-modal": "6.0.1",
"@reef-knot/core-react": "5.1.0",
"@reef-knot/web3-react": "5.0.0",
"@reef-knot/ui-react": "2.1.5",
Expand Down

0 comments on commit e3c897f

Please sign in to comment.