Skip to content

Commit

Permalink
ref: changes prices
Browse files Browse the repository at this point in the history
  • Loading branch information
fricoben committed Nov 25, 2024
1 parent 9747e3f commit 9b1e27e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pricing.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ mod Pricing {
impl InternalImpl of InternalTrait {
fn get_price_per_day(self: @ContractState, domain_len: usize) -> u128 {
if domain_len == 1 {
return 801369863013699;
return 273972602739726;
}

if domain_len == 2 {
return 657534246575343;
return 136986301369863;
}

if domain_len == 3 {
return 160000000000000;
return 68493150684931;
}

if domain_len == 4 {
Expand Down

0 comments on commit 9b1e27e

Please sign in to comment.