Skip to content

Commit ef8f9a5

Browse files
authored
Merge pull request #1496 from blocknative/release/2.19.1
Release 2.19.1 (develop)
2 parents 76d89a5 + 6df924e commit ef8f9a5

File tree

16 files changed

+22
-51
lines changed

16 files changed

+22
-51
lines changed

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@web3-onboard/fortmatic": "^2.0.14",
6262
"@web3-onboard/gas": "^2.1.4",
6363
"@web3-onboard/gnosis": "^2.1.6",
64-
"@web3-onboard/injected-wallets": "^2.6.1",
64+
"@web3-onboard/injected-wallets": "^2.6.2",
6565
"@web3-onboard/keepkey": "^2.3.3",
6666
"@web3-onboard/keystone": "^2.3.3",
6767
"@web3-onboard/ledger": "^2.4.2",
@@ -72,7 +72,7 @@
7272
"@web3-onboard/tallyho": "^2.0.1",
7373
"@web3-onboard/torus": "^2.2.0",
7474
"@web3-onboard/trezor": "^2.3.3",
75-
"@web3-onboard/trust": "^2.0.0-alpha.1",
75+
"@web3-onboard/trust": "^2.0.0",
7676
"@web3-onboard/uauth": "^2.0.1",
7777
"@web3-onboard/walletconnect": "^2.2.1",
7878
"@web3-onboard/web3auth": "^2.1.4",

examples/with-vite-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@web3-onboard/dcent": "^2.2.1",
1414
"@web3-onboard/fortmatic": "^2.0.14",
1515
"@web3-onboard/gnosis": "^2.1.5",
16-
"@web3-onboard/injected-wallets": "^2.6.1-alpha.1",
16+
"@web3-onboard/injected-wallets": "^2.6.2",
1717
"@web3-onboard/keepkey": "^2.3.1",
1818
"@web3-onboard/keystone": "^2.3.1",
1919
"@web3-onboard/ledger": "^2.3.1",

