Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion common/env/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down