Skip to content

Commit

Permalink
fix xcm-cfg exports
Browse files Browse the repository at this point in the history
  • Loading branch information
nohaapav committed Dec 8, 2023
1 parent 565b8b3 commit 6ed0450
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions packages/xcm-cfg/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import { assetsMap } from './assets';
import { chainsMap } from './chains';
import { chainsConfigMap } from './configs';
import { evmChains } from './evmChains';

export { assetsMap, chainsMap, chainsConfigMap, evmChains };
export { assetsMap } from './assets';
export { chainsMap } from './chains';
export { chainsConfigMap } from './configs';
export { evmChains } from './evmChains';

0 comments on commit 6ed0450

Please sign in to comment.