Skip to content

Commit

Permalink
Merge pull request #895 from lfglabs-dev/fix/failing-to-fetch-deploym…
Browse files Browse the repository at this point in the history
…ent-data

fix: failing to fetch deployment data
  • Loading branch information
fricoben authored Oct 11, 2024
2 parents 4d6628c + 1f18ca6 commit cfca5fc
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 cfca5fc

Please sign in to comment.