Skip to content

Commit

Permalink
Update Snapshot packages (#4882)
Browse files Browse the repository at this point in the history
* Update Snapshot packages

* remove legacy code to logout

---------

Co-authored-by: ChaituVR <[email protected]>
Co-authored-by: ChaituVR <[email protected]>
  • Loading branch information
3 people authored Sep 19, 2024
1 parent ce6d495 commit 713b375
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 410 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@sentry/vite-plugin": "^2.10.1",
"@sentry/vue": "^7.80.1",
"@shutter-network/shutter-crypto": "1.0.1",
"@snapshot-labs/lock": "^0.2.6",
"@snapshot-labs/lock": "^0.2.7",
"@snapshot-labs/pineapple": "^1.1.0",
"@snapshot-labs/snapshot.js": "^0.12.13",
"@vue/apollo-composable": "4.0.0-beta.11",
Expand Down
1 change: 0 additions & 1 deletion src/composables/useWeb3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ export function useWeb3() {

function logout() {
auth = getInstance();
if (auth.provider?.value?.isCoinbaseWallet) auth.provider.value.close();
auth.logout();
state.account = '';
}
Expand Down
Loading

0 comments on commit 713b375

Please sign in to comment.