Skip to content

Commit

Permalink
commenting out hardcoded path
Browse files Browse the repository at this point in the history
  • Loading branch information
pellicceama committed Oct 26, 2022
1 parent bbd4d3f commit 7740330
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@ export * from './tsv';
// .then(console.log)
// .catch(console.error);

validate('all', '/Users/ap/ama_dev/map3/indexer/tmp/map3xyz-assets/networks/smartchain/assets/smartchain-tokenlist')
.then(console.log)
.catch(console.error);

// validate('all', '/Users/ap/ama_dev/map3/indexer/tmp/map3xyz-assets/networks/smartchain/assets/smartchain-tokenlist')
// .then(console.log)
// .catch(console.error);

// RepoFileGenerator.generate()
// .then(csv => csv.deserialise(DEFAULT_TEMP_DIR))
Expand Down

0 comments on commit 7740330

Please sign in to comment.