Skip to content

Commit

Permalink
fix: 1 letter domain name
Browse files Browse the repository at this point in the history
  • Loading branch information
Th0rgal committed May 1, 2024
1 parent 6719346 commit b33f4a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pricing.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ mod Pricing {
impl InternalImpl of InternalTrait {
fn get_price_per_day(self: @ContractState, domain_len: usize) -> u128 {
if domain_len == 1 {
return 534246575342466;
return 801369863013699;
}

if domain_len == 2 {
Expand Down

0 comments on commit b33f4a6

Please sign in to comment.