Skip to content

Commit

Permalink
[web] Move utils/getTokenInfo inside @/defi/klaytn (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
junhoyeo authored Oct 10, 2022
1 parent 3056331 commit 9cb24cb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/bento-web/src/defi/klaytn/klayswap/single.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ import {
KlaytnDeFiProtocolType,
KlaytnDeFiType,
} from '@/defi/types/staking';
import { getTokenInfo } from '@/defi/utils/getTokenInfo';
import { axios } from '@/utils';

import KLAYSwapSingleLeveragePool from '../abis/KLAYSwapSingleLeveragePool.json';
import { klaytnChain } from '../constants';
import { getTokenInfo } from '../utils/getTokenInfo';
import { KSP_TOKEN_INFO } from './constants';

const provider = klaytnChain._provider;
Expand Down
2 changes: 1 addition & 1 deletion packages/bento-web/src/defi/klaytn/kokonutswap/lp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import {
KlaytnDeFiProtocolType,
KlaytnDeFiType,
} from '@/defi/types/staking';
import { getTokenInfo } from '@/defi/utils/getTokenInfo';
import { axios } from '@/utils';

import { getTokenInfo } from '../utils/getTokenInfo';
import { KSD_ADDRESS, KSD_TOKEN_INFO } from './constants';

export const getLPPoolList = async () => {
Expand Down

0 comments on commit 9cb24cb

Please sign in to comment.