Skip to content

Commit

Permalink
Redesign /kiwipass-mint
Browse files Browse the repository at this point in the history
  • Loading branch information
TimDaub committed Jan 13, 2025
1 parent 10e2142 commit 4f8ba61
Show file tree
Hide file tree
Showing 2 changed files with 160 additions and 343 deletions.
2 changes: 1 addition & 1 deletion src/price.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export function getPrice(salesData, today = new Date()) {
averages: {
day30: average30DayMints,
},
price: BigNumber.from("2000000000000000"),
price: BigNumber.from("3000000000000"),
};
}

Expand Down
Loading

0 comments on commit 4f8ba61

Please sign in to comment.