mirror of
https://github.com/fullstack-cash/explorer.fullstack.cash.git
synced 2026-09-21 16:52:05 -07:00
fix(footer): Adding footer site-config info
This commit is contained in:
Generated
+2502
-3215
File diff suppressed because it is too large
Load Diff
+2
-2
@@ -20,7 +20,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"gatsby": "^2.24.82",
|
"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"
|
"gatsby-plugin-bch-tx-history": "^1.1.3"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
@@ -31,7 +31,7 @@
|
|||||||
"url": "https://github.com/Permissionless-Software-Foundation/bch-wallet-starter/issues"
|
"url": "https://github.com/Permissionless-Software-Foundation/bch-wallet-starter/issues"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"semantic-release": "^17.1.1",
|
"semantic-release": "^17.3.0",
|
||||||
"standard": "^14.3.4"
|
"standard": "^14.3.4"
|
||||||
},
|
},
|
||||||
"release": {
|
"release": {
|
||||||
|
|||||||
@@ -7,7 +7,18 @@ const config = {
|
|||||||
title: 'Wallet Demo',
|
title: 'Wallet Demo',
|
||||||
titleShort: 'Demo',
|
titleShort: 'Demo',
|
||||||
balanceText: 'BCH Balance',
|
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
|
module.exports = config
|
||||||
|
|||||||
Reference in New Issue
Block a user