feat(sweep): Adding token sweeping to wallet

This commit is contained in:
Chris Troutner
2020-09-25 07:01:25 -07:00
parent 5a727221e1
commit e44af92f12
5 changed files with 21 additions and 1 deletions
+2 -1
View File
@@ -14,6 +14,7 @@ module.exports = {
options: {
modules: ['bch-wallet-plugin-postoffice']
}
}
},
'gatsby-plugin-bch-sweep'
]
}