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