-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: Clean files #246
Fix: Clean files #246
Conversation
@@ -41,7 +41,7 @@ export const Faucet = () => { | |||
useEffect(() => { | |||
const checkChain = async () => { | |||
try { | |||
const providerInfo = await publicClient.getBlock(); | |||
const providerInfo = await publicClient.getBlockWithTxHashes(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it seems to me that this will be a heavier request, which we are not supposed to do when calling checkChain()
only, why do we need txHashes
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we cant commit this file
Fixed! There are some |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Task name here
In order to make a smooth merge process form scaffold to speedrunstark, suggest to Clean files
Types of change
Comments (optional)