Skip to content

Commit

Permalink
set addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCherepovskyi committed Nov 28, 2024
1 parent 4e85d93 commit a78e936
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -1071,8 +1071,8 @@ func New(
"v1.1.4",
func(ctx sdk.Context, plan upgradetypes.Plan, fromVM module.VersionMap) (module.VersionMap, error) {
app.RootupdaterKeeper.SetParams(ctx, rootupdatermoduletypes.Params{
SourceContractAddress: "",
DestinationContractAddress: "",
SourceContractAddress: "0xA25a197d26Cad659A8fFf7F268cA4F9e0283de03",
DestinationContractAddress: "0xcB1d24266F25897838a59491e03A57602DC1b415",
Root: "0x00",
LastSignedRoot: "0x00",
LastSignedRootIndex: "0x00",
Expand Down

0 comments on commit a78e936

Please sign in to comment.