diff --git a/projects/toobit/index.js b/projects/toobit/index.js new file mode 100644 index 000000000000..99344e2d86ed --- /dev/null +++ b/projects/toobit/index.js @@ -0,0 +1,21 @@ +const { cexExports } = require('../helper/cex') + +const config = { + ethereum: { + owners: [ + '0xCAF80cfacBEF94d37De091093822f2a862adc47F' + ], + }, + bitcoin: { + owners: [ + '3926KKKCqcLaWpAau73TMo19sNv23s1wji' + ] + }, + bsc: { + owners: [ + '0xCAF80cfacBEF94d37De091093822f2a862adc47F' + ] + }, +} + +module.exports = cexExports(config) \ No newline at end of file