Skip to content

Fix localhost url for foundry - #49

Merged
mateuszradomski merged 2 commits into
masterfrom
fix-localhost
Oct 9, 2023
Merged

mateuszradomski merged 2 commits into
masterfrom
fix-localhost

Conversation

@sz-piotr

@sz-piotr sz-piotr commented Oct 6, 2023

Copy link
Copy Markdown
Contributor

@linear

linear Bot commented Oct 6, 2023

Copy link
Copy Markdown
L2B-2740 BYOR doesn't work locally because localhost resolves to ipv6 in node 18

the RPC url is localhost:8545 but it resolves to ::1:8545 which fails to connect because foundry listens only on 127.0.0.1:8545
foundry-rs/foundry#5222 (comment)
PS. This was such a PITA to debug!!!

@vercel

vercel Bot commented Oct 6, 2023 •

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
byor-wallet ✅ Ready (Inspect) Visit Preview Oct 9, 2023 10:36am

@mateuszradomski mateuszradomski left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

I actually thought that I had a problem with my instance of Postgres...

This branch was successfully deployed

1 active deployment
Preview — 1bb3fc39 Deployed Oct 9, 2023 by vercel[bot]
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.

2 participants