Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit be86262

Browse files
authored
Merge pull request #481 from alchemyplatform/turn-off
Turning off by-address
2 parents ba68d2d + 9181bed commit be86262

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

parser/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ const ignoreList = [
3737
'tokens.yaml',
3838
'transactions.yaml',
3939
'v1.yaml',
40+
'by-address.yaml'
4041
];
4142

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

0 commit comments

Comments
 (0)