examples/with-vuejs-v2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"serve": "vite preview"
88
},
99
"dependencies": {
10-
"@web3-onboard/injected-wallets": "^2.6.1-alpha.1",
10+
"@web3-onboard/injected-wallets": "^2.6.2",
1111
"@web3-onboard/vue": "^2.3.1",
1212
"vue": "^2.6.12",
1313
"vue-template-compiler": "^2.7.10"

examples/with-vuejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
99
},
1010
"dependencies": {
11-
"@web3-onboard/injected-wallets": "^2.6.1-alpha.1",
11+
"@web3-onboard/injected-wallets": "^2.6.2",
1212
"@web3-onboard/vue": "^2.3.1",
1313
"pinia": "^2.0.16",
1414
"vue": "^3.2.37",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web3-onboard-monorepo",
3-
"version": "2.19.0",
3+
"version": "2.19.1",
44
"private": true,
55
"workspaces": {
66
"packages": [

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/core",
3-
"version": "2.14.0",
3+
"version": "2.14.1",
44
"description": "Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardized 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.",
55
"keywords": [
66
"Ethereum",
@@ -87,7 +87,7 @@
8787
"@unstoppabledomains/resolution": "^8.0",
8888
"@web3-onboard/common": "^2.2.3",
8989
"bignumber.js": "^9.0.0",
90-
"bnc-sdk": "^4.6.2",
90+
"bnc-sdk": "^4.6.5",
9191
"bowser": "^2.11.0",
9292
"ethers": "5.5.3",
9393
"eventemitter3": "^4.0.7",

packages/core/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ import {
3232
} from './store/actions.js'
3333
import type { PatchedEIP1193Provider } from '@web3-onboard/transaction-preview'
3434
import { getBlocknativeSdk } from './services.js'
35-
import { defaultBnIcon } from './icons/index.js'
3635

3736
const API = {
3837
connectWallet,

packages/core/src/views/account-center/Maximized.svelte

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -220,12 +220,6 @@
220220
margin-top: 12px;
221221
color: var(--text-color);
222222
}
223-
224-
.powered-by {
225-
color: var(--onboard-gray-400, var(--gray-400));
226-
font-size: var(--onboard-font-size-7, var(--font-size-7));
227-
line-height: var(--onboard-font-line-height-3, var(--font-line-height-3));
228-
}
229223
</style>
230224

231225
{#if disconnectConfirmModal}

packages/demo/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
"webpack-dev-server": "4.7.4"
2424
},
2525
"dependencies": {
26-
"@web3-onboard/core": "^2.14.0",
26+
"@web3-onboard/core": "^2.14.1",
2727
"@web3-onboard/coinbase": "^2.1.4",
28-
"@web3-onboard/transaction-preview": "^2.0.1-alpha.1",
28+
"@web3-onboard/transaction-preview": "^2.0.1",
2929
"@web3-onboard/dcent": "^2.2.3",
3030
"@web3-onboard/frontier": "^2.0.0",
3131
"@web3-onboard/fortmatic": "^2.0.14",
@@ -34,12 +34,13 @@
3434
"@web3-onboard/keepkey": "^2.3.3",
3535
"@web3-onboard/keystone": "^2.3.3",
3636
"@web3-onboard/ledger": "^2.4.2",
37-
"@web3-onboard/injected-wallets": "^2.6.2-alpha.4",
37+
"@web3-onboard/injected-wallets": "^2.6.2",
3838
"@web3-onboard/magic": "^2.1.3",
3939
"@web3-onboard/phantom": "^2.0.0-alpha.1",
4040
"@web3-onboard/portis": "^2.1.3",
4141
"@web3-onboard/sequence": "^2.0.4",
4242
"@web3-onboard/trezor": "^2.3.3",
43+
"@web3-onboard/trust": "^2.0.0",
4344
"@web3-onboard/torus": "^2.2.1",
4445
"@web3-onboard/tallyho": "^2.0.1",
4546
"@web3-onboard/web3auth": "^2.1.4",

packages/injected/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/injected-wallets",
3-
"version": "2.6.2-alpha.4",
3+
"version": "2.6.2",
44
"description": "Injected wallet module for connecting browser extension and mobile wallets 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.",
55
"keywords": [
66
"Ethereum",

packages/injected/src/icons/xdefi.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
export default `<svg width="100%" height="100%" class="site-logo" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 185 57">
22
<g fill-rule="nonzero">
3-
<path d="M22.776 31l-3.336-4.953L16.164 31H11l5.838-8.073-5.598-7.9h5.098l3.229 4.58L22.729 15h4.904l-5.591 7.741L28 31zM38 15.002h7.798a11.207 11.207 0 014.796.984 7.613 7.613 0 013.255 2.785 8.343 8.343 0 010 8.458 7.613 7.613 0 01-3.255 2.785 11.207 11.207 0 01-4.796.984H38V15.002zm7.606 12.386a4.888 4.888 0 003.426-1.163 4.689 4.689 0 000-6.443 4.887 4.887 0 00-3.426-1.17h-2.94v8.776h2.94zM80 27.502V31H67V15h12.697v3.498h-8.189v2.7h7.193v3.378h-7.193v2.926zM97.687 18.498v3.518h7.32v3.498h-7.32V31H93V15h13v3.498zM117 15h5v16h-5zM21 39l-4.632 14h-2.037l-3.777-11.177L6.778 53H4.625L0 39h2.038l3.735 11.383L9.671 39h1.814l3.817 11.445L19.119 39zM39.528 49.503h-7.095L30.965 53H29l6.047-14h1.887L43 53h-2.005l-1.467-3.497zm-.655-1.6l-2.883-6.87-2.876 6.87h5.759zM53 39h1.883v12.262H62V53h-9zM74 39h1.883v12.262H83V53h-9zM104 51.262V53H94V39h9.723v1.745h-7.755v4.3h6.883v1.697h-6.883v4.52zM117.567 40.745H113V39h11v1.745h-4.567V53h-1.879zM162.799 31.998c-4.29 2.696-10.03 4.085-15.845 3.788-4.89-.242-8.899-2.022-11.323-4.947-2.131-2.616-2.957-6.067-2.398-10.038.19-1.32.578-2.601 1.153-3.802l.08-.168C140.023 5.999 152.4.688 163.956 4.173 175.515 7.66 183 18.96 181.795 31.103c-1.205 12.145-10.761 21.713-22.773 22.803L159.29 57c13.486-1.216 24.218-11.957 25.569-25.593 1.351-13.635-7.06-26.32-20.04-30.221-12.98-3.902-26.867 2.078-33.09 14.25l-.107.222a16.227 16.227 0 00-1.425 4.719c-.666 4.84.366 9.147 3.064 12.464 2.95 3.626 7.753 5.783 13.514 6.066 7.013.358 13.987-1.577 18.935-5.136l-2.91-1.773z"></path>
4-
<path d="M169.216 36c-2.798 2.292-9.302 6.448-20.092 7.015-12.08.63-17.114-3.073-17.16-3.11l-.976 1.133.982-1.115-1.97 2.23c.214.17 5.041 3.847 16.38 3.847.927 0 1.902 0 2.917-.076 13.041-.686 20.206-6.051 22.703-8.343L169.216 36z"></path>
5-
<path d="M174.31 39.026a22.514 22.514 0 01-6.065 5.377c-8.25 5.18-18.744 5.85-26.09 5.489L142 52.915a74.56 74.56 0 003.572.085c20.718 0 29.09-9.18 31.428-12.459L174.304 39"></path>
3+
<path d="M22.776 31l-3.336-4.953L16.164 31H11l5.838-8.073-5.598-7.9h5.098l3.229 4.58L22.729 15h4.904l-5.591 7.741L28 31zM38 15.002h7.798a11.207 11.207 0 014.796.984 7.613 7.613 0 013.255 2.785 8.343 8.343 0 010 8.458 7.613 7.613 0 01-3.255 2.785 11.207 11.207 0 01-4.796.984H38V15.002zm7.606 12.386a4.888 4.888 0 003.426-1.163 4.689 4.689 0 000-6.443 4.887 4.887 0 00-3.426-1.17h-2.94v8.776h2.94zM80 27.502V31H67V15h12.697v3.498h-8.189v2.7h7.193v3.378h-7.193v2.926zM97.687 18.498v3.518h7.32v3.498h-7.32V31H93V15h13v3.498zM117 15h5v16h-5zM21 39l-4.632 14h-2.037l-3.777-11.177L6.778 53H4.625L0 39h2.038l3.735 11.383L9.671 39h1.814l3.817 11.445L19.119 39zM39.528 49.503h-7.095L30.965 53H29l6.047-14h1.887L43 53h-2.005l-1.467-3.497zm-.655-1.6l-2.883-6.87-2.876 6.87h5.759zM53 39h1.883v12.262H62V53h-9zM74 39h1.883v12.262H83V53h-9zM104 51.262V53H94V39h9.723v1.745h-7.755v4.3h6.883v1.697h-6.883v4.52zM117.567 40.745H113V39h11v1.745h-4.567V53h-1.879zM162.799 31.998c-4.29 2.696-10.03 4.085-15.845 3.788-4.89-.242-8.899-2.022-11.323-4.947-2.131-2.616-2.957-6.067-2.398-10.038.19-1.32.578-2.601 1.153-3.802l.08-.168C140.023 5.999 152.4.688 163.956 4.173 175.515 7.66 183 18.96 181.795 31.103c-1.205 12.145-10.761 21.713-22.773 22.803L159.29 57c13.486-1.216 24.218-11.957 25.569-25.593 1.351-13.635-7.06-26.32-20.04-30.221-12.98-3.902-26.867 2.078-33.09 14.25l-.107.222a16.227 16.227 0 00-1.425 4.719c-.666 4.84.366 9.147 3.064 12.464 2.95 3.626 7.753 5.783 13.514 6.066 7.013.358 13.987-1.577 18.935-5.136l-2.91-1.773z" fill="var(--w3o-text-color, currentColor)"></path>
4+
<path d="M169.216 36c-2.798 2.292-9.302 6.448-20.092 7.015-12.08.63-17.114-3.073-17.16-3.11l-.976 1.133.982-1.115-1.97 2.23c.214.17 5.041 3.847 16.38 3.847.927 0 1.902 0 2.917-.076 13.041-.686 20.206-6.051 22.703-8.343L169.216 36z" fill="var(--w3o-text-color, currentColor)"></path>
5+
<path d="M174.31 39.026a22.514 22.514 0 01-6.065 5.377c-8.25 5.18-18.744 5.85-26.09 5.489L142 52.915a74.56 74.56 0 003.572.085c20.718 0 29.09-9.18 31.428-12.459L174.304 39" fill="var(--w3o-text-color, currentColor)"></path>
66
<circle cx="173.5" cy="24.5" r="2.5"></circle>
77
</g>
88
</svg>`

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/react",
3-
"version": "2.6.0",
3+
"version": "2.6.1",
44
"description": "A collection of React hooks for integrating Web3-Onboard in to React and Next.js projects. 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, 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.",
55
"keywords": [
66
"Ethereum",
@@ -62,7 +62,7 @@
6262
"typescript": "^4.5.5"
6363
},
6464
"dependencies": {
65-
"@web3-onboard/core": "^2.14.0",
65+
"@web3-onboard/core": "^2.14.1",
6666
"@web3-onboard/common": "^2.2.3",
6767
"use-sync-external-store": "1.0.0"
6868
},

packages/transaction-preview/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/transaction-preview",
3-
"version": "2.0.1-alpha.1",
3+
"version": "2.0.1",
44
"description": "In app preview of Ethereum transactions",
55
"keywords": [
66
"Ethereum",

packages/trust/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/trust",
3-
"version": "2.0.0-alpha.1",
3+
"version": "2.0.0",
44
"description": "Trust Wallet SDK wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardized 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.",
55
"keywords": [
66
"Ethereum",

packages/vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/vue",
3-
"version": "2.5.0",
3+
"version": "2.5.1",
44
"description": "A collection of Vue Composables for integrating Web3-Onboard in to a Vue or Nuxt project. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardized spec compliant web3 providers for all supported wallets, 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.",
55
"keywords": [
66
"Ethereum",
@@ -63,7 +63,7 @@
6363
"@vueuse/core": "^8.4.2",
6464
"@vueuse/rxjs": "^8.2.0",
6565
"@web3-onboard/common": "^2.2.3",
66-
"@web3-onboard/core": "^2.14.0",
66+
"@web3-onboard/core": "^2.14.1",
6767
"vue-demi": "^0.12.4"
6868
},
6969
"peerDependencies": {

yarn.lock

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2901,19 +2901,6 @@
29012901
dependencies:
29022902
"@walletconnect/window-getters" "^1.0.0"
29032903

2904-
"@web3-onboard/transaction-preview@^2.0.0":
2905-
version "2.0.0"
2906-
resolved "https://registry.yarnpkg.com/@web3-onboard/transaction-preview/-/transaction-preview-2.0.0.tgz#8c610e414bca9c600d4b02761b596793616ad217"
2907-
integrity sha512-Gom08bUYpVGElZ5Rz63ToYGVCE3/aq/jdD8aXNoPwVO/+iZ6iwnoaMCg/J3WN6+186oIYSm+e9g4Sn4GadtvNg==
2908-
dependencies:
2909-
"@web3-onboard/common" "^2.2.3"
2910-
bnc-sdk "^4.6.2"
2911-
bowser "^2.11.0"
2912-
joi "^17.6.1"
2913-
rxjs "^7.5.2"
2914-
svelte "^3.49.0"
2915-
svelte-i18n "^3.3.13"
2916-
29172904
"@web3auth/base-evm-adapter@^3.3.0":
29182905
version "3.3.0"
29192906
resolved "https://registry.yarnpkg.com/@web3auth/base-evm-adapter/-/base-evm-adapter-3.3.0.tgz#ab8575ac5d05dfe055e52500b61691cefdd6268f"
@@ -3844,16 +3831,6 @@ bnb-javascript-sdk-nobroadcast@^2.16.14:
38443831
uuid "^3.3.2"
38453832
websocket-stream "^5.5.0"
38463833

3847-
bnc-sdk@^4.6.2:
3848-
version "4.6.2"
3849-
resolved "https://registry.yarnpkg.com/bnc-sdk/-/bnc-sdk-4.6.2.tgz#3ba6c2305c1eecfbbf021865898c56704f391c60"
3850-
integrity sha512-XPYr1PNCEwJvb6X+xYZCbM7Nr1qN7aSendDxDKsHROyHSqbLN5Q+BobIAGrCxwUolpk9GzuO3zl/oRSVaiRyPg==
3851-
dependencies:
3852-
crypto-es "^1.2.2"
3853-
nanoid "^3.3.1"
3854-
rxjs "^6.6.3"
3855-
sturdy-websocket "^0.1.12"
3856-
38573834
bnc-sdk@^4.6.5:
38583835
version "4.6.5"
38593836
resolved "https://registry.yarnpkg.com/bnc-sdk/-/bnc-sdk-4.6.5.tgz#9f91eb2f213c0c4abf8b5f134f673a3f9a981ea2"

0 commit comments

Comments
 (0)