Skip to content

Commit

Permalink
Merge branch 'main' into local-cluster-to-join-to-local-network
Browse files Browse the repository at this point in the history
  • Loading branch information
felipemadero committed Dec 14, 2024
2 parents fa222e6 + d887463 commit b0fee9f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.8.1
1.8.2
1 change: 1 addition & 0 deletions pkg/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ const (
ICTTVersion = "8012c2a90638c1b777622e6427dbe4a88e329539"

// ICM
ICMVersion = "v1.0.0"
DefaultICMMessengerAddress = "0x253b2784c75e510dD0fF1da844684a1aC0aa5fcf"
MainnetCChainICMRegistryAddress = "0x7C43605E14F391720e1b37E49C78C4b03A488d98"
FujiCChainICMRegistryAddress = "0xF86Cb19Ad8405AEFa7d09C778215D2Cb6eBfB228"
Expand Down
5 changes: 1 addition & 4 deletions pkg/interchain/icm.go
Original file line number Diff line number Diff line change
Expand Up @@ -456,10 +456,7 @@ func GetICMInfo(
if err != nil {
return nil, err
}
ti.Version, err = app.Downloader.GetLatestReleaseVersion(constants.AvaLabsOrg, constants.ICMContractsRepoName, "")
if err != nil {
return nil, err
}
ti.Version = constants.ICMVersion
deployer := ICMDeployer{}
_, ti.MessengerDeployerAddress, _, _, err = deployer.GetAssets(
app.GetICMContractsBinDir(),
Expand Down

0 comments on commit b0fee9f

Please sign in to comment.