Skip to content

fix(docs): add missing await on provider.request() calls in README#274

Open
ygd58 wants to merge 1 commit intobase:masterfrom
ygd58:fix/readme-missing-await-provider-request
Open

fix(docs): add missing await on provider.request() calls in README#274
ygd58 wants to merge 1 commit intobase:masterfrom
ygd58:fix/readme-missing-await-provider-request

Conversation

@ygd58
Copy link
Copy Markdown

@ygd58 ygd58 commented Apr 14, 2026

Closes #272.

Two code examples in the README were missing await on provider.request() calls which returns a Promise.

Line 176: const addresses = provider.request({...const addresses = await provider.request({...
Line 184: provider.request('personal_sign', [...await provider.request('personal_sign', [...

@cb-heimdall
Copy link
Copy Markdown
Collaborator

cb-heimdall commented Apr 14, 2026

🟡 Heimdall Review Status

Requirement Status More Info
Reviews 🟡 0/1
Denominator calculation
Show calculation
1 if user is bot 0
1 if user is external 0
2 if repo is sensitive 0
From .codeflow.yml 1
Additional review requirements
Show calculation
Max 0
0
From CODEOWNERS 0
Global minimum 0
Max 1
1
1 if commit is unverified 1
Sum 2

@ygd58
Copy link
Copy Markdown
Author

ygd58 commented Apr 14, 2026

@fan-zhang-sv @spencerstock Could you please review this PR? It fixes missing await on provider.request() calls in README. Thanks!

@ygd58 ygd58 force-pushed the fix/readme-missing-await-provider-request branch from e887525 to 192a1a3 Compare April 14, 2026 08:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: README code examples missing await on provider.request() calls

2 participants