From f1f61b0f2e12fbf7cd4e2cbe2ff51736f2530316 Mon Sep 17 00:00:00 2001 From: Moses <103143573+Defi-Moses@users.noreply.github.com> Date: Thu, 9 May 2024 17:30:43 +0100 Subject: [PATCH] adding spectral coingecko ids for pricing (#2596) --- services/explorer/static/tokenIDToCoinGeckoID.yaml | 1 + services/explorer/static/tokenSymbolToCoinGeckoID.yaml | 1 + services/explorer/static/tokenSymbolToTokenID.yaml | 1 + 3 files changed, 3 insertions(+) diff --git a/services/explorer/static/tokenIDToCoinGeckoID.yaml b/services/explorer/static/tokenIDToCoinGeckoID.yaml index 9308aae97b..6c618da717 100644 --- a/services/explorer/static/tokenIDToCoinGeckoID.yaml +++ b/services/explorer/static/tokenIDToCoinGeckoID.yaml @@ -39,3 +39,4 @@ UNIDX: 'unidex' USDbC: 'usd-coin' crvUSD: 'usd-coin' USDB: 'usdb' +SPEC: 'spectral' diff --git a/services/explorer/static/tokenSymbolToCoinGeckoID.yaml b/services/explorer/static/tokenSymbolToCoinGeckoID.yaml index 93bc435c90..231aa8ef74 100644 --- a/services/explorer/static/tokenSymbolToCoinGeckoID.yaml +++ b/services/explorer/static/tokenSymbolToCoinGeckoID.yaml @@ -39,3 +39,4 @@ unidx: 'unidex' usdbc: 'usd-coin' crvusd: 'usd-coin' usdb: 'usdb' +spec: 'spectral' diff --git a/services/explorer/static/tokenSymbolToTokenID.yaml b/services/explorer/static/tokenSymbolToTokenID.yaml index d1df4cf75b..83bac16402 100644 --- a/services/explorer/static/tokenSymbolToTokenID.yaml +++ b/services/explorer/static/tokenSymbolToTokenID.yaml @@ -41,3 +41,4 @@ unidx: 'UNIDX' usdbc: 'usd-coin' crvusd: 'usd-coin' usdb: 'usdb' +spec: 'spectral'