rename all libs from xxx.yyy to xxx-yyy
This commit is contained in:
26
index.js
26
index.js
@@ -1,16 +1,16 @@
|
||||
'use strict'
|
||||
|
||||
const TIC = require('./tic.js').TIC;
|
||||
const ETH = require('./eth.js').ETH;
|
||||
const ERC20 = require('./eth.js').ERC20;
|
||||
const BTC = require('./btc.js').BTC;
|
||||
const Account = require('./Account').Account;
|
||||
const Crypto = require('tic.crypto');
|
||||
const TIC = require('./tic.js').TIC
|
||||
const ETH = require('./eth.js').ETH
|
||||
const ERC20 = require('./eth.js').ERC20
|
||||
const BTC = require('./btc.js').BTC
|
||||
const Account = require('./Account').Account
|
||||
const Crypto = require('tic-crypto')
|
||||
module.exports = {
|
||||
TIC,
|
||||
ETH,
|
||||
BTC,
|
||||
ERC20,
|
||||
Account,
|
||||
Crypto,
|
||||
}
|
||||
TIC,
|
||||
ETH,
|
||||
BTC,
|
||||
ERC20,
|
||||
Account,
|
||||
Crypto
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user