diff --git a/bot/src/starknetid_utils.rs b/bot/src/starknetid_utils.rs index 939682e..86ad4d5 100644 --- a/bot/src/starknetid_utils.rs +++ b/bot/src/starknetid_utils.rs @@ -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(); }