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

fix(v5): Switching to /v5 route for bch-api
This commit is contained in:
Chris Troutner
2021-06-17 10:25:15 -07:00
committed by GitHub
4 changed files with 29202 additions and 9685 deletions
+1 -1
View File
@@ -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',
+29197 -9680
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -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",
+3 -3
View File
@@ -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]