Skip to content

Commit

Permalink
remove obsolete services
Browse files Browse the repository at this point in the history
  • Loading branch information
tweakch committed Oct 15, 2021
1 parent 519db2f commit 11335a4
Show file tree
Hide file tree
Showing 257 changed files with 2,740 additions and 5,110 deletions.
1 change: 1 addition & 0 deletions src/Blockfrost.Api/Blockfrost.Api.csproj
Expand Up @@ -99,6 +99,7 @@
</ItemGroup>

<ItemGroup>
<Folder Include="Models\IPFS\Gateway\" />
<Folder Include="nupkg\" />
</ItemGroup>

Expand Down
Expand Up @@ -105,6 +105,7 @@ public static IServiceCollection AddBlockfrost(this IServiceCollection services,

services.ConfigureBlockfrost(network, apiKey, projectName, connectionLimit);
_ = services.AddCardanoServices(projectName);
_ = services.AddIPFSServices(projectName);
return services;
}
}
Expand Down
101 changes: 0 additions & 101 deletions src/Blockfrost.Api/Models/AssetAddressesResponse.cs

This file was deleted.

112 changes: 0 additions & 112 deletions src/Blockfrost.Api/Models/AssetHistoryResponse.cs

This file was deleted.

101 changes: 0 additions & 101 deletions src/Blockfrost.Api/Models/AssetPolicyResponse.cs

This file was deleted.

0 comments on commit 11335a4

Please sign in to comment.