mirror of
https://github.com/fullstack-cash/wallet.fullstack.cash.git
synced 2026-09-21 16:52:05 -07:00
fix(sweep): Working with bch-token-sweep v1.5.0
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ module.exports = {
|
||||
// modules: ['bch-wallet-plugin-postoffice']
|
||||
// }
|
||||
// },
|
||||
// require.resolve('../gatsby-plugin-bch-sweep')
|
||||
// require.resolve('/home/trout/work/psf/gatsby-plugin-bch-sweep')
|
||||
'gatsby-plugin-bch-sweep'
|
||||
]
|
||||
}
|
||||
|
||||
Generated
+12
-12
@@ -11545,9 +11545,9 @@
|
||||
}
|
||||
},
|
||||
"fromentries": {
|
||||
"version": "1.2.1",
|
||||
"resolved": "https://registry.npmjs.org/fromentries/-/fromentries-1.2.1.tgz",
|
||||
"integrity": "sha512-Xu2Qh8yqYuDhQGOhD5iJGninErSfI9A3FrriD3tjUgV5VbJFeH8vfgZ9HnC6jWN80QDVNQK5vmxRAmEAp7Mevw=="
|
||||
"version": "1.3.0",
|
||||
"resolved": "https://registry.npmjs.org/fromentries/-/fromentries-1.3.0.tgz",
|
||||
"integrity": "sha512-+pKvlQHvpxxSTF+tWZ4DjxD0Sz4G26EjAP4z7D2k8VLJ19hrLbSgaQLx/u2mVQn7hiA2s/3DyutOyFwTuDsRgA=="
|
||||
},
|
||||
"fs-constants": {
|
||||
"version": "1.0.0",
|
||||
@@ -21472,9 +21472,9 @@
|
||||
}
|
||||
},
|
||||
"gatsby-ipfs-web-wallet": {
|
||||
"version": "1.11.3",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-ipfs-web-wallet/-/gatsby-ipfs-web-wallet-1.11.3.tgz",
|
||||
"integrity": "sha512-RkFkkZpEszuQSSvF/GGW8Pls/xF0OwcmxpPEXi0FqsuZ0oPRaPtKhwNzamnzmg4Zm6Bhrvl8QN33LQglO3N3fA==",
|
||||
"version": "1.13.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-ipfs-web-wallet/-/gatsby-ipfs-web-wallet-1.13.0.tgz",
|
||||
"integrity": "sha512-nh8M3OI/fQMv8JJb3SNcWrB1jxC/54NqgE8T4HtyORoWQaao1zB7sjox4sysLFltdqLm5ZRFrnb2ZBEHngzbQw==",
|
||||
"requires": {
|
||||
"adminlte-2-react": "^0.1.27",
|
||||
"copy-to-clipboard": "^3.3.1",
|
||||
@@ -21532,9 +21532,9 @@
|
||||
}
|
||||
},
|
||||
"gatsby-plugin-bch-sweep": {
|
||||
"version": "1.3.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-bch-sweep/-/gatsby-plugin-bch-sweep-1.3.0.tgz",
|
||||
"integrity": "sha512-Ab+8r70d7pQV/Z0PedHnfMglzqlOMaEDuxf7C2dqgjFjXioaiouvdYY6WglDryclDDuTA4szvtVYvXtmK8m/tA==",
|
||||
"version": "1.4.1",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-bch-sweep/-/gatsby-plugin-bch-sweep-1.4.1.tgz",
|
||||
"integrity": "sha512-+ZclhleCEPvnEDPU3471FXTSqeI+68atGetjozeUzxRYYlQ74n0zq+m7LHQg13pIUAvaZC0LmqvFavYZFhjhfw==",
|
||||
"requires": {
|
||||
"adminlte-2-react": "^0.1.27"
|
||||
}
|
||||
@@ -21665,9 +21665,9 @@
|
||||
}
|
||||
},
|
||||
"gatsby-plugin-offline": {
|
||||
"version": "3.2.35",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-3.2.35.tgz",
|
||||
"integrity": "sha512-qiv4ry+6053bpXyc8zjTWiOpslMpjVGXdUFTVnUv/ffzvQS4jhXty7uC2mC0H9LwOvSUFmiIuNZ81oVs+XiFEw==",
|
||||
"version": "3.2.37",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-3.2.37.tgz",
|
||||
"integrity": "sha512-GwutE/t5t1SlPv8tQPboxGdwk2ERMFoVLE/LAMgLKnt+SonDk3kLd2+j7qwyA60qdVjyET1gGa2296gyPnLPsw==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.11.2",
|
||||
"cheerio": "^1.0.0-rc.3",
|
||||
|
||||
+2
-2
@@ -20,8 +20,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"gatsby": "^2.24.80",
|
||||
"gatsby-ipfs-web-wallet": "^1.11.4",
|
||||
"gatsby-plugin-bch-sweep": "^1.4.0"
|
||||
"gatsby-ipfs-web-wallet": "^1.13.0",
|
||||
"gatsby-plugin-bch-sweep": "^1.4.1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@@ -15,7 +15,7 @@ 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 About from '../../about'
|
||||
import Sweep from 'gatsby-plugin-bch-sweep/src/components/sweep'
|
||||
import Sweep from 'gatsby-plugin-bch-sweep'
|
||||
|
||||
const { Item } = Sidebar
|
||||
|
||||
|
||||
Reference in New Issue
Block a user