Skip to content

Commit

Permalink
no stale in useDappMetadata
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanmino committed Oct 6, 2023
1 parent 9bd45c3 commit 9e311b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/resources/metadata/dapp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,5 @@ export function useDappMetadata({ url }: DappMetadataArgs) {
return getDappMetadata({ host: appHost });
},
enabled: !!url,
staleTime: 60000,
});
}

0 comments on commit 9e311b1

Please sign in to comment.