Skip to content

Commit 729ba1a

Browse files
committed
🤡 mocked value
1 parent d9cd2d1 commit 729ba1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/handlers/entries/get_entry.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ pub async fn get_entry(
3636
pair_id: "ETH/STRK".to_string(),
3737
timestamp: chrono::Utc::now().timestamp_millis() as u64,
3838
num_sources_aggregated: 5,
39-
price: "0x2386f26fc10000".to_string(), // 1 STRK == 100 ETH
39+
price: "0x056bc75e2d63100000".to_string(), // 1 STRK == 100 ETH
4040
decimals: 18,
4141
}));
4242
}

0 commit comments

Comments
 (0)