Merge pull request #29 from Permissionless-Software-Foundation/ct-unstable

fix(gatsby-ipfs-web-wallet): Updated to v1.18.4
This commit is contained in:
Chris Troutner
2020-12-18 16:48:41 -08:00
committed by GitHub
4 changed files with 120 additions and 2404 deletions
+103 -2401
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -20,7 +20,7 @@
},
"dependencies": {
"gatsby": "^2.24.80",
"gatsby-ipfs-web-wallet": "^1.18.2",
"gatsby-ipfs-web-wallet": "^1.18.4",
"gatsby-plugin-bch-sweep": "^1.5.1"
},
"repository": {
@@ -32,7 +32,7 @@
},
"devDependencies": {
"husky": "^4.2.5",
"semantic-release": "^17.1.1",
"semantic-release": "^17.3.0",
"standard": "^14.3.4"
},
"release": {
@@ -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' />