sms verification: fetch contract address from Registry

This commit is contained in:
Jannis R
2016-11-17 14:21:05 +01:00
parent 3f0053f884
commit fff8743ee6
2 changed files with 35 additions and 25 deletions

View File

@@ -23,7 +23,7 @@ import githubhint from './githubhint.json';
import owned from './owned.json';
import registry from './registry.json';
import signaturereg from './signaturereg.json';
import smsVerification from './sms-verification.json';
import smsverification from './sms-verification.json';
import tokenreg from './tokenreg.json';
import wallet from './wallet.json';
@@ -37,7 +37,7 @@ export {
owned,
registry,
signaturereg,
smsVerification,
smsverification,
tokenreg,
wallet
};