Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
LukassF committed Sep 26, 2024
2 parents cabeb84 + 32a0f4d commit 49d39a2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sdk/apps/modal-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@nightlylabs/nightly-connect-polkadot": "0.0.16",
"@nightlylabs/nightly-connect-solana": "0.0.29",
"@nightlylabs/nightly-connect-sui": "0.1.0",
"@nightlylabs/wallet-selector-aptos": "0.1.9",
"@nightlylabs/wallet-selector-aptos": "0.1.10",
"@nightlylabs/wallet-selector-base": "^0.4.1",
"@nightlylabs/wallet-selector-polkadot": "0.2.7",
"@nightlylabs/wallet-selector-solana": "0.3.7",
Expand Down
2 changes: 1 addition & 1 deletion sdk/packages/selector-aptos/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nightlylabs/wallet-selector-aptos",
"version": "0.1.9",
"version": "0.1.10",
"description": "",
"type": "module",
"exports": {
Expand Down
6 changes: 5 additions & 1 deletion sdk/packages/selector-aptos/src/adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,11 @@ export class NightlyConnectAptosAdapter extends EventEmitter<AptosAdapterEvents>
this.connectToMobileWallet(walletName)
} else {
try {
const response = await this.connectToStandardWallet(walletName)
const response = await this.connectToStandardWallet(
walletName,
silent,
networkInfo
)
resolve(Promise.resolve(response))
} catch (error) {
reject(error)
Expand Down
2 changes: 1 addition & 1 deletion sdk/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 49d39a2

Please sign in to comment.