Skip to content

Commit

Permalink
Revert "fix(): walletconenct metamask with typed data (#57)"
Browse files Browse the repository at this point in the history
This reverts commit fd4541b.
  • Loading branch information
samuveth committed Jul 19, 2022
1 parent 2dfe396 commit eb83a2a
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 214 deletions.
11 changes: 4 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snapshot-labs/lock",
"version": "0.1.93",
"version": "0.1.92",
"repository": "snapshot-labs/lock",
"license": "MIT",
"main": "dist/lock.cjs.js",
Expand All @@ -12,10 +12,8 @@
"@gnosis.pm/safe-apps-sdk": "^6.1.1",
"@portis/web3": "^4.0.6",
"@toruslabs/torus-embed": "^1.12.1",
"@walletconnect/web3-provider": "1.7.8",
"fortmatic": "^2.2.1",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0"
"@walletconnect/web3-provider": "1.4.1",
"fortmatic": "^2.2.1"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^17.0.0",
Expand All @@ -40,8 +38,7 @@
"build": "rollup -c",
"dev": "rollup -c -w",
"pretest": "npm run build",
"lint": "prettier 'plugins/**/*.ts' -w -c",
"postinstall": "patch-package"
"lint": "prettier 'plugins/**/*.ts' -w -c"
},
"files": [
"dist",
Expand Down
27 changes: 0 additions & 27 deletions patches/@walletconnect+web3-provider+1.7.8.patch

This file was deleted.

Loading

0 comments on commit eb83a2a

Please sign in to comment.