Skip to content

Commit

Permalink
fix(cache.config): default for volta should be staging
Browse files Browse the repository at this point in the history
staging is more stable and should be default
  • Loading branch information
jrhender committed Feb 25, 2022
1 parent ba12da2 commit 111d440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/cache.config.ts
Expand Up @@ -3,7 +3,7 @@ import { CacheServerClientOptions } from '../modules/cacheClient/cacheClient.typ

const cacheConfig: Record<number, CacheServerClientOptions> = {
[VOLTA_CHAIN_ID]: {
url: 'https://identitycache-dev.energyweb.org/v1/',
url: 'https://identitycache-staging.energyweb.org/v1/',
cacheServerSupportsAuth: true,
},
[EWC_CHAIN_ID]: {
Expand Down

0 comments on commit 111d440

Please sign in to comment.