删除分号 ;
This commit is contained in:
12
netConfig.js
12
netConfig.js
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user