diff --git a/x/liquidstake/types/params.go b/x/liquidstake/types/params.go index e40aeab6..62e296ec 100644 --- a/x/liquidstake/types/params.go +++ b/x/liquidstake/types/params.go @@ -44,6 +44,7 @@ var ( // // Important: derive this address using module.Address to obtain a 32-byte version distinguishable for LSM // authtypes.NewModuleAddress returns 20-byte addresses. + // persistence19zwggtdgaspa9tje6mxdap9xjpc4rayf3nd6dt5g3lwkx4y7z6dqmj3hnc LiquidStakeProxyAcc = sdk.AccAddress(address.Module(ModuleName, []byte("-LiquidStakeProxyAcc"))) // DummyFeeAccountAcc is a dummy fee collection account that should be replaced via params. diff --git a/x/liquidstake/types/params_test.go b/x/liquidstake/types/params_test.go index 2cca36bc..0c1d7493 100644 --- a/x/liquidstake/types/params_test.go +++ b/x/liquidstake/types/params_test.go @@ -11,6 +11,8 @@ import ( ) func TestParams(t *testing.T) { + require.Equal(t, "persistence19zwggtdgaspa9tje6mxdap9xjpc4rayf3nd6dt5g3lwkx4y7z6dqmj3hnc", types.LiquidStakeProxyAcc.String()) + params := types.DefaultParams() paramsStr := `{