|
@ -6,7 +6,7 @@ const constant = isTest ? { |
|
|
coinTickerWs:'ws://wallet-quartz.weirui0755.com/websocket', |
|
|
coinTickerWs:'ws://wallet-quartz.weirui0755.com/websocket', |
|
|
ethNode:'http://47.245.25.82:8545', |
|
|
ethNode:'http://47.245.25.82:8545', |
|
|
ethChainId:1, |
|
|
ethChainId:1, |
|
|
btcNetwork:'', |
|
|
btcNetwork:'https://api.blockcypher.com', |
|
|
ethTransctionDetail:'https://cn.etherscan.com/tx/', |
|
|
ethTransctionDetail:'https://cn.etherscan.com/tx/', |
|
|
trxTransctionDetail:'https://tronscan.io/#/transaction/', |
|
|
trxTransctionDetail:'https://tronscan.io/#/transaction/', |
|
|
checkIp:'https://app.bilibili.com' |
|
|
checkIp:'https://app.bilibili.com' |
|
@ -16,7 +16,7 @@ const constant = isTest ? { |
|
|
coinTickerWs:'wss://quartz.bitcooo.com/websocket', |
|
|
coinTickerWs:'wss://quartz.bitcooo.com/websocket', |
|
|
ethNode:'http://47.245.25.82:8545', |
|
|
ethNode:'http://47.245.25.82:8545', |
|
|
ethChainId:1, |
|
|
ethChainId:1, |
|
|
btcNetwork:'', |
|
|
btcNetwork:'https://api.blockcypher.com', |
|
|
ethTransctionDetail:'https://cn.etherscan.com/tx/', |
|
|
ethTransctionDetail:'https://cn.etherscan.com/tx/', |
|
|
trxTransctionDetail:'https://tronscan.io/#/transaction/' |
|
|
trxTransctionDetail:'https://tronscan.io/#/transaction/' |
|
|
} |
|
|
} |
|
|