diff --git a/packages/orchestration/src/exos/stakingAccountKit.js b/packages/orchestration/src/exos/stakingAccountKit.js index fbb308b20dec..b3cdaa2d595e 100644 --- a/packages/orchestration/src/exos/stakingAccountKit.js +++ b/packages/orchestration/src/exos/stakingAccountKit.js @@ -137,6 +137,7 @@ export const prepareStakingAccountKit = (baggage, makeRecorderKit, zcf) => { async delegate(validatorAddress, ertpAmount) { // FIXME get values from proposal or args // FIXME brand handling and amount scaling + console.warn('TODO: handle brand', ertpAmount); const amount = { amount: String(ertpAmount.value), denom: 'uatom',