Skip to content
Snippets Groups Projects
Commit 3db78d78 authored by Efe's avatar Efe
Browse files

Fix import

parent 9a7a56fb
No related branches found
No related tags found
1 merge request!483Resolve "Upgrade package @hiveio/wax to decrease app's bundle size"
Pipeline #96313 passed
......@@ -2,7 +2,7 @@ import Big from 'big.js';
import { AccountHistory } from '@/wallet/store/app-types';
import { makeBitMaskFilter, operationOrders } from '@hiveio/dhive/lib/utils';
import moment from 'moment';
import { TWaxApiRequest, RcAccount } from '@hiveio/wax/web';
import { TWaxApiRequest, RcAccount } from '@hiveio/wax';
import { hiveChainService } from '@transaction/lib/hive-chain-service';
const chain = await hiveChainService.getHiveChain();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment