diff --git a/package-lock.json b/package-lock.json index 68be076..0da26d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@capacitor/cli": "^2.4.6", "@capacitor/core": "^2.4.6", "gatsby": "^4.4.0", - "gatsby-plugin-bch-sweep": "^1.5.4", + "gatsby-plugin-bch-sweep": "^1.5.5", "gatsby-theme-bch-wallet": "^1.1.2" }, "devDependencies": { @@ -17902,9 +17902,9 @@ } }, "node_modules/gatsby-plugin-bch-sweep": { - "version": "1.5.4", - "resolved": "https://registry.npmjs.org/gatsby-plugin-bch-sweep/-/gatsby-plugin-bch-sweep-1.5.4.tgz", - "integrity": "sha512-W26/j+kirFrcgIowA1J4hTyIDkTLXeVbrryQZ4Z8GMojw5YkIxZ+61l2i96IJT0zmvKr5qSECMptpCt1Do9Tng==", + "version": "1.5.5", + "resolved": "http://94.130.170.209:4873/gatsby-plugin-bch-sweep/-/gatsby-plugin-bch-sweep-1.5.5.tgz", + "integrity": "sha512-PpWp7tdcl7raW7aVu0pWeDjpId3pFJgfK1ZWgn65Hw5YdbPWkm62WGCcaO0uT/Of9umqc5quDuNH6ogR1Dmx8A==", "license": "MIT", "dependencies": { "adminlte-2-react": "^0.1.27" @@ -58314,9 +58314,9 @@ } }, "gatsby-plugin-bch-sweep": { - "version": "1.5.4", - "resolved": "https://registry.npmjs.org/gatsby-plugin-bch-sweep/-/gatsby-plugin-bch-sweep-1.5.4.tgz", - "integrity": "sha512-W26/j+kirFrcgIowA1J4hTyIDkTLXeVbrryQZ4Z8GMojw5YkIxZ+61l2i96IJT0zmvKr5qSECMptpCt1Do9Tng==", + "version": "1.5.5", + "resolved": "http://94.130.170.209:4873/gatsby-plugin-bch-sweep/-/gatsby-plugin-bch-sweep-1.5.5.tgz", + "integrity": "sha512-PpWp7tdcl7raW7aVu0pWeDjpId3pFJgfK1ZWgn65Hw5YdbPWkm62WGCcaO0uT/Of9umqc5quDuNH6ogR1Dmx8A==", "requires": { "adminlte-2-react": "^0.1.27" } diff --git a/package.json b/package.json index 105435e..211c95c 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@capacitor/cli": "^2.4.6", "@capacitor/core": "^2.4.6", "gatsby": "^4.4.0", - "gatsby-plugin-bch-sweep": "^1.5.4", + "gatsby-plugin-bch-sweep": "^1.5.5", "gatsby-theme-bch-wallet": "^1.1.2" }, "repository": { diff --git a/src/gatsby-theme-bch-wallet/components/menu-components.js b/src/gatsby-theme-bch-wallet/components/menu-components.js index a53c274..1edaa16 100644 --- a/src/gatsby-theme-bch-wallet/components/menu-components.js +++ b/src/gatsby-theme-bch-wallet/components/menu-components.js @@ -15,7 +15,7 @@ import Configure from 'gatsby-theme-bch-wallet/src/components/admin-lte/configur 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/src/components/sweep/index' const { Item } = Sidebar @@ -36,10 +36,12 @@ const MenuComponents = props => { text='Send/Receive BCH' /> ) - }, /* { key: 'Sweep', + }, + { + key: 'Sweep', component: , menuItem: - }, */ + }, { key: 'Wallet', component: ,