Skip to content

Commit

Permalink
tweak: set localkey to be relay address
Browse files Browse the repository at this point in the history
  • Loading branch information
duvbell committed Apr 11, 2024
1 parent a4715a2 commit 98deb05
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,10 @@ dist/
.vendor
vendor
go.work
go.work.sum
go.work.sum

_build/

data/
mytestnet/
screenlog.0
2 changes: 2 additions & 0 deletions app/upgrades/v6_5_0/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ func CreateUpgradeHandler(
custommiddlewareparams := ibctransfermiddleware.DefaultGenesisState()
keepers.IbcTransferMiddlewareKeeper.SetParams(ctx, custommiddlewareparams.Params)

keepers.TransferMiddlewareKeeper.SetAllowRlyAddress(ctx, "centauri1hj5fveer5cjtn4wd6wstzugjfdxzl0xpzxlwgs")

// remove broken proposals
// BrokenProposals := [3]uint64{2, 6, 11}
// for _, proposal_id := range BrokenProposals {
Expand Down

0 comments on commit 98deb05

Please sign in to comment.