To use Bundlr in web3stash, you need three things:
currency - Currency You want to use for transactions(Check Bundlr Docs)
privateKey - PrivateKey to be used to sign transactions
testing- This is optional, Default is false, If you are testing set it to true so that it uses the testing node of bundlr
Note: Use these names only while passing keys in object i.e, {currency:"", privateKey:"", testing:true}
Optional Config Options
You can pass config options that is available with bundlr service- You can check bundlr docs to check what config options are there which you can pass while initialising bundlr