Skip to content

Commit

Permalink
Bump @orangekit/react dependency
Browse files Browse the repository at this point in the history
To update the conection flow.
  • Loading branch information
r-czajkowski committed Sep 30, 2024
1 parent b893911 commit 9aa13a0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@orangekit/react": "1.0.0-beta.33-dev.0",
"@orangekit/react": "1.0.0-beta.33-dev.1",
"@orangekit/sign-in-with-wallet": "1.0.0-beta.6",
"@reduxjs/toolkit": "^2.2.0",
"@rehooks/local-storage": "^2.4.5",
Expand Down
3 changes: 1 addition & 2 deletions dapp/src/wagmiConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ const orangeKitXverseConnector = getOrangeKitXverseConnector(connectorConfig)
const orangeKitLedgerLiveConnector = getOrangeKitLedgerLiveConnector({
...connectorConfig,
options: {
shouldConnectToFirstAccountByDefault: true,
tryToConnectToAddress: getLocalStorageItem(LAST_USED_BTC_ADDRESS_KEY),
tryConnectToAddress: getLocalStorageItem(LAST_USED_BTC_ADDRESS_KEY),
},
})

Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

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

0 comments on commit 9aa13a0

Please sign in to comment.