Skip to content

Commit e0a0458

Browse files
1.29.0-0.5.4: Update WalletLink to 2.1.6 (#614)
* Update WalletLink to 2.1.6 * Version bump Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com>
1 parent b124425 commit e0a0458

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bnc-onboard",
3-
"version": "1.29.0-0.5.3",
3+
"version": "1.29.0-0.5.4",
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",
@@ -80,7 +80,7 @@
8080
"hdkey": "^2.0.1",
8181
"regenerator-runtime": "^0.13.7",
8282
"trezor-connect": "^8.1.9",
83-
"walletlink": "^2.1.0",
83+
"walletlink": "^2.1.6",
8484
"web3-provider-engine": "^15.0.4"
8585
},
8686
"resolutions": {

src/modules/select/wallets/wallet-link.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ function walletLink(
3535
return {
3636
provider,
3737
interface: {
38-
name: 'WalletConnect',
38+
name: 'Coinbase Wallet',
3939
connect: () =>
4040
new Promise((resolve, reject) => {
4141
provider

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8852,15 +8852,15 @@ verror@1.10.0:
88528852
core-util-is "1.0.2"
88538853
extsprintf "^1.2.0"
88548854

8855+
walletlink@^2.1.6:
8856+
version "2.1.6"
8857+
resolved "https://registry.yarnpkg.com/walletlink/-/walletlink-2.1.6.tgz#4e48310af09bb0c940a156c26c1d0b1b9506ddb9"
8858+
integrity sha512-4M+8GrDq4zUCcRsbpBVIwMLVxJ8Fg8ybWi1E6K9d2cYHO1S9WnzsV5MN6HDyThBci00a+O3tKeUD++nVaUyA5g==
8859+
88558860
vm-browserify@^1.0.1:
88568861
version "1.1.2"
88578862
resolved "https://registry.yarnpkg.com/vm-browserify/-/vm-browserify-1.1.2.tgz#78641c488b8e6ca91a75f511e7a3b32a86e5dda0"
88588863
integrity sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==
8859-
8860-
walletlink@^2.1.0:
8861-
version "2.1.3"
8862-
resolved "https://registry.yarnpkg.com/walletlink/-/walletlink-2.1.3.tgz#dd7ae5c5464ab3608c0faa5435ba736b945abcd7"
8863-
integrity sha512-W8qgXiJn5BoecV8gneo7hMCGue7H5UsXjLfhaph6Z6BT7cC4+3ItWWGY5PoSbXRtR7LGe3h0kPZqCggiPrSQzQ==
88648864
dependencies:
88658865
"@metamask/safe-event-emitter" "2.0.0"
88668866
bind-decorator "^1.0.11"

0 commit comments

Comments
 (0)