feat(update): Updated wallet.fullstack.cash

This commit is contained in:
Daniel Gonzalez
2021-12-22 12:01:30 -04:00
parent a556bd2fb1
commit 8cd111f2fd
5 changed files with 15805 additions and 41198 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
module.exports = { module.exports = {
/* Your site config here */ /* Your site config here */
plugins: [ plugins: [
'gatsby-ipfs-web-wallet', 'gatsby-theme-bch-wallet',
// 'bch-wallet-plugin-postoffice', // 'bch-wallet-plugin-postoffice',
// { // {
// resolve: 'gatsby-plugin-compile-es6-packages', // resolve: 'gatsby-plugin-compile-es6-packages',
+15792 -41186
View File
File diff suppressed because it is too large Load Diff
+4 -3
View File
@@ -24,9 +24,9 @@
"@capacitor/android": "^2.4.6", "@capacitor/android": "^2.4.6",
"@capacitor/cli": "^2.4.6", "@capacitor/cli": "^2.4.6",
"@capacitor/core": "^2.4.6", "@capacitor/core": "^2.4.6",
"gatsby": "^3.7.2", "gatsby": "^4.4.0",
"gatsby-ipfs-web-wallet": "^1.25.3", "gatsby-plugin-bch-sweep": "^1.5.4",
"gatsby-plugin-bch-sweep": "^1.5.4" "gatsby-theme-bch-wallet": "^1.1.1"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
@@ -43,6 +43,7 @@
"eslint-plugin-prettier": "^3.4.0", "eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-standard": "^5.0.0", "eslint-plugin-standard": "^5.0.0",
"husky": "^4.3.8", "husky": "^4.3.8",
"mocha": "^9.1.3",
"semantic-release": "^17.4.2", "semantic-release": "^17.4.2",
"standard": "^16.0.3" "standard": "^16.0.3"
}, },
@@ -9,13 +9,13 @@
import React from 'react' import React from 'react'
import { Sidebar } from 'adminlte-2-react' import { Sidebar } from 'adminlte-2-react'
import Wallet from 'gatsby-ipfs-web-wallet/src/components/admin-lte/wallet' import Wallet from 'gatsby-theme-bch-wallet/src/components/admin-lte/wallet'
import Tokens from 'gatsby-ipfs-web-wallet/src/components/admin-lte/tokens' import Tokens from 'gatsby-theme-bch-wallet/src/components/admin-lte/tokens'
import Configure from 'gatsby-ipfs-web-wallet/src/components/admin-lte/configure' import Configure from 'gatsby-theme-bch-wallet/src/components/admin-lte/configure'
import SendReceive from 'gatsby-ipfs-web-wallet/src/components/admin-lte/send-receive' import SendReceive from 'gatsby-theme-bch-wallet/src/components/admin-lte/send-receive'
import About from '../../about' import About from '../../about'
import Sweep from 'gatsby-plugin-bch-sweep' /* import Sweep from 'gatsby-plugin-bch-sweep' */
const { Item } = Sidebar const { Item } = Sidebar
@@ -36,15 +36,15 @@ const MenuComponents = props => {
text='Send/Receive BCH' text='Send/Receive BCH'
/> />
) )
}, }, /*
{ {
key: 'Sweep', key: 'Sweep',
component: <Sweep key='Sweep' {...props} />, component: <Sweep key='Sweep' {...props} />,
menuItem: <Item icon='fas-cog' key='Sweep' text='Sweep' /> menuItem: <Item icon='fas-cog' key='Sweep' text='Sweep' />
}, }, */
{ {
key: 'Wallet', key: 'Wallet',
component: <Wallet key='Wallet' {...props} />, component: <Wallet key='Wallet' interface='rest-api' {...props} />,
menuItem: <Item icon='fa-wallet' key='Wallet' text='Wallet' /> menuItem: <Item icon='fa-wallet' key='Wallet' text='Wallet' />
}, },
{ {