Skip to content

Commit

Permalink
Merge pull request #1829 from blocknative/release/2.24.4
Browse files Browse the repository at this point in the history
Release 2.24.4 (develop)
  • Loading branch information
Adamj1232 committed Jul 11, 2023
2 parents cc4b8b0 + 862669f commit 63dd60c
Show file tree
Hide file tree
Showing 8 changed files with 168 additions and 147 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,13 @@ const wcV2InitOptions = {
/**
* Chains required to be supported by all wallets connecting to your DApp
*/
requiredChains: [1, 56]
requiredChains: [1, 56],
/**
* Defaults to `appMetadata.explore` that is supplied to the web3-onboard init
* Strongly recommended to provide atleast one URL as it is required by some wallets (i.e. MetaMask)
* To connect with WalletConnect
*/
dappUrl: 'http://YourAwesomeDapp.com'
}

// initialize the module with options
Expand Down
287 changes: 148 additions & 139 deletions docs/yarn.lock

Large diffs are not rendered by default.

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.24.3",
"version": "2.24.4",
"private": true,
"workspaces": {
"packages": [
Expand Down
2 changes: 1 addition & 1 deletion packages/coinbase/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3-onboard/coinbase",
"version": "2.2.5-alpha.1",
"version": "2.2.5",
"description": "Coinbase SDK 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.",
"keywords": [
"Ethereum",
Expand Down
4 changes: 2 additions & 2 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dependencies": {
"@web3-onboard/cede-store": "^2.0.2",
"@web3-onboard/blocto": "2.0.0",
"@web3-onboard/coinbase": "^2.2.5-alpha.1",
"@web3-onboard/coinbase": "^2.2.5",
"@web3-onboard/core": "^2.20.4",
"@web3-onboard/dcent": "^2.2.7",
"@web3-onboard/enkrypt": "^2.0.3",
Expand All @@ -52,7 +52,7 @@
"@web3-onboard/trust": "^2.0.3",
"@web3-onboard/uauth": "^2.1.1",
"@web3-onboard/venly": "^2.0.0",
"@web3-onboard/walletconnect": "^2.4.2-alpha.1",
"@web3-onboard/walletconnect": "^2.4.2",
"@web3-onboard/web3auth": "^2.2.2",
"@web3-onboard/xdefi": "^2.0.3",
"@web3-onboard/zeal": "^2.0.3",
Expand Down
8 changes: 7 additions & 1 deletion packages/walletconnect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,13 @@ const wcV2InitOptions = {
/**
* Chains required to be supported by all wallets connecting to your DApp
*/
requiredChains: [1, 56]
requiredChains: [1, 56],
/**
* Defaults to `appMetadata.explore` that is supplied to the web3-onboard init
* Strongly recommended to provide atleast one URL as it is required by some wallets (i.e. MetaMask)
* To connect with WalletConnect
*/
dappUrl: 'http://YourAwesomeDapp.com'
}

// initialize the module with options
Expand Down
2 changes: 1 addition & 1 deletion packages/walletconnect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3-onboard/walletconnect",
"version": "2.4.2-alpha.1",
"version": "2.4.2",
"description": "WalletConnect SDK 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.",
"keywords": [
"Ethereum",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12919,7 +12919,7 @@ [email protected]:
web3-shh "1.5.0"
web3-utils "1.5.0"

web3@^1.2.1:
web3@^1.3.1:
version "1.10.0"
resolved "https://registry.yarnpkg.com/web3/-/web3-1.10.0.tgz#2fde0009f59aa756c93e07ea2a7f3ab971091274"
integrity sha512-YfKY9wSkGcM8seO+daR89oVTcbu18NsVfvOngzqMYGUU0pPSQmE57qQDvQzUeoIOHAnXEBNzrhjQJmm8ER0rng==
Expand Down

0 comments on commit 63dd60c

Please sign in to comment.