mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-03 17:36:59 +01:00
update nbxplorer (fix ltc testnet)
This commit is contained in:
parent
6ae9d13c43
commit
863752a471
2 changed files with 3 additions and 3 deletions
|
@ -38,7 +38,7 @@ services:
|
|||
- postgres
|
||||
|
||||
bitcoin-nbxplorer:
|
||||
image: nicolasdorier/nbxplorer:1.0.0.39
|
||||
image: nicolasdorier/nbxplorer:1.0.0.40
|
||||
ports:
|
||||
- "32838:32838"
|
||||
expose:
|
||||
|
@ -56,7 +56,7 @@ services:
|
|||
- bitcoind
|
||||
|
||||
litecoin-nbxplorer:
|
||||
image: nicolasdorier/nbxplorer:1.0.0.39
|
||||
image: nicolasdorier/nbxplorer:1.0.0.40
|
||||
ports:
|
||||
- "32839:32839"
|
||||
expose:
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
<PackageReference Include="NBitcoin" Version="4.0.0.51" />
|
||||
<PackageReference Include="NBitpayClient" Version="1.0.0.14" />
|
||||
<PackageReference Include="DBreeze" Version="1.87.0" />
|
||||
<PackageReference Include="NBXplorer.Client" Version="1.0.0.25" />
|
||||
<PackageReference Include="NBXplorer.Client" Version="1.0.0.26" />
|
||||
<PackageReference Include="NicolasDorier.CommandLine" Version="1.0.0.1" />
|
||||
<PackageReference Include="NicolasDorier.CommandLine.Configuration" Version="1.0.0.2" />
|
||||
<PackageReference Include="NicolasDorier.StandardConfiguration" Version="1.0.0.13" />
|
||||
|
|
Loading…
Add table
Reference in a new issue