Skip to content

Commit

Permalink
CentrifugeApp: Fix WalletConnectV2 (#1481)
Browse files Browse the repository at this point in the history
* Fix WalletConnectV2

* Update lock file

* Update package
  • Loading branch information
sophialittlejohn authored Jun 29, 2023
1 parent 04064c7 commit 3ac21fd
Show file tree
Hide file tree
Showing 3 changed files with 2,865 additions and 2,394 deletions.
4 changes: 4 additions & 0 deletions centrifuge-app/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ export default defineConfig({
'decimal.js-light',
'bn.js',
],
alias: {
'@walletconnect/ethereum-provider': '../../../@walletconnect/ethereum-provider/dist/index.es.js',
'@walletconnect/utils': '../../../@walletconnect/utils/dist/index.umd.js',
},
},
plugins: [
react({
Expand Down
2 changes: 1 addition & 1 deletion centrifuge-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"@web3-react/metamask": "8.2.1",
"@web3-react/store": "8.2.0",
"@web3-react/types": "8.2.0",
"@web3-react/walletconnect-v2": "8.3.4",
"@web3-react/walletconnect-v2": "8.3.6",
"bn.js": "^5.2.1",
"buffer": "^6.0.3",
"decimal.js-light": "^2.5.1",
Expand Down
Loading

0 comments on commit 3ac21fd

Please sign in to comment.