Created
January 7, 2020 21:48
-
-
Save dmihal/d65409f7ab9d5aa46ce04656ce012820 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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