diff --git a/src/config/cache.config.ts b/src/config/cache.config.ts index 4b9be2dd..15ee75d9 100644 --- a/src/config/cache.config.ts +++ b/src/config/cache.config.ts @@ -3,7 +3,7 @@ import { CacheServerClientOptions } from '../modules/cache-client/cache-client.t const defaultConfig: Record = { [VOLTA_CHAIN_ID]: { - url: 'https://identitycache-staging.energyweb.org/v1/', + url: 'https://identitycache-dev.energyweb.org/v1/', cacheServerSupportsAuth: true, auth: { domain: 'https://switchboard-dev.energyweb.org',