Skip to content

Commit

Permalink
upgrade library for walletconnect v2
Browse files Browse the repository at this point in the history
  • Loading branch information
webdev403 committed Jun 29, 2023
1 parent b6cd7fb commit 9d6394e
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 68 deletions.
126 changes: 63 additions & 63 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"private": true,
"devDependencies": {
"@ethersproject/experimental": "^5.4.0",
"@orbs-network/twap-ui": "0.7.x",
"@orbs-network/twap-ui-quickswap": "0.7.x",
"@reduxjs/toolkit": "^1.3.5",
"@types/d3": "^6.7.1",
"@types/jest": "^25.2.1",
Expand Down Expand Up @@ -69,9 +71,7 @@
"serve": "^11.3.2",
"source-map-explorer": "^2.5.2",
"start-server-and-test": "^1.11.0",
"typescript": "^4.1.2",
"@orbs-network/twap-ui": "0.7.x",
"@orbs-network/twap-ui-quickswap": "0.7.x"
"typescript": "^4.1.2"
},
"resolutions": {
"yargs-parser": "^13.1.2",
Expand Down Expand Up @@ -133,7 +133,7 @@
"@material-ui/lab": "^4.0.0-alpha.60",
"@paraswap/sdk": "^5.6.0-alpha.6",
"@venly/web3-provider": "3.1.0-develop.0",
"@walletconnect/ethereum-provider": "^2.8.3",
"@walletconnect/ethereum-provider": "^2.8.5",
"@walletconnect/modal": "^2.5.4",
"apexcharts": "3.32.1",
"i18next-http-backend": "^1.4.1",
Expand Down
2 changes: 1 addition & 1 deletion src/layouts/PageLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const PageLayout: React.FC<PageLayoutProps> = ({ children, name }) => {
window.location.host !== 'beta.quickswap.exchange' &&
window.location.host !== 'dogechain.quickswap.exchange' &&
window.location.host !== 'localhost:3000' &&
window.location.host !== 'testing-orbs.interface-v2-01.pages.dev'
window.location.host !== 'testing-wcv2.interface-v2-01.pages.dev'
) {
setOpenPassModal(true);
}
Expand Down

0 comments on commit 9d6394e

Please sign in to comment.