add blockcypher [WIP]

This commit is contained in:
Josh Harvey 2017-05-20 18:08:09 +03:00
parent b28c99aabb
commit 23458b6b56
10 changed files with 133 additions and 17 deletions

View file

@ -8,7 +8,8 @@ const pluginCodes = {
EXCHANGE: 'exchange',
WALLET: 'wallet',
SMS: 'sms',
EMAIL: 'email'
EMAIL: 'email',
ZERO_CONF: 'zero-conf'
}
module.exports = _.assign({load, loadSchemas}, pluginCodes)