Skip to content

Commit

Permalink
Merge pull request #295 from inevitable-changes/develop
Browse files Browse the repository at this point in the history
[web] Bump version to 1.3.29
  • Loading branch information
junhoyeo authored Oct 10, 2022
2 parents d2d547e + 5b3d3af commit 752502f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/bento-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bento/web",
"version": "1.3.28",
"version": "1.3.29",
"private": true,
"scripts": {
"dev": "env-cmd -f .env.debug.local next dev",
Expand Down
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

1 comment on commit 752502f

@vercel
Copy link

@vercel vercel bot commented on 752502f Oct 10, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.