Skip to content

Commit 9194d3c

Browse files
Add main link (#2775)
* control default latest version for avago and subnetevm * add rpc to json * get latest cli version * update json model * update evm prompts * update evm prompt * update avalanchego latest * add e2e test * remove unncessary file * lint * try with lower versions * update how we get newest avago version * fix lint * address comments * fix ci * fix ci * fix lint * lint * move to dependencies pkg * lint * add main link --------- Signed-off-by: sukantoraymond <rsukanto@umich.edu>
1 parent 1e929eb commit 9194d3c

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/control-default-version/versions/latest.json"
299+
CLILatestDependencyURL = "https://raw.githubusercontent.com/ava-labs/avalanche-cli/main/versions/latest.json"
300300

301301
YesLabel = "Yes"
302302
NoLabel = "No"

0 commit comments

Comments
 (0)