fix(sweep): Adding bch-only, fixing multiple tokens

This commit is contained in:
Chris Troutner
2020-09-25 20:37:09 -07:00
parent 23b6498849
commit 2224fe3a71
2 changed files with 4 additions and 3 deletions
+1
View File
@@ -15,6 +15,7 @@ module.exports = {
modules: ['bch-wallet-plugin-postoffice'] modules: ['bch-wallet-plugin-postoffice']
} }
}, },
// require.resolve('../gatsby-plugin-bch-sweep')
'gatsby-plugin-bch-sweep' 'gatsby-plugin-bch-sweep'
] ]
} }
+3 -3
View File
@@ -22277,9 +22277,9 @@
} }
}, },
"gatsby-plugin-bch-sweep": { "gatsby-plugin-bch-sweep": {
"version": "1.2.2", "version": "1.2.3",
"resolved": "https://registry.npmjs.org/gatsby-plugin-bch-sweep/-/gatsby-plugin-bch-sweep-1.2.2.tgz", "resolved": "https://registry.npmjs.org/gatsby-plugin-bch-sweep/-/gatsby-plugin-bch-sweep-1.2.3.tgz",
"integrity": "sha512-s4xSKqFuEudYX+FcECMVTd9Soo98eOYbsF0w5HQLrNIJv8Uk/xBfTb8vkOikm03HrcOZIrbVm7+hFZoUb0WN9Q==", "integrity": "sha512-xF0MKSsxcTCJnubNKcrlrvVp+aZvk150sOzfYPNFbwCLgoQDOFYBP770KNe3sPmjSopO64k9CVbdKLxOollK0g==",
"requires": { "requires": {
"adminlte-2-react": "^0.1.27" "adminlte-2-react": "^0.1.27"
} }