File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
packages/api/services/assets Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ apps/web/build
4343apps /web /public
4444apps /web /src /app /api /
4545apps /web /.yalc
46+ apps /web /out /*
4647
4748packages /api /node_modules
4849packages /api /.next
Original file line number Diff line number Diff line change 1212 "isolatedModules" : true ,
1313 "jsx" : " preserve" ,
1414 "incremental" : true ,
15+ "downlevelIteration" : true ,
1516 "plugins" : [
1617 {
1718 "name" : " next"
Original file line number Diff line number Diff line change 11import { XcmV3Junction } from '@polkadot-api/descriptors' ;
22import { XcmV3Junctions } from '@polkadot-api/descriptors' ;
33import { Asset , XcmV4Location } from './types' ;
4- import { CacheService } from '@ /cache/CacheService' ;
5- import { CACHE_KEYS } from '@ /constants' ;
4+ import { CacheService } from '.. /cache/CacheService' ;
5+ import { CACHE_KEYS } from '.. /constants' ;
66import { Binary } from 'polkadot-api' ;
77
88export function getXcmV3Multilocation ( assetId : bigint | number ) : XcmV4Location {
You can’t perform that action at this time.
0 commit comments