mirror of
https://github.com/fullstack-cash/fullstack-gatsby-theme-bch-wallet.git
synced 2026-09-22 01:02:06 -07:00
fix(IPFS): Using fullstack.cash gateway for IPFS
This commit is contained in:
@@ -27,7 +27,7 @@ class Footer extends React.Component {
|
||||
console.log(`hash: ${hash}`)
|
||||
this.setState({
|
||||
ipfsHash: hash,
|
||||
ipfsHashLink: `https://ipfs.io/ipfs/${hash}`
|
||||
ipfsHashLink: `https://ipfs-gateway.fullstack.cash/ipfs/${hash}`
|
||||
})
|
||||
|
||||
// const bchjs = new BCHJS()
|
||||
|
||||
Reference in New Issue
Block a user