Skip to content

Commit

Permalink
Increase multicall size for fetching TLD list (ensdomains#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
gskril authored Aug 28, 2024
1 parent cb94af3 commit dde5685
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
docs/ @lucemans @gskril
.github/ @lucemans
app/ @lucemans @svemat01
app/ @lucemans @svemat01 @gskril

docs/ensip/ @arachnid
docs/ensip/index @lucemans
5 changes: 5 additions & 0 deletions app/local/content/extras/tld-list/TLDList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@ export const TLDList = async () => {
transport: http(
process.env.RPC_URL ?? '' //?? 'https://cloudflare-eth.com/rpc'
),
batch: {
multicall: {
batchSize: 10_240,
},
},
});

const contract = {
Expand Down

0 comments on commit dde5685

Please sign in to comment.