mirror of
https://github.com/fullstack-cash/fullstack-gatsby-theme-bch-wallet.git
synced 2026-09-21 16:52:06 -07:00
Merge pull request #151 from Permissionless-Software-Foundation/ct-unstable
fix(v5): Switching to /v5 route for bch-api
This commit is contained in:
+1
-1
@@ -41,7 +41,7 @@ const normalConfig = [
|
||||
|
||||
// Building for deployment over IPFS or with UncensorablePublishing.com tools.
|
||||
const ipfsConfig = [
|
||||
'gatsby-plugin-ipfs',
|
||||
'@chris.troutner/gatsby-plugin-ipfs',
|
||||
'gatsby-plugin-react-helmet',
|
||||
{
|
||||
resolve: 'gatsby-source-filesystem',
|
||||
|
||||
Generated
+29197
-9680
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -20,11 +20,11 @@
|
||||
"test": "npm run lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@chris.troutner/gatsby-plugin-ipfs": "^2.0.3",
|
||||
"adminlte-2-react": "^0.1.27",
|
||||
"copy-to-clipboard": "^3.3.1",
|
||||
"gatsby": "^3.7.2",
|
||||
"gatsby-plugin-image": "^1.7.1",
|
||||
"gatsby-plugin-ipfs": "^2.0.2",
|
||||
"gatsby-plugin-manifest": "^3.7.1",
|
||||
"gatsby-plugin-offline": "^4.7.1",
|
||||
"gatsby-plugin-react-helmet": "^4.7.1",
|
||||
|
||||
@@ -376,7 +376,7 @@ class AdminLTEPage extends React.Component {
|
||||
return ''
|
||||
})
|
||||
)
|
||||
} catch (err) { }
|
||||
} catch (err) {}
|
||||
}
|
||||
|
||||
getInvisibleMenuItem () {
|
||||
@@ -401,8 +401,8 @@ class AdminLTEPage extends React.Component {
|
||||
// return if servers configurations exist
|
||||
if (walletInfo.selectedServer) return null
|
||||
|
||||
const server1 = 'https://bchn.fullstack.cash/v4/'
|
||||
const server2 = 'https://abc.fullstack.cash/v4/'
|
||||
const server1 = 'https://bchn.fullstack.cash/v5/'
|
||||
const server2 = 'https://abc.fullstack.cash/v5/'
|
||||
|
||||
const servers = [server1, server2]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user