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]