fix(footer): Adding footer site-config info

This commit is contained in:
Chris Troutner
2020-12-21 18:32:01 -08:00
parent 03414c0edc
commit 609f0358a4
3 changed files with 2516 additions and 3218 deletions
@@ -7,7 +7,18 @@ const config = {
title: 'Wallet Demo',
titleShort: 'Demo',
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:qzr4s6fwk55zvl7xqsjpr4k7zkqfmvcz7qapxys8t5',
// Footer Information
hostText: 'FullStack.cash',
hostUrl: 'https://fullstack.cash/',
sourceCode: 'https://github.com/Permissionless-Software-Foundation/bch-wallet-starter',
torUrl: 'tozqhxcrknbv5l3wshwgj6vp3bj5ezw7qp4jdn4bjrhcpetpcq74j7ad.onion',
clearWebUrl: 'https://demo-wallet.fullstack.cash'
}
module.exports = config