Skip to content

Commit

Permalink
feat(config): update default volta chain config
Browse files Browse the repository at this point in the history
  • Loading branch information
Harasz committed Feb 17, 2022
1 parent bf97af2 commit 69b3763
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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://volta-identitycache.energyweb.org/v1/',
url: 'https://identitycache-dev.energyweb.org/v1/',
cacheServerSupportsAuth: true,
},
[EWC_CHAIN_ID]: {
Expand Down
2 changes: 1 addition & 1 deletion src/config/messaging.config.ts
Expand Up @@ -11,7 +11,7 @@ export interface MessagingConfig {
const messagingConfig: Record<ChainId, MessagingConfig> = {
[VOLTA_CHAIN_ID]: {
messagingMethod: MessagingMethod.Nats,
natsServerUrl: 'https://volta-identityevents.energyweb.org/',
natsServerUrl: 'https://identityevents-dev.energyweb.org/',
natsEnvironmentName: 'ewf-volta',
},
};
Expand Down

0 comments on commit 69b3763

Please sign in to comment.