Skip to content

Commit 0b2e7ed

Browse files
Update compatibility url to main (#2870)
* update ocmpaitblity * test new version * update url * update url * update url * nit --------- Co-authored-by: Felipe Madero <[email protected]>
1 parent fe1ca7a commit 0b2e7ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/constants/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ const (
296296
FujiAvalancheGoV113 = "v1.13.0-fuji"
297297
AvalancheGoCompatibilityURL = "https://raw.githubusercontent.com/ava-labs/avalanchego/master/version/compatibility.json"
298298
SubnetEVMRPCCompatibilityURL = "https://raw.githubusercontent.com/ava-labs/subnet-evm/master/compatibility.json"
299-
CLILatestDependencyURL = "https://raw.githubusercontent.com/ava-labs/avalanche-cli/update-compatibilty-evm/versions/latest.json"
299+
CLILatestDependencyURL = "https://raw.githubusercontent.com/ava-labs/avalanche-cli/main/versions/latest.json"
300300
CLIMinVersionURL = "https://raw.githubusercontent.com/ava-labs/avalanche-cli/main/versions/min_cli_version.json"
301301

302302
YesLabel = "Yes"

0 commit comments

Comments
 (0)