forked from uport-project/uport-identity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.js
11 lines (11 loc) · 785 Bytes
/
index.js
1
2
3
4
5
6
7
8
9
10
11
module.exports = {
ArrayLib: require('./build/contracts/ArrayLib.json'),
IdentityFactory: require('./build/contracts/IdentityFactory.json'),
IdentityFactoryWithRecoveryKey: require('./build/contracts/IdentityFactoryWithRecoveryKey.json'),
IdentityManager: require('./build/contracts/IdentityManager.json'),
RecoverableController: require('./build/contracts/RecoverableController.json'),
Proxy: require('./build/contracts/Proxy.json'),
RecoveryQuorum: require('./build/contracts/RecoveryQuorum.json'),
MetaIdentityManager: require('./build/contracts/MetaIdentityManager.json'),
TxRelay: require('./build/contracts/TxRelay.json'),
}