Added new config info from gatsby-ipfs-web-wallet

This commit is contained in:
Chris Troutner
2020-12-18 16:40:27 -08:00
parent 8f868fc63f
commit ad00b1580a
2 changed files with 15 additions and 1 deletions
@@ -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
+3
View File
@@ -41,6 +41,9 @@ export default function HTML (props) {
{/* minimal-slp-wallet-web */}
<script src='https://unpkg.com/minimal-slp-wallet-web' />
{/* bch-message-lib */}
<script src='https://unpkg.com/bch-message-lib' />
{/* bch-token-sweep */}
<script src='https://unpkg.com/bch-token-sweep' />