Skip to content

Commit cf01ade

Browse files
committed
update points url
1 parent 1c437af commit cf01ade

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compute/src/utils/points.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ use eyre::Context;
22
use serde::Deserialize;
33

44
/// Points URL, use with an `address` query parameter.
5-
const POINTS_API_BASE_URL: &str = "https://dkn.dria.co/dashboard/supply/v0/leaderboard/steps";
5+
const POINTS_API_BASE_URL: &str =
6+
"https://mainnet.dkn.dria.co/dashboard/supply/v0/leaderboard/steps";
67

78
#[derive(Debug, Deserialize)]
89
pub struct DriaPoints {

0 commit comments

Comments
 (0)