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
+2502 -3215
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -20,7 +20,7 @@
},
"dependencies": {
"gatsby": "^2.24.82",
"gatsby-ipfs-web-wallet": "^1.11.4",
"gatsby-ipfs-web-wallet": "^1.18.6",
"gatsby-plugin-bch-tx-history": "^1.1.3"
},
"repository": {
@@ -31,7 +31,7 @@
"url": "https://github.com/Permissionless-Software-Foundation/bch-wallet-starter/issues"
},
"devDependencies": {
"semantic-release": "^17.1.1",
"semantic-release": "^17.3.0",
"standard": "^14.3.4"
},
"release": {
@@ -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