From 5a412c0a0abb0c23014eaf73dfe85f2d244b2206 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Fri, 18 Dec 2020 15:18:11 -0800 Subject: [PATCH] Updating IPFS checkpoint --- src/components/footer/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/footer/index.js b/src/components/footer/index.js index df800c3..14d7cf0 100644 --- a/src/components/footer/index.js +++ b/src/components/footer/index.js @@ -35,7 +35,7 @@ class Footer extends React.Component { async handleMemoService () { // This is a hard-coded hash or 'checkpoint' to use in times when the // connection fails. - const hash = 'QmXhhzNZ3dcKEC1JE428zVVVfXuzqUAzpWdKf6wdfHPtEi' + const hash = 'QmXT85Xoi7xMRD9m7Ta4Cx8Yrsd2WSzLrq2VRo26KW4xLu' // Try to retrieve the hash from the BCH blockchain. try {