Skip to content

Commit

Permalink
chore: package bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasRalee committed Feb 26, 2024
1 parent 8370fc8 commit 0de617f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion layer/nuxt-config/vite/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default defineConfig({

optimizeDeps: {
exclude: ['fsevents'],
include: []
include: ['@injectivelabs/sdk-ts']
}
}) as ViteConfig

Expand Down
2 changes: 1 addition & 1 deletion layer/store/wallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export const useSharedWalletStore = defineStore('sharedWallet', {

modalStore.closeAll()

walletStore.$patch({
walletStore.$patch({
walletConnectStatus: WalletConnectStatus.connected
})

Expand Down

0 comments on commit 0de617f

Please sign in to comment.