mirror of
https://github.com/fullstack-cash/wallet.fullstack.cash.git
synced 2026-09-22 17:22:05 -07:00
feat(sweep): Adding token sweeping to wallet
This commit is contained in:
@@ -9,10 +9,17 @@
|
||||
import React from 'react'
|
||||
import { Sidebar } from 'adminlte-2-react'
|
||||
import About from '../../about'
|
||||
import Sweep from 'gatsby-plugin-bch-sweep/src/components/sweep'
|
||||
|
||||
const { Item } = Sidebar
|
||||
|
||||
const MenuComponents = [
|
||||
{
|
||||
key: 'Sweep',
|
||||
// component: <><p>test</p></>,
|
||||
component: <Sweep key='Sweep' />,
|
||||
menuItem: <Item icon='fas-cog' key='Sweep' text='Sweep' />
|
||||
},
|
||||
{
|
||||
key: 'About',
|
||||
component: <About />,
|
||||
|
||||
@@ -18,6 +18,9 @@ export default function HTML (props) {
|
||||
{/* minimal-slp-wallet-web */}
|
||||
<script src='https://unpkg.com/minimal-slp-wallet-web' />
|
||||
|
||||
{/* bch-token-sweep */}
|
||||
<script src='https://unpkg.com/bch-token-sweep' />
|
||||
|
||||
{props.headComponents}
|
||||
</head>
|
||||
<body {...props.bodyAttributes}>
|
||||
|
||||
Reference in New Issue
Block a user