Skip to content

Commit

Permalink
Merge pull request #10 from IliyanIlievPH/8
Browse files Browse the repository at this point in the history
change blockchain nuget
  • Loading branch information
starkmsu authored May 12, 2020
2 parents 95b35c0 + 5f15d91 commit 6e4f227
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/MAVN.Service.Vouchers.DomainServices/EncoderService.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using System;
using Lykke.PrivateBlockchain.Definitions;
using System;
using MAVN.PrivateBlockchain.Definitions;
using MAVN.Service.Vouchers.Domain.Services;
using Nethereum.ABI;
using Nethereum.ABI.FunctionEncoding;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<ProjectReference Include="..\MAVN.Service.Vouchers.Domain\MAVN.Service.Vouchers.Domain.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Falcon.PrivateBlockchain.BasicRedeemGateway" Version="2.0.3" />
<PackageReference Include="Lykke.RabbitMqBroker" Version="7.13.1" />
<PackageReference Include="MAVN.Job.QuorumTransactionWatcher.Contract" Version="1.1.0" />
<PackageReference Include="MAVN.PrivateBlockchain.BasicRedeemGateway" Version="1.0.0-beta.1" />
<PackageReference Include="MAVN.Service.Campaign.Client" Version="1.1.1" />
<PackageReference Include="MAVN.Service.CustomerProfile.Client" Version="1.3.0" />
<PackageReference Include="MAVN.Service.EligibilityEngine.Client" Version="1.1.1" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using Common.Log;
using Lykke.Common.Log;
using MAVN.Job.QuorumTransactionWatcher.Contract;
using Lykke.PrivateBlockchain.Definitions;
using MAVN.PrivateBlockchain.Definitions;
using Lykke.RabbitMqBroker.Subscriber;
using MAVN.Service.Vouchers.Domain.Services;
using Nethereum.ABI.FunctionEncoding;
Expand Down

0 comments on commit 6e4f227

Please sign in to comment.