Skip to content

Commit

Permalink
Merge pull request #3613 from lbryio/fix_ci_lbcd_urls
Browse files Browse the repository at this point in the history
tests: fix ci lbcd/lbcwallet urls
  • Loading branch information
shyba authored May 26, 2022
2 parents a7f606d + da30f00 commit 7a8d5da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lbry/wallet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
__lbcwallet__ = 'lbcwallet'
__lbcd_url__ = (
'https://github.com/lbryio/lbcd/releases/download/' +
'v0.22.200-beta/lbcd_0.22.200-beta_TARGET_PLATFORM.tar.gz'
'v0.22.100-rc.0/lbcd_0.22.100-rc.0_TARGET_PLATFORM.tar.gz'
)
__lbcwallet_url__ = (
'https://github.com/lbryio/lbcwallet/releases/download/' +
'v0.13.100-alpha-rc2/lbcwallet_0.13.100-alpha-rc2_TARGET_PLATFORM.tar.gz'
'v0.13.100-alpha.0/lbcwallet_0.13.100-alpha.0_TARGET_PLATFORM.tar.gz'
)
__spvserver__ = 'lbry.wallet.server.coin.LBCRegTest'

Expand Down

0 comments on commit 7a8d5da

Please sign in to comment.