mirror of
https://github.com/fullstack-cash/wallet.fullstack.cash.git
synced 2026-09-21 16:52:05 -07:00
Merge pull request #57 from Permissionless-Software-Foundation/ct-unstable
Updating to minimal-slp-wallet v4.1.0 with psf-slp-indexer integration
This commit is contained in:
+1
-2
@@ -7,7 +7,7 @@
|
||||
module.exports = {
|
||||
/* Your site config here */
|
||||
plugins: [
|
||||
'gatsby-theme-bch-wallet',
|
||||
'fullstack-gatsby-theme-bch-wallet',
|
||||
// 'bch-wallet-plugin-postoffice',
|
||||
// {
|
||||
// resolve: 'gatsby-plugin-compile-es6-packages',
|
||||
@@ -18,7 +18,6 @@ module.exports = {
|
||||
// require.resolve('/home/trout/work/psf/gatsby-plugin-bch-sweep')
|
||||
'gatsby-plugin-bch-sweep',
|
||||
'gatsby-plugin-bch-create-token'
|
||||
|
||||
],
|
||||
// https://www.gatsbyjs.com/docs/reference/release-notes/v2.28/#feature-flags-in-gatsby-configjs
|
||||
flags: {
|
||||
|
||||
Generated
+4944
-19355
File diff suppressed because it is too large
Load Diff
+17
-17
@@ -21,13 +21,13 @@
|
||||
"test": "npm run lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@capacitor/android": "^2.4.6",
|
||||
"@capacitor/cli": "^2.4.6",
|
||||
"@capacitor/core": "^2.4.6",
|
||||
"gatsby": "^4.4.0",
|
||||
"gatsby-plugin-bch-create-token": "^1.1.1",
|
||||
"gatsby-plugin-bch-sweep": "^1.5.5",
|
||||
"gatsby-theme-bch-wallet": "^1.1.2"
|
||||
"@capacitor/android": "2.4.6",
|
||||
"@capacitor/cli": "2.4.6",
|
||||
"@capacitor/core": "2.4.6",
|
||||
"gatsby": "4.4.0",
|
||||
"gatsby-plugin-bch-create-token": "1.1.1",
|
||||
"gatsby-plugin-bch-sweep": "1.5.5",
|
||||
"fullstack-gatsby-theme-bch-wallet": "1.0.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -37,16 +37,16 @@
|
||||
"url": "https://github.com/Permissionless-Software-Foundation/wallet.fullstack.cash/issues"
|
||||
},
|
||||
"devDependencies": {
|
||||
"capacitor-resources": "^2.0.5",
|
||||
"eslint": "^7.24.0",
|
||||
"eslint-config-prettier": "^8.2.0",
|
||||
"eslint-config-standard": "^16.0.2",
|
||||
"eslint-plugin-prettier": "^3.4.0",
|
||||
"eslint-plugin-standard": "^5.0.0",
|
||||
"husky": "^4.3.8",
|
||||
"mocha": "^9.1.3",
|
||||
"semantic-release": "^17.4.2",
|
||||
"standard": "^16.0.3"
|
||||
"capacitor-resources": "2.0.5",
|
||||
"eslint": "7.24.0",
|
||||
"eslint-config-prettier": "8.2.0",
|
||||
"eslint-config-standard": "16.0.2",
|
||||
"eslint-plugin-prettier": "3.4.0",
|
||||
"eslint-plugin-standard": "5.0.0",
|
||||
"husky": "4.3.8",
|
||||
"mocha": "9.1.3",
|
||||
"semantic-release": "17.4.2",
|
||||
"standard": "16.0.3"
|
||||
},
|
||||
"release": {
|
||||
"publish": [
|
||||
|
||||
@@ -9,10 +9,10 @@
|
||||
import React from 'react'
|
||||
import { Sidebar } from 'adminlte-2-react'
|
||||
|
||||
import Wallet from 'gatsby-theme-bch-wallet/src/components/admin-lte/wallet'
|
||||
import Tokens from 'gatsby-theme-bch-wallet/src/components/admin-lte/tokens'
|
||||
import Configure from 'gatsby-theme-bch-wallet/src/components/admin-lte/configure'
|
||||
import SendReceive from 'gatsby-theme-bch-wallet/src/components/admin-lte/send-receive'
|
||||
import Wallet from 'fullstack-gatsby-theme-bch-wallet/src/components/admin-lte/wallet'
|
||||
import Tokens from 'fullstack-gatsby-theme-bch-wallet/src/components/admin-lte/tokens'
|
||||
import Configure from 'fullstack-gatsby-theme-bch-wallet/src/components/admin-lte/configure'
|
||||
import SendReceive from 'fullstack-gatsby-theme-bch-wallet/src/components/admin-lte/send-receive'
|
||||
|
||||
import About from '../../about'
|
||||
import Sweep from 'gatsby-plugin-bch-sweep/src/components/sweep/index'
|
||||
@@ -52,7 +52,9 @@ const MenuComponents = props => {
|
||||
{
|
||||
key: 'Create Token',
|
||||
component: <CreateToken key='Create Token' {...props} />,
|
||||
menuItem: <Item icon='fas-plus-square' key='Create Token' text='Create Token' />
|
||||
menuItem: (
|
||||
<Item icon='fas-plus-square' key='Create Token' text='Create Token' />
|
||||
)
|
||||
},
|
||||
{
|
||||
key: 'Configure',
|
||||
|
||||
+2
-1
@@ -39,7 +39,8 @@ export default function HTML (props) {
|
||||
</div>
|
||||
|
||||
{/* minimal-slp-wallet-web */}
|
||||
<script src='https://unpkg.com/minimal-slp-wallet@3.6.1' />
|
||||
{/* <script src='https://unpkg.com/minimal-slp-wallet@3.6.1' /> */}
|
||||
<script src='https://unpkg.com/minimal-slp-wallet' />
|
||||
|
||||
{/* bch-message-lib */}
|
||||
<script src='https://unpkg.com/bch-message-lib' />
|
||||
|
||||
Reference in New Issue
Block a user