We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c864eed commit 591671cCopy full SHA for 591671c
examples/developer-hub-rust/src/bin/fetch_anchor_feeds.rs
@@ -4,6 +4,7 @@ use serde_json::json;
4
const BASE_URL: &str = "https://flr-data-availability.flare.network/";
5
const API_KEY: &str = "<your-api-key>";
6
7
+#[allow(dead_code)]
8
const FEED_IDS: &[&str] = &[
9
"0x01464c522f55534400000000000000000000000000", // FLR/USD
10
"0x014254432f55534400000000000000000000000000", // BTC/USD
0 commit comments