Skip to content

Commit

Permalink
Added missing ABI to index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
br41nl3t committed Mar 21, 2023
1 parent 55017cc commit 5ad4dc4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@ import AbstractAssetABI from './abi/AbstractAsset.json';
import AssertionABI from './abi/Assertion.json';
import AssertionStorageABI from './abi/AssertionStorage.json';
import CommitManagerV1ABI from './abi/CommitManagerV1.json';
import CommitManagerV1U1ABI from './abi/CommitManagerV1U1.json';
import ContentAssetABI from './abi/ContentAsset.json';
import ContentAssetStorageABI from './abi/ContentAssetStorage.json';
import GuardianABI from './abi/Guardian.json';
import HashingProxyABI from './abi/HashingProxy.json';
import HubABI from './abi/Hub.json';
import ICustodian from './abi/ICustodian.json';
import IdentityABI from './abi/Identity.json';
import IdentityStorageABI from './abi/IdentityStorage.json';
import IHashFunctionABI from './abi/IHashFunction.json';
Expand All @@ -18,6 +20,7 @@ import ParametersStorageABI from './abi/ParametersStorage.json';
import ProfileABI from './abi/Profile.json';
import ProfileStorageABI from './abi/ProfileStorage.json';
import ProofManagerV1ABI from './abi/ProofManagerV1.json';
import ProofManagerV1U1ABI from './abi/ProofManagerV1U1.json';
import ScoringProxyABI from './abi/ScoringProxy.json';
import ServiceAgreementStorageProxyABI from './abi/ServiceAgreementStorageProxy.json';
import ServiceAgreementStorageV1ABI from './abi/ServiceAgreementStorageV1.json';
Expand Down Expand Up @@ -48,7 +51,9 @@ export {
ServiceAgreementStorageProxyABI,
ServiceAgreementV1ABI,
CommitManagerV1ABI,
CommitManagerV1U1ABI,
ProofManagerV1ABI,
ProofManagerV1U1ABI,
ContentAssetStorageABI,
ContentAssetABI,
TokenABI,
Expand All @@ -63,6 +68,7 @@ export {
WhitelistStorageABI,
AbstractAssetABI,
GuardianABI,
ICustodian,
IHashFunctionABI,
IndexableABI,
IScoreFunctionABI,
Expand Down

0 comments on commit 5ad4dc4

Please sign in to comment.