Skip to content

Commit

Permalink
fix: usage of Argent connector
Browse files Browse the repository at this point in the history
  • Loading branch information
Cussone committed Nov 7, 2024
1 parent 658fa46 commit 0245904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/defaultConnectors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const defaultConnectors = ({
| StarknetkitCompoundConnector
)[] = []

defaultConnectors.push(new Argent(argentMobileOptions))
defaultConnectors.push(new Argent({ mobile: argentMobileOptions }))

if (!isSafari) {
defaultConnectors.push(new Braavos())
Expand Down

0 comments on commit 0245904

Please # to comment.