Skip to content

Commit

Permalink
change timeout and version
Browse files Browse the repository at this point in the history
  • Loading branch information
LukassF committed Apr 5, 2024
1 parent fe8568e commit 2238028
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdk/packages/selector-sui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nightlylabs/wallet-selector-sui",
"version": "0.3.0",
"version": "0.3.1",
"description": "",
"type": "module",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion sdk/packages/selector-sui/src/adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,7 @@ export class NightlyConnectSuiAdapter extends EventEmitter<SuiAdapterEvents> {
metadataWallets,
getRecentWalletForNetwork(SUI_NETWORK)?.walletName ?? undefined
)
}, 1000)
}, 500)
}
}

Expand Down

0 comments on commit 2238028

Please sign in to comment.