Skip to content

Commit

Permalink
Changed the reference to smart contract nuget for a token
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Nesterov committed Apr 21, 2020
1 parent 1f846d8 commit d2aee3c
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,5 +1,5 @@
using Falcon.Numerics;
using Lykke.PrivateBlockchain.Definitions;
using Falcon.Numerics;
using MAVN.PrivateBlockchain.Definitions;
using MAVN.Service.Staking.Domain.Services;
using Nethereum.ABI.FunctionEncoding;
using Nethereum.Contracts;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.2</TargetFramework>
<Version>1.0.0</Version>
Expand All @@ -7,7 +7,6 @@
<PackageReference Include="AutoMapper" Version="9.0.0" />
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="7.0.0" />
<PackageReference Include="Falcon.Job.QuorumTransactionWatcher.Contract" Version="4.8.0" />
<PackageReference Include="Falcon.PrivateBlockchain.MVNToken" Version="3.1.0" />
<PackageReference Include="Falcon.Service.Campaign.Client" Version="7.4.0" />
<PackageReference Include="Falcon.Service.CustomerProfile.Client" Version="7.7.0" />
<PackageReference Include="Falcon.Service.CustomerProfile.Contract" Version="1.1.0" />
Expand All @@ -17,6 +16,7 @@
<PackageReference Include="Falcon.Service.WalletManagement.Client" Version="3.5.0" />
<PackageReference Include="Lykke.Common.MsSql" Version="2.3.0" />
<PackageReference Include="Lykke.RabbitMqBroker" Version="7.13.1" />
<PackageReference Include="MAVN.PrivateBlockchain.MVNToken" Version="1.0.0-beta.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\contract\MAVN.Service.Staking.Contract\MAVN.Service.Staking.Contract.csproj" />
Expand Down

0 comments on commit d2aee3c

Please sign in to comment.