forked from cryptobuks1/JsWallet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproviders.ls
More file actions
26 lines (26 loc) · 1.05 KB
/
Copy pathproviders.ls
File metadata and controls
26 lines (26 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
require! {
\../web3t/providers/eth.ls
\../web3t/providers/eth_legacy.ls
\../web3t/providers/insight.ls
\../web3t/providers/bitcore.ls
\../web3t/providers/erc20.ls
\../web3t/providers/vlxerc20.ls
\../web3t/providers/omni.ls
\../web3t/providers/velas_evm.ls
\../web3t/providers/velas2.ls
\../web3t/providers/solana.ls
\../web3t/providers/velas_erc20.ls
\../web3t/providers/bnb.ls
\../web3t/providers/velas_busd.ls
\../web3t/providers/busd.ls
\../web3t/providers/huobi.ls
\../web3t/providers/velas_huobi.ls
\../web3t/providers/velas_usdt.ls
\../web3t/providers/velas_eth.ls
\../web3t/providers/usdt_erc20_legacy.ls
\../web3t/providers/usdc.ls
\../web3t/providers/vlx_usdc.ls
\../web3t/providers/bsc_vlx.ls
\../web3t/providers/vlx_evm_legacy.ls
}
module.exports = { eth, eth_legacy, insight, bitcore, erc20, omni, velas2, vlxerc20, solana, velas_erc20, velas_evm, bnb, velas_busd, busd, huobi, velas_huobi, velas_usdt, velas_eth, usdt_erc20_legacy, usdc, vlx_usdc, bsc_vlx, vlx_evm_legacy }