Skip to content

Commit

Permalink
update kusama rarity probabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieljaegerde committed Apr 25, 2024
1 parent d25b5e5 commit 95b3ffd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/chains/kusama.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ const DEFAULT_REWARDS_CONFIG = {
royaltyAddress: "",
options: [
{
maxProbability: 25,
maxProbability: 20,
minProbability: 3,
transferable: true,
artist: "",
Expand All @@ -137,8 +137,8 @@ const DEFAULT_REWARDS_CONFIG = {
description: "",
},
{
maxProbability: 40,
minProbability: 10,
maxProbability: 35,
minProbability: 6,
transferable: true,
artist: "",
rarity: "rare",
Expand Down

0 comments on commit 95b3ffd

Please sign in to comment.