Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sasicodes committed Jul 14, 2023
1 parent bf0be71 commit 0f03cfd
Show file tree
Hide file tree
Showing 5 changed files with 4,919 additions and 4 deletions.
4 changes: 2 additions & 2 deletions channels.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const PROFILE = `
}
`;

const end = 150000;
const end = 200000;

axiosRetry(axios, {
retries: 200,
Expand Down Expand Up @@ -51,7 +51,7 @@ async function fetchUsers(startId) {
`${i} (${ethers.utils.hexlify(i)}) => https://lenstube.xyz/channel/${handle}`
);
fs.appendFileSync(
"sitemaps/channels/150000.txt",
"sitemaps/channels/200000.txt",
`https://lenstube.xyz/channel/${handle}\n`
);
}
Expand Down
2 changes: 1 addition & 1 deletion lastid.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
110091
115014
Loading

0 comments on commit 0f03cfd

Please sign in to comment.