Skip to content

Commit

Permalink
fix: default dev ssi-hub url
Browse files Browse the repository at this point in the history
  • Loading branch information
JGiter committed Feb 21, 2023
1 parent 3f777e7 commit 49f1412
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/cache-client/cache-client.t

const defaultConfig: Record<number, CacheServerClientOptions> = {
[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',
Expand Down

0 comments on commit 49f1412

Please sign in to comment.