[package.json] tool4chain 库名 改为 tic.tool4chain
This commit is contained in:
luk.lu 2019-01-09 13:28:00 +08:00
parent f647747b0b
commit 6a9e98cbe2
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
const TIC_NODE = 'https://bank.bittic.net:8888/api'; const TIC_NODE = 'http://bank.bittic.net:8888/api';
const BTC_NODE = 'https://api.blockcypher.com/v1/btc/main'; const BTC_NODE = 'https://api.blockcypher.com/v1/btc/main';
const BTC_NODE2 = 'https://blockchain.info'//https://blockchain.info/unspent?active=12HnmPpLomtPL53Q4s6xEqRB4wkMHi5GEZ const BTC_NODE2 = 'https://blockchain.info'//https://blockchain.info/unspent?active=12HnmPpLomtPL53Q4s6xEqRB4wkMHi5GEZ
const ETH_NODE = 'https://mainnet.infura.io/8284219b092f4cc69f3de29e532b1eb2'; const ETH_NODE = 'https://mainnet.infura.io/8284219b092f4cc69f3de29e532b1eb2';

View File

@ -1,5 +1,5 @@
{ {
"name": "tool4chain", "name": "tic.tool4chain",
"version": "1.2.1", "version": "1.2.1",
"dependencies": { "dependencies": {
"aes-js": "^3.1.1", "aes-js": "^3.1.1",