Skip to content

Commit

Permalink
Merge pull request #426 from vahnag/vahagn/fix-sandbox-parser-script
Browse files Browse the repository at this point in the history
Update sandbox parser script to ignore prices api
  • Loading branch information
elanh authored Nov 14, 2024
2 parents 909e076 + 4f07e09 commit d0b6b45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parser/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const ignoreList = [
'parser',
'scripts',
'accounts',
'prices.yaml',
];

async function* walk(dir: string): AsyncGenerator<string> {
Expand Down

0 comments on commit d0b6b45

Please sign in to comment.