2021-08-06 09:01:38 -07:00
|
|
|
/**
|
|
|
|
|
* Configure your Gatsby site with this file.
|
|
|
|
|
*
|
|
|
|
|
* See: https://www.gatsbyjs.org/docs/gatsby-config/
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
module.exports = {
|
|
|
|
|
/* Your site config here */
|
|
|
|
|
plugins: [
|
|
|
|
|
'gatsby-ipfs-web-wallet',
|
|
|
|
|
'gatsby-plugin-bch-tx-history'
|
|
|
|
|
]
|
|
|
|
|
}
|