Skip to content

Conversation

Aniket-Engg
Copy link
Collaborator

No description provided.

Copy link

netlify bot commented Jul 7, 2025

Deploy Preview for remixproject ready!

Name Link
🔨 Latest commit 9092db4
🔍 Latest deploy log https://app.netlify.com/projects/remixproject/deploys/686e32334648470008bba6e8
😎 Deploy Preview https://deploy-preview-6141--remixproject.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@Aniket-Engg Aniket-Engg removed the WIP label Jul 8, 2025
@Aniket-Engg Aniket-Engg requested a review from yann300 July 8, 2025 12:40
else name = 'Custom'

else {
const response = await fetch('https://chainid.network/chains.json')
Copy link
Contributor

Choose a reason for hiding this comment

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

Would it make sense to store this in the local storage? And if the current chaind isn't in the stored artefact to fetch it again.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

done

@Aniket-Engg Aniket-Engg requested a review from yann300 July 9, 2025 08:21
networkNativeCurrency = networkDetails[id].nativeCurrency
} else {
const response = await fetch('https://chainid.network/chains.json')
if (response.ok) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Is the case where the nativeCurrency can't be resolved is handled? like defaulting to eth or something?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

if you want, I can do the same in this file too

Copy link
Contributor

Choose a reason for hiding this comment

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

I am saying that because line 83 the local variable is set to null.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

ok, I will update that here too

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

done

@yann300 yann300 merged commit 73e1dce into master Jul 9, 2025
32 checks passed
@yann300 yann300 deleted the nwNameSymb branch July 9, 2025 09:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants