删除分号 ;

This commit is contained in:
lk
2019-07-10 10:35:02 +08:00
parent 8e38dfb330
commit 3d987c09e5
3 changed files with 44 additions and 44 deletions

View File

@@ -1,10 +1,10 @@
const TIC_NODE = 'https://bank.bittic.net:60000/api';
const BTC_NODE = 'https://api.blockcypher.com/v1/btc/main';
const BTC_NODE2 = 'https://blockchain.info'//https://blockchain.info/unspent?active=12HnmPpLomtPL53Q4s6xEqRB4wkMHi5GEZ
const ETH_NODE = 'https://mainnet.infura.io/8284219b092f4cc69f3de29e532b1eb2';
const ETH_NODE2 = 'https://api.myetherapi.com/eth';
const ETH_TEST_NODE = 'https://ropsten.infura.io/8284219b092f4cc69f3de29e532b1eb2';
const TIC_NODE = 'https://bank.bittic.net:60000/api'
const BTC_NODE = 'https://api.blockcypher.com/v1/btc/main'
const BTC_NODE2 = 'https://blockchain.info' //https://blockchain.info/unspent?active=12HnmPpLomtPL53Q4s6xEqRB4wkMHi5GEZ
const ETH_NODE = 'https://mainnet.infura.io/8284219b092f4cc69f3de29e532b1eb2'
const ETH_NODE2 = 'https://api.myetherapi.com/eth'
const ETH_TEST_NODE = 'https://ropsten.infura.io/8284219b092f4cc69f3de29e532b1eb2'
module.exports = {
TIC_NODE,