Skip to content

Commit

Permalink
fix: failing to fetch deployment data
Browse files Browse the repository at this point in the history
  • Loading branch information
Marchand-Nicolas committed Oct 11, 2024
1 parent 4d6628c commit 1f18ca6
Show file tree
Hide file tree
Showing 3 changed files with 11,975 additions and 7,753 deletions.
1 change: 0 additions & 1 deletion hooks/isDeployed.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ export default function isStarknetDeployed(address?: string) {
availableWallets.forEach(async (connectedWallet) => {
if (
connectedWallet.id === connector?.id &&
connectedWallet.isConnected &&
connectedWallet.id !== "braavos" // we cannot deploye braavos account for the user for now
) {
const data = await wallet.deploymentData(
Expand Down
Loading

0 comments on commit 1f18ca6

Please sign in to comment.