diff --git a/index.js b/index.js index 7c6d6c7..d3baf6e 100644 --- a/index.js +++ b/index.js @@ -1 +1,4 @@ -module.exports = {} \ No newline at end of file +module.exports = { + chaindata: require('./chaindata'), + domains: require('./domains'), +}