Skip to content

Commit

Permalink
feat: update pricing of domains (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
Th0rgal authored Apr 30, 2024
1 parent 950e70a commit 33b3eea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bot/src/starknetid_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ use std::str::FromStr;
use crate::{config::Config, starknet_utils::create_jsonrpc_client};

lazy_static::lazy_static! {
static ref PRICE_DOMAIN_LEN_1: BigInt = BigInt::from_u128(1068493150684932 * 365).unwrap();
static ref PRICE_DOMAIN_LEN_1: BigInt = BigInt::from_u128(534246575342466 * 365).unwrap();
static ref PRICE_DOMAIN_LEN_2: BigInt = BigInt::from_u128(657534246575343 * 365).unwrap();
static ref PRICE_DOMAIN_LEN_3: BigInt = BigInt::from_u128(200000000000000 * 365).unwrap();
static ref PRICE_DOMAIN_LEN_4: BigInt = BigInt::from_u128(73972602739726 * 365).unwrap();
static ref PRICE_DOMAIN_LEN_3: BigInt = BigInt::from_u128(160000000000000 * 365).unwrap();
static ref PRICE_DOMAIN_LEN_4: BigInt = BigInt::from_u128(36986301369863 * 365).unwrap();
static ref PRICE_DOMAIN: BigInt = BigInt::from_u128(24657534246575 * 365).unwrap();
}

Expand Down

0 comments on commit 33b3eea

Please sign in to comment.