Skip to content

Commit

Permalink
sdk: yarn prettify:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
crispheaney committed Apr 21, 2024
1 parent 7dbe8f2 commit 9041ae6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions tests/insuranceFundStake.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,12 @@ import {
setFeedPrice,
sleep,
} from './testHelpers';
import {BulkAccountLoader, ContractTier, PERCENTAGE_PRECISION, UserStatus} from '../sdk';
import {
BulkAccountLoader,
ContractTier,
PERCENTAGE_PRECISION,
UserStatus,
} from '../sdk';

describe('insurance fund stake', () => {
const provider = anchor.AnchorProvider.local(undefined, {
Expand Down Expand Up @@ -130,7 +135,7 @@ describe('insurance fund stake', () => {
periodicity,
new BN(22500 * PEG_PRECISION.toNumber()),
undefined,
ContractTier.A,
ContractTier.A
);
await driftClient.updatePerpMarketStatus(0, MarketStatus.ACTIVE);
await driftClient.updatePerpMarketBaseSpread(0, 2000);
Expand Down

0 comments on commit 9041ae6

Please sign in to comment.