首次放到 git
This commit is contained in:
14
netConfig.js
Normal file
14
netConfig.js
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
const TIC_NODE = 'https://bank.bittic.net:7285/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,
|
||||
ETH_NODE,
|
||||
BTC_NODE,
|
||||
BTC_NODE2,
|
||||
}
|
||||
Reference in New Issue
Block a user