Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
superwunc committed Jun 18, 2024
1 parent 432e8c7 commit 681f3d2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ export async function run(): Promise<void> {
const files = getFiles('src')
const allContractAddress = new Set()
for (let i = 0, l = files.length; i < l; i++) {
if (files[i].endsWith('.svg')) {
continue
}
const content: string = fs.readFileSync(files[i], 'utf8')
const regex = /(0x[0-9a-zA-Z]{40})/gm
let m
Expand Down

0 comments on commit 681f3d2

Please sign in to comment.