Skip to content

Commit

Permalink
Update SIGN_CHARGED_CYCLE
Browse files Browse the repository at this point in the history
  • Loading branch information
SoraSuegami committed Dec 20, 2024
1 parent acb60c1 commit 0264c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/relayer/src/modules/dkim.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ use ic_utils::canister::*;
use ic_utils::interfaces::WalletCanister;
use serde::Deserialize;

pub const SIGN_CHARGED_CYCLE: u128 = 39_246_898_590;
pub const SIGN_CHARGED_CYCLE: u128 = 85_414_812_012;

/// Represents a client for interacting with the DKIM Oracle.
#[derive(Debug, Clone)]
Expand Down

0 comments on commit 0264c47

Please sign in to comment.