Skip to content
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

Merged
merged 6 commits into from
Aug 12, 2024
Merged

Fix: Clean files #246

merged 6 commits into from
Aug 12, 2024

Conversation

gianalarcon
Copy link
Collaborator

@gianalarcon gianalarcon commented Aug 11, 2024

Task name here

In order to make a smooth merge process form scaffold to speedrunstark, suggest to Clean files

Types of change

  • Enhancement

Comments (optional)

@@ -41,7 +41,7 @@ export const Faucet = () => {
useEffect(() => {
const checkChain = async () => {
try {
const providerInfo = await publicClient.getBlock();
const providerInfo = await publicClient.getBlockWithTxHashes();
Copy link
Collaborator

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 ?

Copy link
Collaborator

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

@gianalarcon
Copy link
Collaborator Author

Fixed! There are some consolge.log you guys can check if we really need them or not.

packages/nextjs/app/debug/page.tsx Outdated Show resolved Hide resolved
Copy link
Collaborator

@metalboyrick metalboyrick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@0xquantum3labs 0xquantum3labs merged commit 5d58afb into main Aug 12, 2024
3 checks passed
@0xquantum3labs 0xquantum3labs deleted the gian/clean branch August 12, 2024 15:32
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.

3 participants