Skip to content

Commit

Permalink
fix strategy url
Browse files Browse the repository at this point in the history
  • Loading branch information
W3stside committed Jun 8, 2022
1 parent 5a0e4b8 commit 2d3c415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/custom/api/gnosisProtocol/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function getProfileUrl(): Partial<Record<ChainId, string>> {
const STRATEGY_URL_BASE = RAW_CODE_LINK + '/configuration/config/'
function getPriceStrategyUrl(): Record<SupportedChainId, string> {
const environment = environmentName !== 'production' ? 'barn' : environmentName
const url = STRATEGY_URL_BASE + environment
const url = STRATEGY_URL_BASE + environment + '/strategies'

return {
[SupportedChainId.MAINNET]: url + '/strategy-1.json',
Expand Down

0 comments on commit 2d3c415

Please sign in to comment.