From 5871f048645c9678dbc691ef56eee04571629439 Mon Sep 17 00:00:00 2001 From: FunDexApp Date: Wed, 4 Dec 2024 13:39:30 +0100 Subject: [PATCH] Update info.json fetching prices from api --- tokens/LRONE-c13024/info.json | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/tokens/LRONE-c13024/info.json b/tokens/LRONE-c13024/info.json index da5938f12a..9162f79f26 100644 --- a/tokens/LRONE-c13024/info.json +++ b/tokens/LRONE-c13024/info.json @@ -1,8 +1,13 @@ { - "social": { - "twitter": "https://twitter.com/OneDex_X" - }, - "website": "https://onedex.app/", - "description": "Liquid token rewarded for staking OneDex Governance Token", - "status": "active" + "social": { + "twitter": "https://twitter.com/OneDex_X" + }, + "website": "https://onedex.app/", + "description": "Liquid token rewarded for staking OneDex Governance Token", + "status": "active", + "priceSource": { + "type": "customUrl", + "url": "https://api.onedex.app/prices/LRONE-c13024", + "path": "0.usdPrice" + } }