fix(servers): Using /v4/ path for bch-api

This commit is contained in:
Chris Troutner
2021-02-16 22:01:56 -08:00
parent 78b4d494be
commit aa59a6e79c
+2 -2
View File
@@ -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/v3/'
const server2 = 'https://abc.fullstack.cash/v3/'
const server1 = 'https://bchn.fullstack.cash/v4/'
const server2 = 'https://abc.fullstack.cash/v4/'
const servers = [server1, server2]