Skip to content

Commit

Permalink
fix: tone legendary PoW requirement down
Browse files Browse the repository at this point in the history
  • Loading branch information
verbiricha committed Dec 30, 2023
1 parent d25a2f7 commit b9c0bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/badges/core/rarity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export function getPow(id: string) {
return nip13.getPow(id);
}

const LEGENDARY = 64;
const LEGENDARY = 42;
const EPIC = 32;
const SUPER_RARE = 21;
const RARE = 12;
Expand Down

1 comment on commit b9c0bc3

@vercel
Copy link

@vercel vercel bot commented on b9c0bc3 Dec 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.