Skip to content

Commit

Permalink
chore: lock nuxt version at 3.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasRalee committed Jun 26, 2024
1 parent 4596080 commit 11e2031
Show file tree
Hide file tree
Showing 3 changed files with 453 additions and 489 deletions.
10 changes: 9 additions & 1 deletion layer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,16 @@
"@types/fs-extra": "^11.0.1",
"eslint": "^8.28.0",
"git-clone": "^0.2.0",
"nuxt": "^3.11.2",
"nuxt": "3.11.2",
"typescript": "^4.9.3",
"vite-tsconfig-paths": "^4.2.0"
},
"resolutions": {
"@nuxt/kit": "3.11.2",
"@nuxt/schema": "3.11.2"
},
"overrides": {
"@nuxt/kit": "3.11.2",
"@nuxt/schema": "3.11.2"
}
}
3 changes: 3 additions & 0 deletions layer/store/wallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,9 @@ export const useSharedWalletStore = defineStore('sharedWallet', {
await walletStore.connectWallet(Wallet.WalletConnect)

const addresses = await getAddresses()

console.log({ addresses })

const [address] = addresses
const session = await walletStrategy.getSessionOrConfirm(address)

Expand Down
Loading

0 comments on commit 11e2031

Please sign in to comment.