Skip to content

Commit

Permalink
Closes #2
Browse files Browse the repository at this point in the history
  • Loading branch information
IliyanIlievPH authored and PaterSantyago committed Apr 14, 2020
1 parent afe799f commit 2f737a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
Expand All @@ -9,7 +9,7 @@
using MAVN.Job.QuorumTransactionWatcher.Domain.Services;
using Falcon.Numerics;
using MAVN.Job.QuorumTransactionWatcher.Domain;
using Lykke.PrivateBlockchain.Definitions;
using MAVN.PrivateBlockchain.Definitions;
using Lykke.RabbitMqBroker.Publisher;
using Nethereum.Contracts;
using Nethereum.JsonRpc.Client;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<ProjectReference Include="..\MAVN.Job.QuorumTransactionWatcher.Domain\MAVN.Job.QuorumTransactionWatcher.Domain.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Falcon.PrivateBlockchain.CustomerRegistry" Version="3.0.1" />
<PackageReference Include="Falcon.PrivateBlockchain.MVNToken" Version="3.1.0" />
<PackageReference Include="Lykke.RabbitMqBroker" Version="7.13.1" />
<PackageReference Include="LykkeBiz.Logs.Nethereum" Version="1.0.3" />
<PackageReference Include="MAVN.PrivateBlockchain.CustomerRegistry" Version="1.0.0-beta.1" />
<PackageReference Include="MAVN.PrivateBlockchain.MVNToken" Version="1.0.0-beta.1" />
<PackageReference Include="Nethereum.JsonRpc.WebSocketClient" Version="3.7.1" />
<PackageReference Include="Polly" Version="6.1.0" />
</ItemGroup>
Expand Down

0 comments on commit 2f737a6

Please sign in to comment.