Skip to content

Commit

Permalink
fix the axelar gmp account (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
EricBolten authored Jan 28, 2024
1 parent 4133e1a commit 36b692d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/upgrades/v7/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ func axelarcorkInitGenesis(ctx sdk.Context, axelarcorkKeeper axelarcorkkeeper.Ke
genesisState.Params.TimeoutDuration = uint64(6 * time.Hour)
genesisState.Params.IbcChannel = "channel-5"
genesisState.Params.IbcPort = ibctransfertypes.PortID
genesisState.Params.GmpAccount = "axelar1dv4u5k73pzqrxlzujxg3qp8kvc3pje7jtdvu72npnt5zhq05ejcsn5qme5s"
genesisState.Params.GmpAccount = "axelar1dv4u5k73pzqrxlzujxg3qp8kvc3pje7jtdvu72npnt5zhq05ejcsn5qme5"
genesisState.Params.ExecutorAccount = "axelar1aythygn6z5thymj6tmzfwekzh05ewg3l7d6y89"
genesisState.Params.CorkTimeoutBlocks = 5000

Expand Down

0 comments on commit 36b692d

Please sign in to comment.