Skip to content

Commit

Permalink
update interval. (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
blowcowbeer authored Mar 25, 2024
1 parent dd41267 commit 0850b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion updater/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use std::sync::Arc;
use std::time::Duration;

const DEFAULT_RPC_RETRIES: usize = 3;
const DEFAULT_INTERVAL: u64 = 15; // 15s
const DEFAULT_INTERVAL: u64 = 12; // 12s

abigen!(RewardContract, "../abi/Reward.json");
abigen!(StakingContract, "../abi/Staking.json");
Expand Down

0 comments on commit 0850b80

Please sign in to comment.