1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00

bump walletconnect packages

This commit is contained in:
Matthias Kretschmann 2023-02-20 08:57:14 +00:00
parent 0820ff08e5
commit f8726c633c
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 619 additions and 622 deletions

1184
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -31,8 +31,8 @@
"@oceanprotocol/use-dark-mode": "^2.4.3",
"@tippyjs/react": "^4.2.6",
"@urql/exchange-refocus": "^1.0.0",
"@walletconnect/sign-client": "^2.3.0",
"@web3modal/standalone": "^2.0.0",
"@walletconnect/sign-client": "^2.4.4",
"@web3modal/standalone": "^2.1.1",
"axios": "^1.2.0",
"classnames": "^2.3.2",
"date-fns": "^2.29.3",
@ -67,7 +67,7 @@
"slugify": "^1.6.5",
"swr": "^1.3.0",
"urql": "^3.0.3",
"web3": "^1.8.1",
"web3": "^1.8.2",
"yup": "^0.32.11"
},
"devDependencies": {

View File

@ -255,7 +255,8 @@ function Web3Provider({ children }: { children: ReactNode }): ReactElement {
async function init() {
const web3Modal = new Web3Modal({
projectId: process.env.NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID,
standaloneChains: ['eip155:1']
standaloneChains: ['eip155:1'],
walletConnectVersion: 2
// theme: web3ModalTheme
})
const signClient = await SignClient.init({