Skip to content

Commit

Permalink
update reconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
p6te committed Nov 21, 2024
1 parent 60c242f commit 7b1dff3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/containers/HeaderWrapper/HeaderWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export const HeaderWrapper: React.FC = () => {
console.log('3')
// await nightlyConnectAdapter.connect()
const nightlyAdapter = getSolanaWallet()
await nightlyAdapter.connect()
console.log('4')
await sleep(500)
console.log('5')
Expand Down

0 comments on commit 7b1dff3

Please sign in to comment.