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:
parent
0820ff08e5
commit
f8726c633c
1184
package-lock.json
generated
1184
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -31,8 +31,8 @@
|
|||||||
"@oceanprotocol/use-dark-mode": "^2.4.3",
|
"@oceanprotocol/use-dark-mode": "^2.4.3",
|
||||||
"@tippyjs/react": "^4.2.6",
|
"@tippyjs/react": "^4.2.6",
|
||||||
"@urql/exchange-refocus": "^1.0.0",
|
"@urql/exchange-refocus": "^1.0.0",
|
||||||
"@walletconnect/sign-client": "^2.3.0",
|
"@walletconnect/sign-client": "^2.4.4",
|
||||||
"@web3modal/standalone": "^2.0.0",
|
"@web3modal/standalone": "^2.1.1",
|
||||||
"axios": "^1.2.0",
|
"axios": "^1.2.0",
|
||||||
"classnames": "^2.3.2",
|
"classnames": "^2.3.2",
|
||||||
"date-fns": "^2.29.3",
|
"date-fns": "^2.29.3",
|
||||||
@ -67,7 +67,7 @@
|
|||||||
"slugify": "^1.6.5",
|
"slugify": "^1.6.5",
|
||||||
"swr": "^1.3.0",
|
"swr": "^1.3.0",
|
||||||
"urql": "^3.0.3",
|
"urql": "^3.0.3",
|
||||||
"web3": "^1.8.1",
|
"web3": "^1.8.2",
|
||||||
"yup": "^0.32.11"
|
"yup": "^0.32.11"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -255,7 +255,8 @@ function Web3Provider({ children }: { children: ReactNode }): ReactElement {
|
|||||||
async function init() {
|
async function init() {
|
||||||
const web3Modal = new Web3Modal({
|
const web3Modal = new Web3Modal({
|
||||||
projectId: process.env.NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID,
|
projectId: process.env.NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID,
|
||||||
standaloneChains: ['eip155:1']
|
standaloneChains: ['eip155:1'],
|
||||||
|
walletConnectVersion: 2
|
||||||
// theme: web3ModalTheme
|
// theme: web3ModalTheme
|
||||||
})
|
})
|
||||||
const signClient = await SignClient.init({
|
const signClient = await SignClient.init({
|
||||||
|
Loading…
Reference in New Issue
Block a user