mirror of
https://github.com/fullstack-cash/wallet.fullstack.cash.git
synced 2026-09-21 16:52:05 -07:00
feat(update): Updated wallet.fullstack.cash
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@
|
||||
module.exports = {
|
||||
/* Your site config here */
|
||||
plugins: [
|
||||
'gatsby-ipfs-web-wallet',
|
||||
'gatsby-theme-bch-wallet',
|
||||
// 'bch-wallet-plugin-postoffice',
|
||||
// {
|
||||
// resolve: 'gatsby-plugin-compile-es6-packages',
|
||||
|
||||
Generated
+15792
-41186
File diff suppressed because it is too large
Load Diff
+4
-3
@@ -24,9 +24,9 @@
|
||||
"@capacitor/android": "^2.4.6",
|
||||
"@capacitor/cli": "^2.4.6",
|
||||
"@capacitor/core": "^2.4.6",
|
||||
"gatsby": "^3.7.2",
|
||||
"gatsby-ipfs-web-wallet": "^1.25.3",
|
||||
"gatsby-plugin-bch-sweep": "^1.5.4"
|
||||
"gatsby": "^4.4.0",
|
||||
"gatsby-plugin-bch-sweep": "^1.5.4",
|
||||
"gatsby-theme-bch-wallet": "^1.1.1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -43,6 +43,7 @@
|
||||
"eslint-plugin-prettier": "^3.4.0",
|
||||
"eslint-plugin-standard": "^5.0.0",
|
||||
"husky": "^4.3.8",
|
||||
"mocha": "^9.1.3",
|
||||
"semantic-release": "^17.4.2",
|
||||
"standard": "^16.0.3"
|
||||
},
|
||||
|
||||
+8
-8
@@ -9,13 +9,13 @@
|
||||
import React from 'react'
|
||||
import { Sidebar } from 'adminlte-2-react'
|
||||
|
||||
import Wallet from 'gatsby-ipfs-web-wallet/src/components/admin-lte/wallet'
|
||||
import Tokens from 'gatsby-ipfs-web-wallet/src/components/admin-lte/tokens'
|
||||
import Configure from 'gatsby-ipfs-web-wallet/src/components/admin-lte/configure'
|
||||
import SendReceive from 'gatsby-ipfs-web-wallet/src/components/admin-lte/send-receive'
|
||||
import Wallet from 'gatsby-theme-bch-wallet/src/components/admin-lte/wallet'
|
||||
import Tokens from 'gatsby-theme-bch-wallet/src/components/admin-lte/tokens'
|
||||
import Configure from 'gatsby-theme-bch-wallet/src/components/admin-lte/configure'
|
||||
import SendReceive from 'gatsby-theme-bch-wallet/src/components/admin-lte/send-receive'
|
||||
|
||||
import About from '../../about'
|
||||
import Sweep from 'gatsby-plugin-bch-sweep'
|
||||
/* import Sweep from 'gatsby-plugin-bch-sweep' */
|
||||
|
||||
const { Item } = Sidebar
|
||||
|
||||
@@ -36,15 +36,15 @@ const MenuComponents = props => {
|
||||
text='Send/Receive BCH'
|
||||
/>
|
||||
)
|
||||
},
|
||||
}, /*
|
||||
{
|
||||
key: 'Sweep',
|
||||
component: <Sweep key='Sweep' {...props} />,
|
||||
menuItem: <Item icon='fas-cog' key='Sweep' text='Sweep' />
|
||||
},
|
||||
}, */
|
||||
{
|
||||
key: 'Wallet',
|
||||
component: <Wallet key='Wallet' {...props} />,
|
||||
component: <Wallet key='Wallet' interface='rest-api' {...props} />,
|
||||
menuItem: <Item icon='fa-wallet' key='Wallet' text='Wallet' />
|
||||
},
|
||||
{
|
||||
Reference in New Issue
Block a user