Skip to content

Commit

Permalink
Add spacers
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Dec 26, 2024
1 parent 43189f1 commit 077e375
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/ordinals/src/rarity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ impl Rarity {

pub fn supply(self) -> u64 {
match self {
Self::Common => 2099999990760000,
Self::Uncommon => 6926535,
Self::Rare => 3432,
Self::Common => 2_099_999_990_760_000,
Self::Uncommon => 6_926_535,
Self::Rare => 3_432,
Self::Epic => 27,
Self::Legendary => 5,
Self::Mythic => 1,
Expand Down

0 comments on commit 077e375

Please sign in to comment.