Skip to content

Commit

Permalink
Merge pull request #2787 from near/fix-config-import
Browse files Browse the repository at this point in the history
fix: fix wrong config import
  • Loading branch information
Patrick1904 authored Jun 28, 2022
2 parents d8dd443 + 1d4681f commit 10ec960
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/frontend/src/redux/actions/staking.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ import {
STAKING_GAS_BASE,
FARMING_CLAIM_GAS,
FARMING_CLAIM_YOCTO,
LOCKUP_ACCOUNT_ID_SUFFIX
LOCKUP_ACCOUNT_ID_SUFFIX,
FT_MINIMUM_STORAGE_BALANCE_LARGE
} from '../../config';
import { fungibleTokensService, FT_MINIMUM_STORAGE_BALANCE_LARGE } from '../../services/FungibleTokens';
import { fungibleTokensService } from '../../services/FungibleTokens';
import { listStakingPools } from '../../services/indexer';
import StakingFarmContracts from '../../services/StakingFarmContracts';
import { getLockupAccountId, getLockupMinBalanceForStorage } from '../../utils/account-with-lockup';
Expand Down

0 comments on commit 10ec960

Please sign in to comment.