Skip to content

Commit

Permalink
chore: update claim and identity managers
Browse files Browse the repository at this point in the history
  • Loading branch information
JGiter authored and jrhender committed Jul 7, 2021
1 parent 6cc3c94 commit 12c8d78
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/iam/chainConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ import {
VOLTA_DOMAIN_NOTIFER_ADDRESS,
VOLTA_ENS_REGISTRY_ADDRESS,
VOLTA_PUBLIC_RESOLVER_ADDRESS,
VOLTA_RESOLVER_V1_ADDRESS
VOLTA_RESOLVER_V1_ADDRESS,
VOLTA_IDENTITY_MANAGER_ADDRESS,
VOLTA_CLAIM_MANAGER_ADDRESS
} from "@energyweb/iam-contracts";
import { CacheServerClientOptions } from "../cacheServerClient/cacheServerClient";
import { MessagingMethod } from "../utils/constants";
Expand Down Expand Up @@ -36,11 +38,9 @@ export const chainConfigs: Record<number, ChainConfig> = {
ensResolverAddress: VOLTA_RESOLVER_V1_ADDRESS,
ensPublicResolverAddress: VOLTA_PUBLIC_RESOLVER_ADDRESS,
domainNotifierAddress: VOLTA_DOMAIN_NOTIFER_ADDRESS,
// TODO: export from did-lib
assetManagerAddress: "0xE258fA7D1cc8964D0dEB7204Df947bCa42b2c940",
assetManagerAddress: VOLTA_IDENTITY_MANAGER_ADDRESS,
didContractAddress: VoltaAddress1056,
// TODO: export from iam-contracts
claimManagerAddress: "0x2F259e307D0Ba78902391c070e7b4aA043E74DBB"
claimManagerAddress: VOLTA_CLAIM_MANAGER_ADDRESS
}
};

Expand Down

0 comments on commit 12c8d78

Please sign in to comment.