Skip to content

Commit

Permalink
adds more realistic timestamp values
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-de-leon-cll authored and archseer committed Apr 8, 2024
1 parent b51637a commit b4fc4c5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ fn main() {
// Feel free to modify these
let answer = 1;
let block_num = 12345;
let observation_timestamp = 100000;
let transmission_timestamp = 200000;
let observation_timestamp = 1711716556;
let transmission_timestamp = 1711716514;

let result = invoke(
mock_aggregator_address,
Expand Down

0 comments on commit b4fc4c5

Please sign in to comment.