Skip to content

Commit 07bc63b

Browse files
committed
don't throw 429 error for noves_describe_txs resource
1 parent 7d969c1 commit 07bc63b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/txs/noves/useDescribeTxs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default function useDescribeTxs(items: Array<Transaction> | undefined, vi
2525
};
2626

2727
const describeQuery = useQuery({
28-
queryKey: [ 'noves_describe_txs', queryKey ],
28+
queryKey: [ 'general:noves_describe_txs', queryKey ],
2929
queryFn: async() => {
3030
const queries = txChunks.map((hashes) => {
3131
if (hashes.length === 0) {

0 commit comments

Comments
 (0)