Skip to content

Commit

Permalink
Lower website price
Browse files Browse the repository at this point in the history
  • Loading branch information
TimDaub committed Oct 20, 2024
1 parent 2b7b3cd commit 16d443c
Showing 1 changed file with 1 addition and 1 deletion.
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("3500000000000000"),
price: BigNumber.from("2000000000000000"),
};
}

Expand Down

0 comments on commit 16d443c

Please sign in to comment.