Tested token sweep and mutable data

This commit is contained in:
Chris Troutner
2022-03-15 08:51:30 -07:00
parent e11ae704c8
commit 1d80d7469f
3 changed files with 1958 additions and 1400 deletions
+1949 -1398
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -26,7 +26,7 @@
"@capacitor/core": "2.4.6",
"adminlte-2-react": "0.2.0-beta.10",
"fullstack-gatsby-plugin-bch-sweep": "1.0.0",
"fullstack-gatsby-theme-bch-wallet": "1.0.5",
"fullstack-gatsby-theme-bch-wallet": "1.0.8",
"gatsby": "4.4.0",
"fullstack-gatsby-plugin-bch-create-token": "1.0.2"
},
@@ -18,7 +18,14 @@ const config = {
hostUrl: 'https://fullstack.cash/',
sourceCode: 'https://github.com/Permissionless-Software-Foundation/wallet.fullstack.cash',
torUrl: '6akyufxp2fiyqk5526kwxvas63xo5kag657jlztnaqnemjctkfp2xhid.onion',
clearWebUrl: 'https://wallet.fullstack.cash'
clearWebUrl: 'https://wallet.fullstack.cash',
// Interface used by minial-slp-wallet
// interface: 'consumer-api',
// restURL: 'https://free-bch.fullstack.cash'
// restURL: 'http://localhost:5005'
interface: 'rest-api',
restURL: 'https://bchn.fullstack.cash/v5'
}
module.exports = config