From ad00b1580a55697cc812ebf277b67d37329360ae Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Fri, 18 Dec 2020 16:40:27 -0800 Subject: [PATCH] Added new config info from gatsby-ipfs-web-wallet --- .../components/site-config.js | 13 ++++++++++++- src/html.js | 3 +++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/src/gatsby-ipfs-web-wallet/components/site-config.js b/src/gatsby-ipfs-web-wallet/components/site-config.js index 34b6703..a78c7cf 100644 --- a/src/gatsby-ipfs-web-wallet/components/site-config.js +++ b/src/gatsby-ipfs-web-wallet/components/site-config.js @@ -7,7 +7,18 @@ const config = { title: 'FullStack.cash', titleShort: 'PSF', balanceText: 'BCH Balance', - balanceIcon: 'fab-bitcoin' + balanceIcon: 'fab-bitcoin', + + // The BCH address used in a memo.cash account. Used for tracking the IPFS + // hash of the mirror of this site. + memoAddr: 'bitcoincash:qq8mk8etntclfdkny2aknh4ylc0uaewalszh5eytnr', + + // Footer Information + hostText: 'FullStack.cash', + hostUrl: 'https://fullstack.cash/', + sourceCode: 'https://github.com/Permissionless-Software-Foundation/wallet.fullstack.cash', + torUrl: '6akyufxp2fiyqk5526kwxvas63xo5kag657jlztnaqnemjctkfp2xhid.onion', + clearWebUrl: 'https://wallet.fullstack.cash' } module.exports = config diff --git a/src/html.js b/src/html.js index debc538..6731b80 100644 --- a/src/html.js +++ b/src/html.js @@ -41,6 +41,9 @@ export default function HTML (props) { {/* minimal-slp-wallet-web */}