forked from LBRYCommunity/lbry-sdk
11 lines
362 B
Python
11 lines
362 B
Python
__node_daemon__ = 'lbrycrdd'
|
|
__node_cli__ = 'lbrycrd-cli'
|
|
__node_bin__ = ''
|
|
__node_url__ = (
|
|
'https://github.com/lbryio/lbrycrd/releases/download/v0.12.2.1/lbrycrd-linux.zip'
|
|
)
|
|
__spvserver__ = 'lbrynet.extras.wallet.server.coin.LBCRegTest'
|
|
|
|
from .ledger import MainNetLedger, RegTestLedger
|
|
from .manager import LbryWalletManager
|
|
from .network import Network
|