Skip to content

Commit

Permalink
Merge pull request #1496 from blocknative/release/2.19.1
Browse files Browse the repository at this point in the history
Release 2.19.1 (develop)
  • Loading branch information
Adamj1232 authored Jan 30, 2023
2 parents 76d89a5 + 6df924e commit ef8f9a5
Show file tree
Hide file tree
Showing 16 changed files with 22 additions and 51 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@web3-onboard/fortmatic": "^2.0.14",
"@web3-onboard/gas": "^2.1.4",
"@web3-onboard/gnosis": "^2.1.6",
"@web3-onboard/injected-wallets": "^2.6.1",
"@web3-onboard/injected-wallets": "^2.6.2",
"@web3-onboard/keepkey": "^2.3.3",
"@web3-onboard/keystone": "^2.3.3",
"@web3-onboard/ledger": "^2.4.2",
Expand All @@ -72,7 +72,7 @@
"@web3-onboard/tallyho": "^2.0.1",
"@web3-onboard/torus": "^2.2.0",
"@web3-onboard/trezor": "^2.3.3",
"@web3-onboard/trust": "^2.0.0-alpha.1",
"@web3-onboard/trust": "^2.0.0",
"@web3-onboard/uauth": "^2.0.1",
"@web3-onboard/walletconnect": "^2.2.1",
"@web3-onboard/web3auth": "^2.1.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-vite-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@web3-onboard/dcent": "^2.2.1",
"@web3-onboard/fortmatic": "^2.0.14",
"@web3-onboard/gnosis": "^2.1.5",
"@web3-onboard/injected-wallets": "^2.6.1-alpha.1",
"@web3-onboard/injected-wallets": "^2.6.2",
"@web3-onboard/keepkey": "^2.3.1",
"@web3-onboard/keystone": "^2.3.1",
"@web3-onboard/ledger": "^2.3.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-vuejs-v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"serve": "vite preview"
},
"dependencies": {
"@web3-onboard/injected-wallets": "^2.6.1-alpha.1",
"@web3-onboard/injected-wallets": "^2.6.2",
"@web3-onboard/vue": "^2.3.1",
"vue": "^2.6.12",
"vue-template-compiler": "^2.7.10"
Expand Down
2 changes: 1 addition & 1 deletion examples/with-vuejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"@web3-onboard/injected-wallets": "^2.6.1-alpha.1",
"@web3-onboard/injected-wallets": "^2.6.2",
"@web3-onboard/vue": "^2.3.1",
"pinia": "^2.0.16",
"vue": "^3.2.37",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-onboard-monorepo",
"version": "2.19.0",
"version": "2.19.1",
"private": true,
"workspaces": {
"packages": [
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3-onboard/core",
"version": "2.14.0",
"version": "2.14.1",
"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.",
"keywords": [
"Ethereum",
Expand Down Expand Up @@ -87,7 +87,7 @@
"@unstoppabledomains/resolution": "^8.0",
"@web3-onboard/common": "^2.2.3",
"bignumber.js": "^9.0.0",
"bnc-sdk": "^4.6.2",
"bnc-sdk": "^4.6.5",
"bowser": "^2.11.0",
"ethers": "5.5.3",
"eventemitter3": "^4.0.7",
Expand Down
1 change: 0 additions & 1 deletion packages/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ import {
} from './store/actions.js'
import type { PatchedEIP1193Provider } from '@web3-onboard/transaction-preview'
import { getBlocknativeSdk } from './services.js'
import { defaultBnIcon } from './icons/index.js'

const API = {
connectWallet,
Expand Down
6 changes: 0 additions & 6 deletions packages/core/src/views/account-center/Maximized.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -220,12 +220,6 @@
margin-top: 12px;
color: var(--text-color);
}
.powered-by {
color: var(--onboard-gray-400, var(--gray-400));
font-size: var(--onboard-font-size-7, var(--font-size-7));
line-height: var(--onboard-font-line-height-3, var(--font-line-height-3));
}
</style>

{#if disconnectConfirmModal}
Expand Down
7 changes: 4 additions & 3 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"webpack-dev-server": "4.7.4"
},
"dependencies": {
"@web3-onboard/core": "^2.14.0",
"@web3-onboard/core": "^2.14.1",
"@web3-onboard/coinbase": "^2.1.4",
"@web3-onboard/transaction-preview": "^2.0.1-alpha.1",
"@web3-onboard/transaction-preview": "^2.0.1",
"@web3-onboard/dcent": "^2.2.3",
"@web3-onboard/frontier": "^2.0.0",
"@web3-onboard/fortmatic": "^2.0.14",
Expand All @@ -34,12 +34,13 @@
"@web3-onboard/keepkey": "^2.3.3",
"@web3-onboard/keystone": "^2.3.3",
"@web3-onboard/ledger": "^2.4.2",
"@web3-onboard/injected-wallets": "^2.6.2-alpha.4",
"@web3-onboard/injected-wallets": "^2.6.2",
"@web3-onboard/magic": "^2.1.3",
"@web3-onboard/phantom": "^2.0.0-alpha.1",
"@web3-onboard/portis": "^2.1.3",
"@web3-onboard/sequence": "^2.0.4",
"@web3-onboard/trezor": "^2.3.3",
"@web3-onboard/trust": "^2.0.0",
"@web3-onboard/torus": "^2.2.1",
"@web3-onboard/tallyho": "^2.0.1",
"@web3-onboard/web3auth": "^2.1.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/injected/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3-onboard/injected-wallets",
"version": "2.6.2-alpha.4",
"version": "2.6.2",
"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.",
"keywords": [
"Ethereum",
Expand Down
6 changes: 3 additions & 3 deletions packages/injected/src/icons/xdefi.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
export default `<svg width="100%" height="100%" class="site-logo" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 185 57">
<g fill-rule="nonzero">
<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>
<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>
<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>
<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>
<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>
<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>
<circle cx="173.5" cy="24.5" r="2.5"></circle>
</g>
</svg>`
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3-onboard/react",
"version": "2.6.0",
"version": "2.6.1",
"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.",
"keywords": [
"Ethereum",
Expand Down Expand Up @@ -62,7 +62,7 @@
"typescript": "^4.5.5"
},
"dependencies": {
"@web3-onboard/core": "^2.14.0",
"@web3-onboard/core": "^2.14.1",
"@web3-onboard/common": "^2.2.3",
"use-sync-external-store": "1.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/transaction-preview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3-onboard/transaction-preview",
"version": "2.0.1-alpha.1",
"version": "2.0.1",
"description": "In app preview of Ethereum transactions",
"keywords": [
"Ethereum",
Expand Down
2 changes: 1 addition & 1 deletion packages/trust/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3-onboard/trust",
"version": "2.0.0-alpha.1",
"version": "2.0.0",
"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.",
"keywords": [
"Ethereum",
Expand Down
4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3-onboard/vue",
"version": "2.5.0",
"version": "2.5.1",
"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.",
"keywords": [
"Ethereum",
Expand Down Expand Up @@ -63,7 +63,7 @@
"@vueuse/core": "^8.4.2",
"@vueuse/rxjs": "^8.2.0",
"@web3-onboard/common": "^2.2.3",
"@web3-onboard/core": "^2.14.0",
"@web3-onboard/core": "^2.14.1",
"vue-demi": "^0.12.4"
},
"peerDependencies": {
Expand Down
23 changes: 0 additions & 23 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2901,19 +2901,6 @@
dependencies:
"@walletconnect/window-getters" "^1.0.0"

"@web3-onboard/transaction-preview@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@web3-onboard/transaction-preview/-/transaction-preview-2.0.0.tgz#8c610e414bca9c600d4b02761b596793616ad217"
integrity sha512-Gom08bUYpVGElZ5Rz63ToYGVCE3/aq/jdD8aXNoPwVO/+iZ6iwnoaMCg/J3WN6+186oIYSm+e9g4Sn4GadtvNg==
dependencies:
"@web3-onboard/common" "^2.2.3"
bnc-sdk "^4.6.2"
bowser "^2.11.0"
joi "^17.6.1"
rxjs "^7.5.2"
svelte "^3.49.0"
svelte-i18n "^3.3.13"

"@web3auth/base-evm-adapter@^3.3.0":
version "3.3.0"
resolved "https://registry.yarnpkg.com/@web3auth/base-evm-adapter/-/base-evm-adapter-3.3.0.tgz#ab8575ac5d05dfe055e52500b61691cefdd6268f"
Expand Down Expand Up @@ -3844,16 +3831,6 @@ bnb-javascript-sdk-nobroadcast@^2.16.14:
uuid "^3.3.2"
websocket-stream "^5.5.0"

bnc-sdk@^4.6.2:
version "4.6.2"
resolved "https://registry.yarnpkg.com/bnc-sdk/-/bnc-sdk-4.6.2.tgz#3ba6c2305c1eecfbbf021865898c56704f391c60"
integrity sha512-XPYr1PNCEwJvb6X+xYZCbM7Nr1qN7aSendDxDKsHROyHSqbLN5Q+BobIAGrCxwUolpk9GzuO3zl/oRSVaiRyPg==
dependencies:
crypto-es "^1.2.2"
nanoid "^3.3.1"
rxjs "^6.6.3"
sturdy-websocket "^0.1.12"

bnc-sdk@^4.6.5:
version "4.6.5"
resolved "https://registry.yarnpkg.com/bnc-sdk/-/bnc-sdk-4.6.5.tgz#9f91eb2f213c0c4abf8b5f134f673a3f9a981ea2"
Expand Down

0 comments on commit ef8f9a5

Please sign in to comment.