From 78ffdf89e6519592ef6adcba6fbd4a08291fa0b7 Mon Sep 17 00:00:00 2001 From: stepit <48993133+0xstepit@users.noreply.github.com> Date: Wed, 4 Jun 2025 10:11:12 +0200 Subject: [PATCH] fix: correct binary repository URL --- noble/chain.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/noble/chain.json b/noble/chain.json index 20c0817a5c..948be24d1f 100644 --- a/noble/chain.json +++ b/noble/chain.json @@ -33,10 +33,10 @@ ] }, "codebase": { - "git_repo": "https://github.com/strangelove-ventures/noble", - "recommended_version": "v6.0.0", + "git_repo": "https://github.com/noble-assets/noble", + "recommended_version": "v9.0.4", "compatible_versions": [ - "v6.0.0" + "v9.0.4" ], "consensus": { "type": "cometbft", @@ -154,4 +154,4 @@ } } ] -} \ No newline at end of file +}