Skip to content

Commit

Permalink
fixup! feat: WithdrawReward on StakingAccountHolder
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed May 2, 2024
1 parent a921cf7 commit a804fbe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/orchestration/src/exos/stakingAccountKit.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ import {
MsgDelegate,
MsgDelegateResponse,
} from '@agoric/cosmic-proto/cosmos/staking/v1beta1/tx.js';
import { Any } from '@agoric/cosmic-proto/google/protobuf/any.js';
import { AmountShape } from '@agoric/ertp';
import { makeTracer } from '@agoric/internal';
import { UnguardedHelperI } from '@agoric/internal/src/typeGuards.js';
import { M, prepareExoClassKit } from '@agoric/vat-data';
import { TopicsRecordShape } from '@agoric/zoe/src/contractSupport/index.js';
import { decodeBase64 } from '@endo/base64';
import { E } from '@endo/far';
import { Any } from '@agoric/cosmic-proto/google/protobuf/any.js';

/**
* @import { ChainAccount, ChainAddress, ChainAmount, CosmosValidatorAddress } from '../types.js';
Expand Down
8 changes: 4 additions & 4 deletions packages/orchestration/test/test-withdraw-reward.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
// @ts-check
import { test as anyTest } from '@agoric/zoe/tools/prepare-test-env-ava.js';

import { encodeBase64 } from '@endo/base64';
import { E, Far } from '@endo/far';
import { MsgWithdrawDelegatorRewardResponse } from '@agoric/cosmic-proto/cosmos/distribution/v1beta1/tx.js';
import { MsgDelegateResponse } from '@agoric/cosmic-proto/cosmos/staking/v1beta1/tx.js';
import { Any } from '@agoric/cosmic-proto/google/protobuf/any.js';
import { makeScalarBigMapStore } from '@agoric/vat-data';
import { MsgDelegateResponse } from '@agoric/cosmic-proto/cosmos/staking/v1beta1/tx';
import { Any } from '@agoric/cosmic-proto/google/protobuf/any';
import { encodeBase64 } from '@endo/base64';
import { E, Far } from '@endo/far';
import { prepareStakingAccountKit } from '../src/exos/stakingAccountKit.js';

/**
Expand Down

0 comments on commit a804fbe

Please sign in to comment.