From aa59a6e79c4546365a6aee52a8a6b4599469090e Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Tue, 16 Feb 2021 22:01:56 -0800 Subject: [PATCH] fix(servers): Using /v4/ path for bch-api --- src/components/admin-lte/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/admin-lte/index.js b/src/components/admin-lte/index.js index 6aee012..88a28be 100644 --- a/src/components/admin-lte/index.js +++ b/src/components/admin-lte/index.js @@ -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]