diff --git a/packages/orchestration/src/cosmos-api.ts b/packages/orchestration/src/cosmos-api.ts index b718b7fa916b..83d97c9eef68 100644 --- a/packages/orchestration/src/cosmos-api.ts +++ b/packages/orchestration/src/cosmos-api.ts @@ -296,7 +296,7 @@ export interface LiquidStakingMethods { /** Methods supported only on Agoric chain accounts */ export interface LocalAccountMethods extends StakingAccountActions { /** deposit payment (from zoe, for example) to the account */ - deposit: (payment: Payment<'nat'>) => Promise; + deposit: (payment: Payment<'nat'>) => Promise>; /** withdraw a Payment from the account */ withdraw: (amount: Amount<'nat'>) => Promise>; /**