Skip to content

Commit

Permalink
EpicChain Core - EpicChain Lab's
Browse files Browse the repository at this point in the history
  • Loading branch information
xmoohad committed Aug 18, 2024
1 parent 1dbb1e6 commit d37aecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Neo.CLI/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ public ContractsSettings() { }

public class PluginsSettings
{
public Uri DownloadUrl { get; init; } = new("https://api.github.com/repos/neo-project/neo/releases");
public Uri DownloadUrl { get; init; } = new("https://api.github.com/repos/neo-project/epicchain/releases");
public bool Prerelease { get; init; } = false;
public Version Version { get; init; } = Assembly.GetExecutingAssembly().GetName().Version!;

Expand Down

0 comments on commit d37aecf

Please sign in to comment.