We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3458336 commit 4e5a7d7Copy full SHA for 4e5a7d7
packages/core/src/validation.ts
@@ -14,7 +14,6 @@ const chainId = Joi.string().pattern(/^0x[0-9a-fA-F]+$/)
14
const chainNamespace = Joi.string().valid('evm')
15
const unknownObject = Joi.object().unknown()
16
17
-// const address = Joi.string().regex(/^0x[a-fA-F0-9]{40}$/)
18
/** Related to ConnectionInfo from 'ethers/lib/utils' */
19
const providerConnectionInfo = Joi.object({
20
url: Joi.string().required(),
packages/walletconnect/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@web3-onboard/walletconnect",
3
- "version": "2.0.2-alpha.1",
+ "version": "2.0.2",
4
"description": "WalletConnect module for web3-onboard",
5
"module": "dist/index.js",
6
"browser": "dist/index.js",
0 commit comments