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 */}
+ {/* bch-message-lib */}
+
+
{/* bch-token-sweep */}