Skip to content

Commit

Permalink
chore(local-chain-account-kit): TimerService is Remote<>
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Jun 10, 2024
1 parent 2165de7 commit 2f6f542
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/orchestration/src/exos/local-chain-account-kit.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import { dateInSeconds, makeTimestampHelper } from '../utils/time.js';
* @import {AmountArg, ChainAddress, DenomAmount, IBCMsgTransferOptions, CosmosChainInfo} from '@agoric/orchestration';
* @import {RecorderKit, MakeRecorderKit} from '@agoric/zoe/src/contractSupport/recorder.js'.
* @import {Zone} from '@agoric/zone';
* @import {Remote} from '@agoric/internal';
* @import {TimerService, TimerBrand} from '@agoric/time';
* @import {ChainHub} from '../utils/chainHub.js';
*/
Expand Down Expand Up @@ -62,7 +63,7 @@ const PUBLIC_TOPICS = {
* @param {Zone} zone
* @param {MakeRecorderKit} makeRecorderKit
* @param {ZCF} zcf
* @param {TimerService} timerService
* @param {Remote<TimerService>} timerService
* @param {ChainHub} chainHub
*/
export const prepareLocalChainAccountKit = (
Expand Down

0 comments on commit 2f6f542

Please sign in to comment.