Skip to content

Commit

Permalink
hot fix assets
Browse files Browse the repository at this point in the history
  • Loading branch information
Zetazzz committed Feb 28, 2024
1 parent 3b23b30 commit 4758bb0
Show file tree
Hide file tree
Showing 162 changed files with 1,128,647 additions and 1,148,730 deletions.
4 changes: 2 additions & 2 deletions packages/assets/src/asset_lists.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import { AssetList } from '@chain-registry/types';

import _mainnet from './mainnet/assets';
import _testnet from './testnet/assets';
import _noncosmos from './noncosmos/assets';
import _noncosmos from './noncosmos/assets'

const asset_lists: AssetList[] = [..._mainnet, ..._testnet, ..._noncosmos];
const asset_lists: AssetList[] = [..._mainnet,..._testnet,..._noncosmos];

export default asset_lists;
11 changes: 5 additions & 6 deletions packages/assets/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
export * from './mainnet';
export * from './testnet';
export * from './noncosmos';
import asset_lists from './asset_lists';
export * from './noncosmos'; import asset_lists from './asset_lists';

export default {
asset_lists
};
export default {
asset_lists
};

export { asset_lists };
export { asset_lists };
Loading

0 comments on commit 4758bb0

Please sign in to comment.