We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c437af commit cf01adeCopy full SHA for cf01ade
compute/src/utils/points.rs
@@ -2,7 +2,8 @@ use eyre::Context;
2
use serde::Deserialize;
3
4
/// Points URL, use with an `address` query parameter.
5
-const POINTS_API_BASE_URL: &str = "https://dkn.dria.co/dashboard/supply/v0/leaderboard/steps";
+const POINTS_API_BASE_URL: &str =
6
+ "https://mainnet.dkn.dria.co/dashboard/supply/v0/leaderboard/steps";
7
8
#[derive(Debug, Deserialize)]
9
pub struct DriaPoints {
0 commit comments