From d37aecfd06e3d04c59561af3b580509453a6ca2e Mon Sep 17 00:00:00 2001 From: xmoohad Date: Sun, 18 Aug 2024 19:52:24 +0200 Subject: [PATCH] EpicChain Core - EpicChain Lab's --- src/Neo.CLI/Settings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Neo.CLI/Settings.cs b/src/Neo.CLI/Settings.cs index e831d15e..80bc6466 100644 --- a/src/Neo.CLI/Settings.cs +++ b/src/Neo.CLI/Settings.cs @@ -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!;