2019-05-10 09:46:19 +00:00
|
|
|
/**
|
|
|
|
|
* Configure your Gatsby site with this file.
|
|
|
|
|
*
|
|
|
|
|
* See: https://www.gatsbyjs.org/docs/gatsby-config/
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
module.exports = {
|
|
|
|
|
/* Your site config here */
|
2020-08-13 07:06:47 -07:00
|
|
|
plugins: [
|
|
|
|
|
'gatsby-ipfs-web-wallet',
|
|
|
|
|
'gatsby-plugin-bch-tx-history'
|
|
|
|
|
]
|
2019-05-10 09:46:19 +00:00
|
|
|
}
|