We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9cd2d1 commit 729ba1aCopy full SHA for 729ba1a
‎src/handlers/entries/get_entry.rs
@@ -36,7 +36,7 @@ pub async fn get_entry(
36
pair_id: "ETH/STRK".to_string(),
37
timestamp: chrono::Utc::now().timestamp_millis() as u64,
38
num_sources_aggregated: 5,
39
- price: "0x2386f26fc10000".to_string(), // 1 STRK == 100 ETH
+ price: "0x056bc75e2d63100000".to_string(), // 1 STRK == 100 ETH
40
decimals: 18,
41
}));
42
}
0 commit comments