mirror of
https://github.com/fullstack-cash/fullstack-gatsby-theme-bch-wallet.git
synced 2026-09-23 01:32:04 -07:00
fix(servers): Using /v4/ path for bch-api
This commit is contained in:
@@ -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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user