From 1b7d3b8f02f56a7249752ea98900de6488f8838b Mon Sep 17 00:00:00 2001 From: vee <897831508@qq.com> Date: Mon, 29 Nov 2021 18:42:47 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E7=BA=BF=E4=B8=8A=E8=AF=B7?= =?UTF-8?q?=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/SystemConfiguration.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/utils/SystemConfiguration.js b/utils/SystemConfiguration.js index e082e7d..284e370 100644 --- a/utils/SystemConfiguration.js +++ b/utils/SystemConfiguration.js @@ -1,4 +1,4 @@ -let isTest = true; +let isTest = false; const constant = isTest ? { //服务端连接 @@ -6,14 +6,16 @@ const constant = isTest ? { coinTickerWs:'ws://wallet-quartz.weirui0755.com/websocket', ethNode:'http://47.245.25.82:8545', ethChainId:1, + btcNetwork:'', ethTransctionDetail:'https://cn.etherscan.com/tx/', trxTransctionDetail:'https://tronscan.io/#/transaction/' } : { //服务端连接 - serverUrl: 'http://wallet-api.weirui0755.com', - coinTickerWs:'ws://wallet-quartz.weirui0755.com/websocket', + serverUrl: 'https://api.bitcooo.com/', + coinTickerWs:'wss://quartz.bitcooo.com/websocket', ethNode:'http://47.245.25.82:8545', ethChainId:3, + btcNetwork:'', ethTransctionDetail:'https://cn.etherscan.com/tx/', trxTransctionDetail:'https://tronscan.io/#/transaction/' }