diff --git a/common/env/constants.go b/common/env/constants.go index 842592d19..4a1bcd445 100755 --- a/common/env/constants.go +++ b/common/env/constants.go @@ -51,7 +51,7 @@ var BASE_DATA_PATH, _ = filepath.Abs(getCurrentPath() + `../../../data/`) ** This endpoint provides access to token logo images and other visual resources ** used to enhance the UI experience for applications using yDaemon. **************************************************************************************************/ -var BASE_ASSET_URL = `https://assets.smold.app/api/token/` +var BASE_ASSET_URL = `https://token-assets-one.vercel.app/api/token/` /************************************************************************************************** ** GECKO_PRICE_URL contains the base URL for the CoinGecko token pricing API.