Skip to content

Instantly share code, notes, and snippets.

@dmihal
Created January 7, 2020 21:48
Show Gist options
  • Save dmihal/d65409f7ab9d5aa46ce04656ce012820 to your computer and use it in GitHub Desktop.
Save dmihal/d65409f7ab9d5aa46ce04656ce012820 to your computer and use it in GitHub Desktop.
import CarbonPlugin from '@burner-wallet/carbon-plugin';
import LinkdropPlugin from '@linkdrop/burner-plugin';
//...
const BurnerWallet = () =>
<ModernUI
title="Basic Wallet"
core={core}
plugins={[
new CarbonPlugin(process.env.REACT_APP_CARBON_API_KEY, 'production'),
new LinkdropPlugin(),
]}
/>
/...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment