// Copyright 2017-2026 @pezkuwi/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 export const rewardDestinationOptions = [ { text: 'Stash account (increase the amount at stake)', value: 0 }, { text: 'Stash account (do not increase the amount at stake)', value: 1 }, { text: 'Controller account', value: 2 } ];