Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
utils
Browse files Browse the repository at this point in the history
  • Loading branch information
jordaaash committed Apr 22, 2021
1 parent 7020d41 commit 251f2fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions packages/lending/src/utils/pools.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { contexts, models, programIds } from '@oyster/common';
import { AccountLayout, MintLayout } from '@solana/spl-token';
import { Connection, PublicKey } from '@solana/web3.js';
import { useEffect, useMemo, useState } from 'react';
import { MintLayout, AccountLayout } from '@solana/spl-token';
import { utils, models, contexts } from '@oyster/common';
import { PoolInfo } from '../models';
const { programIds } = utils;

const {
TokenSwapLayout,
TokenSwapLayoutLegacyV0: TokenSwapLayoutV0,
Expand Down
2 changes: 1 addition & 1 deletion packages/lending/src/utils/utils.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { utils, KnownTokenMap } from '@oyster/common';
import { KnownTokenMap, utils } from '@oyster/common';
import { PoolInfo } from '../models';

export function getPoolName(
Expand Down

0 comments on commit 251f2fe

Please sign in to comment.