Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into tests/e2e-POC
Browse files Browse the repository at this point in the history
  • Loading branch information
canlopes committed Nov 26, 2024
2 parents dcd12ab + ac1fb5a commit 68ad38f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"react": "19.0.0-rc-02c0e824-20241028",
"react-dom": "19.0.0-rc-02c0e824-20241028",
"starknet": "^6.11.0",
"starknetkit": "^2.4.0"
"starknetkit": "^2.6.0"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

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

1 change: 1 addition & 0 deletions src/components/connect/ConnectStarknetkitModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const ConnectStarknetkitModal = () => {

const { starknetkitConnectModal } = useStarknetkitConnectModal({
connectors: connectors as StarknetkitConnector[],
modalTheme: "dark",
})

return (
Expand Down
2 changes: 1 addition & 1 deletion src/connectors/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const availableConnectors = () => {
},
}),
isMobileDevice() ? BraavosMobileConnector.init({}) : null,
new WebWalletConnector({ url: ARGENT_WEBWALLET_URL /* theme: "auto" */ }),
new WebWalletConnector({ url: ARGENT_WEBWALLET_URL, theme: "dark" }),
].filter((connector) => connector !== null)
}

Expand Down

0 comments on commit 68ad38f

Please sign in to comment.