diff --git a/src/Neo.CLI/Settings.cs b/src/Neo.CLI/Settings.cs index ecc38115c3..7687b8cbda 100644 --- a/src/Neo.CLI/Settings.cs +++ b/src/Neo.CLI/Settings.cs @@ -165,7 +165,7 @@ public ContractsSettings() { } public class PluginsSettings { - public Uri DownloadUrl { get; init; } = new("https://api.github.com/repos/neo-project/neo-modules/releases"); + public Uri DownloadUrl { get; init; } = new("https://api.github.com/repos/neo-project/neo/releases"); public bool Prerelease { get; init; } = false; public Version Version { get; init; } = Assembly.GetExecutingAssembly().GetName().Version!; diff --git a/src/Neo.CLI/config.fs.mainnet.json b/src/Neo.CLI/config.fs.mainnet.json index 6adb47eb03..f629dc3aac 100644 --- a/src/Neo.CLI/config.fs.mainnet.json +++ b/src/Neo.CLI/config.fs.mainnet.json @@ -24,7 +24,7 @@ "NeoNameService": "0x7061fbd31562664b58f422c3dee4acfd70dba8af" }, "Plugins": { - "DownloadUrl": "https://api.github.com/repos/neo-project/neo-modules/releases" + "DownloadUrl": "https://api.github.com/repos/neo-project/neo/releases" } }, "ProtocolConfiguration": { diff --git a/src/Neo.CLI/config.fs.testnet.json b/src/Neo.CLI/config.fs.testnet.json index ca0f0225e6..4e9468e2c6 100644 --- a/src/Neo.CLI/config.fs.testnet.json +++ b/src/Neo.CLI/config.fs.testnet.json @@ -24,7 +24,7 @@ "NeoNameService": "0xfb08ccf30ab534a871b7b092a49fe70c154ed678" }, "Plugins": { - "DownloadUrl": "https://api.github.com/repos/neo-project/neo-modules/releases" + "DownloadUrl": "https://api.github.com/repos/neo-project/neo/releases" } }, "ProtocolConfiguration": { diff --git a/src/Neo.CLI/config.json b/src/Neo.CLI/config.json index c9544a337f..87e38b2efe 100644 --- a/src/Neo.CLI/config.json +++ b/src/Neo.CLI/config.json @@ -24,7 +24,7 @@ "NeoNameService": "0x50ac1c37690cc2cfc594472833cf57505d5f46de" }, "Plugins": { - "DownloadUrl": "https://api.github.com/repos/neo-project/neo-modules/releases" + "DownloadUrl": "https://api.github.com/repos/neo-project/neo/releases" } }, "ProtocolConfiguration": { diff --git a/src/Neo.CLI/config.mainnet.json b/src/Neo.CLI/config.mainnet.json index a32cad5ad5..821eb364f5 100644 --- a/src/Neo.CLI/config.mainnet.json +++ b/src/Neo.CLI/config.mainnet.json @@ -24,7 +24,7 @@ "NeoNameService": "0x50ac1c37690cc2cfc594472833cf57505d5f46de" }, "Plugins": { - "DownloadUrl": "https://api.github.com/repos/neo-project/neo-modules/releases" + "DownloadUrl": "https://api.github.com/repos/neo-project/neo/releases" } }, "ProtocolConfiguration": { diff --git a/src/Neo.CLI/config.testnet.json b/src/Neo.CLI/config.testnet.json index 4350fc62f2..ee28108c3e 100644 --- a/src/Neo.CLI/config.testnet.json +++ b/src/Neo.CLI/config.testnet.json @@ -24,7 +24,7 @@ "NeoNameService": "0x50ac1c37690cc2cfc594472833cf57505d5f46de" }, "Plugins": { - "DownloadUrl": "https://api.github.com/repos/neo-project/neo-modules/releases" + "DownloadUrl": "https://api.github.com/repos/neo-project/neo/releases" } }, "ProtocolConfiguration": { diff --git a/tests/Neo.Plugins.OracleService.Tests/config.json b/tests/Neo.Plugins.OracleService.Tests/config.json index b4800b80ea..67bc3a62fa 100644 --- a/tests/Neo.Plugins.OracleService.Tests/config.json +++ b/tests/Neo.Plugins.OracleService.Tests/config.json @@ -24,7 +24,7 @@ "NeoNameService": "0x50ac1c37690cc2cfc594472833cf57505d5f46de" }, "Plugins": { - "DownloadUrl": "https://api.github.com/repos/neo-project/neo-modules/releases" + "DownloadUrl": "https://api.github.com/repos/neo-project/neo/releases" } }, "ProtocolConfiguration": {