Skip to content
Merged
Show file tree
Hide file tree
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 CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GRAPH_API_URI=
SENTRY_DSN=
SENTRY_SAMPLE_RATE=
LOG_LEVEL= # DEBUG, INFO, WARNING, SUCCESS, ERROR
RISK_CDN_URL= # Risk score CDN URL (defaults to https://risk.yearn.fi/cdn/)
RISK_CDN_URL= # Risk score CDN URL (defaults to https://curation.yearn.fi/cdn/)
```

## Architecture Overview
Expand Down
2 changes: 1 addition & 1 deletion common/env/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ var CMS_ROOT_URL = ``
** The risk scores are stored as JSON files organized by chain ID and vault address.
** Default value points to the production CDN, but can be overridden via RISK_CDN_URL env variable.
**************************************************************************************************/
var RISK_CDN_URL = `https://risk.yearn.fi/cdn/`
var RISK_CDN_URL = `https://curation.yearn.fi/cdn/`

/**************************************************************************************************
** KONG_API_URL contains the GraphQL endpoint for Kong, the single source of truth for vault
Expand Down
Loading