diff --git a/gatsby-config.js b/gatsby-config.js index e59faff..40319be 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -6,5 +6,8 @@ module.exports = { /* Your site config here */ - plugins: ['gatsby-ipfs-web-wallet', require.resolve('../gatsby-plugin-bch-tx-history')] + plugins: [ + 'gatsby-ipfs-web-wallet', + 'gatsby-plugin-bch-tx-history' + ] } diff --git a/package-lock.json b/package-lock.json index 5a9b79d..32f983c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21474,8 +21474,9 @@ } }, "gatsby-plugin-bch-tx-history": { - "version": "github:Permissionless-Software-Foundation/gatsby-plugin-bch-tx-history#99aeb6cb8e24af50fa7e912b2c44bdd3b15c81c8", - "from": "github:Permissionless-Software-Foundation/gatsby-plugin-bch-tx-history#ct-unstable", + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/gatsby-plugin-bch-tx-history/-/gatsby-plugin-bch-tx-history-1.0.6.tgz", + "integrity": "sha512-RbBdjwfTu5ZGBataRmmkRcuR5qjczOjh/LLz8jUjij7D1Dsqtzr313NamXkQdWNTotAX/fyYuQyDLdZGpoOaPw==", "requires": { "adminlte-2-react": "^0.1.27" } diff --git a/package.json b/package.json index 39759bd..dee1cd2 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "dependencies": { "gatsby": "^2.23.7", "gatsby-ipfs-web-wallet": "^1.9.8", - "gatsby-plugin-bch-tx-history": "Permissionless-Software-Foundation/gatsby-plugin-bch-tx-history#ct-unstable" + "gatsby-plugin-bch-tx-history": "^1.0.6" }, "repository": { "type": "git", diff --git a/src/gatsby-ipfs-web-wallet/components/admin-lte/wallet/index.js b/src/gatsby-ipfs-web-wallet/components/admin-lte/wallet/index.js index 83fe2b0..e50f9f6 100644 --- a/src/gatsby-ipfs-web-wallet/components/admin-lte/wallet/index.js +++ b/src/gatsby-ipfs-web-wallet/components/admin-lte/wallet/index.js @@ -1,14 +1,9 @@ import React from 'react' + import Wallet from 'gatsby-ipfs-web-wallet/src/components/admin-lte/wallet/index' + import TXHistory from 'gatsby-plugin-bch-tx-history/src/components/txhistory' -// import Info from 'gatsby-ipfs-web-wallet/src/components/admin-lte/wallet/info' - -// console.log('Wallet: ', Wallet) -// console.log('Info: ', Info) - -// let _this - class Wallet2 extends Wallet { // class Wallet2 extends React.Component { constructor (props) {