fix(IPFS): Using fullstack.cash gateway for IPFS

This commit is contained in:
Chris Troutner
2020-07-23 13:03:52 -07:00
parent ab611613a6
commit 512e99cdf9
+1 -1
View File
@@ -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()