mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-28 07:27:58 +00:00
Convert all to named imports (#414)
This commit is contained in:
@@ -9,4 +9,4 @@ const chains: Record <string, ChainDef> = known
|
||||
.filter(({ genesisHash }) => genesisHash.length > 1)
|
||||
.reduce((chains, { genesisHash, network }) => ({ ...chains, [network]: genesisHash }), {});
|
||||
|
||||
export default chains;
|
||||
export { chains };
|
||||
|
||||
Reference in New Issue
Block a user