Skip to content

Commit

Permalink
fix: wallet connect login (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
JackHamer09 authored Dec 21, 2022
1 parent bd7539c commit 43ee675
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@inkline/nuxt": "^2.3.6",
"@matterlabs/eslint-config-nuxt": "^1.0.6",
"@matterlabs/prettier-config": "^1.0.2",
"@matterlabs/zksync-nuxt-core": "^1.9.3",
"@matterlabs/zksync-nuxt-core": "1.9.4",
"@nuxt/typescript-runtime": "^2.1.0",
"@nuxtjs/google-gtag": "^1.0.4",
"@nuxtjs/sentry": "^5.1.7",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3723,9 +3723,9 @@ __metadata:
languageName: node
linkType: hard

"@matterlabs/zksync-nuxt-core@npm:^1.9.3":
version: 1.9.3
resolution: "@matterlabs/zksync-nuxt-core@npm:1.9.3"
"@matterlabs/zksync-nuxt-core@npm:1.9.4":
version: 1.9.4
resolution: "@matterlabs/zksync-nuxt-core@npm:1.9.4"
dependencies:
"@nuxtjs/axios": ^5.13.1
"@web3-onboard/coinbase": ^2.2.0
Expand All @@ -3751,7 +3751,7 @@ __metadata:
ts-node: ^9.1.1
web3: ^1.5.3
zksync: ^0.13.1
checksum: 0d69249e747036199022b9b2b653c74ae1d2628879f28118f2169616f08a84e3a8c515badce379c342d23da097fe7f5ca0b453a3ce0aad9652311fa42da4405c
checksum: aa16b800d6a492bb55058163c73d737a46c1de667352f22b8b6db76fc041256ab88c73881120ec66199cf8f5418867f5bb99f6e0f859578e3e58d5524581141d
languageName: node
linkType: hard

Expand All @@ -3767,7 +3767,7 @@ __metadata:
"@inkline/nuxt": ^2.3.6
"@matterlabs/eslint-config-nuxt": ^1.0.6
"@matterlabs/prettier-config": ^1.0.2
"@matterlabs/zksync-nuxt-core": ^1.9.3
"@matterlabs/zksync-nuxt-core": 1.9.4
"@nuxt/types": ^2.15.8
"@nuxt/typescript-build": ^2.1.0
"@nuxt/typescript-runtime": ^2.1.0
Expand Down

0 comments on commit 43ee675

Please sign in to comment.