Skip to content

Commit

Permalink
Add support for Strax
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreb committed Oct 6, 2021
1 parent 48f730e commit 7022220
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blockcoreindexer",
"version": "0.1.14",
"version": "0.1.15",
"license": "MIT",
"author": {
"name": "Blockcore",
Expand Down
1 change: 1 addition & 0 deletions src/Blockcore.Indexer/Blockcore.Indexer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<PackageReference Include="Blockcore.Networks.OpenExo" Version="1.0.*" />
<PackageReference Include="Blockcore.Networks.Rutanio" Version="1.0.*" />
<PackageReference Include="Blockcore.Networks.Stratis" Version="1.0.*" />
<PackageReference Include="Blockcore.Networks.Strax" Version="1.0.*" />
<PackageReference Include="Blockcore.Networks.x42" Version="1.0.*" />
<PackageReference Include="Blockcore.Networks.Xds" Version="1.0.*" />
<PackageReference Include="Blockcore.Networks.City" Version="1.0.*" />
Expand Down

0 comments on commit 7022220

Please sign in to comment.