Skip to content

Commit b99b738

Browse files
Merge pull request #2350 from blocknative/develop
@web3-onboard/keystone v2.3.11
2 parents cfaa409 + c4b1387 commit b99b738

File tree

2 files changed

+79
-63
lines changed

2 files changed

+79
-63
lines changed

packages/keystone/package.json

Lines changed: 60 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,62 @@
11
{
2-
"name": "@web3-onboard/keystone",
3-
"version": "2.3.10",
4-
"description": "Keystone hardware wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
5-
"keywords": [
6-
"Ethereum",
7-
"Web3",
8-
"EVM",
9-
"dapp",
10-
"Multichain",
11-
"Wallet",
12-
"Transaction",
13-
"Provider",
14-
"Hardware Wallet",
15-
"Notifications",
16-
"React",
17-
"Svelte",
18-
"Vue",
19-
"Next",
20-
"Nuxt",
21-
"MetaMask",
22-
"Coinbase",
23-
"WalletConnect",
24-
"Ledger",
25-
"Trezor",
26-
"Connect Wallet",
27-
"Ethereum Hooks",
28-
"Blocknative",
29-
"Mempool",
30-
"pending",
31-
"confirmed",
32-
"Injected Wallet"
33-
],
34-
"repository": {
35-
"type": "git",
36-
"url": "https://github.com/blocknative/web3-onboard.git",
37-
"directory": "packages/keystone"
38-
},
39-
"homepage": "https://onboard.blocknative.com",
40-
"bugs": "https://github.com/blocknative/web3-onboard/issues",
41-
"module": "dist/index.js",
42-
"main": "dist/index.js",
43-
"typings": "dist/index.d.ts",
44-
"files": [
45-
"dist"
46-
],
47-
"type": "module",
48-
"scripts": {
49-
"build": "tsc",
50-
"dev": "tsc -w",
51-
"type-check": "tsc --noEmit"
52-
},
53-
"license": "MIT",
54-
"devDependencies": {
55-
"typescript": "^5.4.5"
56-
},
57-
"dependencies": {
58-
"@ethereumjs/tx": "^3.4.0",
59-
"@ethersproject/providers": "^5.5.0",
60-
"@keystonehq/eth-keyring": "^0.14.00.3",
61-
"@web3-onboard/common": "^2.4.1",
62-
"@web3-onboard/hw-common": "^2.3.2"
63-
}
2+
"name": "@web3-onboard/keystone",
3+
"version": "2.3.11",
4+
"description": "Keystone hardware wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
5+
"keywords": [
6+
"Ethereum",
7+
"Web3",
8+
"EVM",
9+
"dapp",
10+
"Multichain",
11+
"Wallet",
12+
"Transaction",
13+
"Provider",
14+
"Hardware Wallet",
15+
"Notifications",
16+
"React",
17+
"Svelte",
18+
"Vue",
19+
"Next",
20+
"Nuxt",
21+
"MetaMask",
22+
"Coinbase",
23+
"WalletConnect",
24+
"Ledger",
25+
"Trezor",
26+
"Connect Wallet",
27+
"Ethereum Hooks",
28+
"Blocknative",
29+
"Mempool",
30+
"pending",
31+
"confirmed",
32+
"Injected Wallet"
33+
],
34+
"repository": {
35+
"type": "git",
36+
"url": "https://github.com/blocknative/web3-onboard.git",
37+
"directory": "packages/keystone"
38+
},
39+
"homepage": "https://onboard.blocknative.com",
40+
"bugs": "https://github.com/blocknative/web3-onboard/issues",
41+
"module": "dist/index.js",
42+
"main": "dist/index.js",
43+
"typings": "dist/index.d.ts",
44+
"files": ["dist"],
45+
"type": "module",
46+
"scripts": {
47+
"build": "tsc",
48+
"dev": "tsc -w",
49+
"type-check": "tsc --noEmit"
50+
},
51+
"license": "MIT",
52+
"devDependencies": {
53+
"typescript": "^5.4.5"
54+
},
55+
"dependencies": {
56+
"@ethereumjs/tx": "^3.4.0",
57+
"@ethersproject/providers": "^5.5.0",
58+
"@keystonehq/eth-keyring": "^0.14.4",
59+
"@web3-onboard/common": "^2.4.1",
60+
"@web3-onboard/hw-common": "^2.3.2"
61+
}
6462
}

yarn.lock

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2200,7 +2200,7 @@
22002200
base58check "^2.0.0"
22012201
tslib "^2.3.0"
22022202

2203-
"@keystonehq/eth-keyring@^0.14.00.3":
2203+
"@keystonehq/eth-keyring@^0.14.4":
22042204
version "0.14.4"
22052205
resolved "https://registry.yarnpkg.com/@keystonehq/eth-keyring/-/eth-keyring-0.14.4.tgz#08dbfb5cdd9648b89ae27c17dca06e221dae26ec"
22062206
integrity sha512-aWEKlPGtmGhZRbkRdj26ilUKs2dG+7ov78gz4F1EqU5ES+ZQud2iIlIFKElNQw3qIDZmcObMwNfL/KcyfPKUYQ==
@@ -5946,6 +5946,24 @@
59465946
"@walletconnect/window-getters" "^1.0.1"
59475947
tslib "1.14.1"
59485948

5949+
"@web3-onboard/core@2.23.1":
5950+
version "2.23.1"
5951+
resolved "https://registry.yarnpkg.com/@web3-onboard/core/-/core-2.23.1.tgz#47d4f086af0e743d9227b42cf70c23c0ad32d2c4"
5952+
integrity sha512-a3dseMpoe7jBfWzyvTNsIhpOh5MncaOLps/83zsUi32oXhYOPz5vUlJuUOAUx8O6LHGZh3RkRQWAwBTf96qsFA==
5953+
dependencies:
5954+
"@web3-onboard/common" "^2.4.1"
5955+
bnc-sdk "^4.6.7"
5956+
bowser "^2.11.0"
5957+
eventemitter3 "^4.0.7"
5958+
joi "17.9.1"
5959+
lodash.merge "^4.6.2"
5960+
lodash.partition "^4.6.0"
5961+
nanoid "^4.0.0"
5962+
rxjs "^7.5.5"
5963+
svelte "^3.49.0"
5964+
svelte-i18n "^4.0.1"
5965+
viem "2.12.0"
5966+
59495967
"@web3-onboard/wagmi@2.0.0":
59505968
version "2.0.0"
59515969
resolved "https://registry.yarnpkg.com/@web3-onboard/wagmi/-/wagmi-2.0.0.tgz#9beda01b4539d399aa0420e7afaacc09fc25ed7d"

0 commit comments

Comments
 (0)