Skip to content

Commit

Permalink
removing tsv file generation
Browse files Browse the repository at this point in the history
  • Loading branch information
pellicceama committed Nov 4, 2022
1 parent 6acbb31 commit a821d73
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 367 deletions.
6 changes: 0 additions & 6 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { RepoFileGenerator } from './tsv/RepoFileGenerator';
import { DEFAULT_TEMP_DIR } from './utils/constants';
import { validate } from './validate';

Expand All @@ -10,7 +9,6 @@ export * from './trustwallet';
export * from './utils';
export * from './validate';
export * from './db';
export * from './tsv';

// const base = '/Users/ap/ama_dev/map3/indexer/tmp';
// ingestTokenList(`${base}/kq.tokenlist.json`, `${base}/map3xyz-assets/networks/polygon/assets/polygon-tokenlist`, 'foo', 'polygon-manual-list' )
Expand All @@ -27,7 +25,3 @@ export * from './tsv';
// validate('all', '/Users/ap/ama_dev/smartchain-tokenlist/smartchain-tokenlist')
// .then(console.log)
// .catch(console.error);

// RepoFileGenerator.generate()
// .then(csv => csv.deserialise(DEFAULT_TEMP_DIR))
// .catch(console.error);
117 changes: 0 additions & 117 deletions src/tsv/AssetsTsv.ts

This file was deleted.

72 changes: 0 additions & 72 deletions src/tsv/AssetsTsvRow.ts

This file was deleted.

13 changes: 0 additions & 13 deletions src/tsv/RepoFileGenerator.test.ts

This file was deleted.

112 changes: 0 additions & 112 deletions src/tsv/RepoFileGenerator.ts

This file was deleted.

4 changes: 0 additions & 4 deletions src/tsv/index.ts

This file was deleted.

41 changes: 0 additions & 41 deletions src/tsv/tmp-maps.json.ts

This file was deleted.

2 changes: 0 additions & 2 deletions src/tsv/types.ts

This file was deleted.

0 comments on commit a821d73

Please sign in to comment.