Skip to content

Commit 2f3bf9a

Browse files
1.23.0-0.2.2: [chore] move authereum below fold (#543)
* Moves authereum below the fold * Move liquality to defaults
1 parent e04ace0 commit 2f3bf9a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bnc-onboard",
3-
"version": "1.23.0-0.2.1",
3+
"version": "1.23.0-0.2.2",
44
"description": "Onboard users to web3 by allowing them to select a wallet, get that wallet ready to transact and have access to synced wallet state.",
55
"keywords": [
66
"ethereum",

src/modules/select/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@ import { isWalletInit } from '../../validation'
77

88
// wallets that qualify for default wallets need to have no
99
// init parameters that are required for full functionality
10-
const desktopDefaultWalletNames = ['metamask', 'authereum', 'torus', 'opera']
10+
const desktopDefaultWalletNames = ['metamask', 'torus', 'opera', 'liquality']
1111

1212
const mobileDefaultWalletNames = [
1313
'metamask',
14-
'authereum',
1514
'coinbase',
1615
'trust',
1716
'torus',
@@ -24,7 +23,8 @@ const mobileDefaultWalletNames = [
2423
'atoken',
2524
'liquality',
2625
'alphawallet',
27-
'ownbit'
26+
'ownbit',
27+
'authereum'
2828
]
2929

3030
function select(

0 commit comments

Comments
 (0)