Skip to content

Commit 4e5a7d7

Browse files
committed
Remove alpha tag and commented code
1 parent 3458336 commit 4e5a7d7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/core/src/validation.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ const chainId = Joi.string().pattern(/^0x[0-9a-fA-F]+$/)
1414
const chainNamespace = Joi.string().valid('evm')
1515
const unknownObject = Joi.object().unknown()
1616

17-
// const address = Joi.string().regex(/^0x[a-fA-F0-9]{40}$/)
1817
/** Related to ConnectionInfo from 'ethers/lib/utils' */
1918
const providerConnectionInfo = Joi.object({
2019
url: Joi.string().required(),

packages/walletconnect/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/walletconnect",
3-
"version": "2.0.2-alpha.1",
3+
"version": "2.0.2",
44
"description": "WalletConnect module for web3-onboard",
55
"module": "dist/index.js",
66
"browser": "dist/index.js",

0 commit comments

Comments
 (0)