Skip to content

Commit

Permalink
chore: update default GET_TOKENS_INFO_URL during development (#679)
Browse files Browse the repository at this point in the history
Quick follow up from #649
  • Loading branch information
jeanregisser authored Dec 2, 2024
1 parent 24a418e commit 9e0668d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,7 @@ export function getConfig(): Config {
const developmentSchema = sharedSchema.extend({
GET_TOKENS_INFO_URL: z
.string()
.default(
'https://blockchain-api-dot-celo-mobile-mainnet.appspot.com/tokensInfo',
),
.default('https://api.mainnet.valora.xyz/getTokensInfoWithPrices'),
GOOGLE_CLOUD_PROJECT: z.string().default('dev-project'),
POSITION_IDS: z
.string()
Expand Down

0 comments on commit 9e0668d

Please sign in to comment.