mirror of
https://github.com/fullstack-cash/wallet.fullstack.cash.git
synced 2026-09-21 16:52:05 -07:00
Tested token sweep and mutable data
This commit is contained in:
Generated
+1949
-1398
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user