You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever running a forge script against a forked Blast mainnet anvil instance (created with anvil --fork-url $BLAST_RPC) the output of the scripts will give the following error:
Error:
builder error
Context:
- relative URL without a base
This behavior is consistent across all Blast mainnet RPC's.
It is not the case for Blast Sepolia RPC's which work without issue.
It is also not the case when running a forge script against the RPC itself, as opposed to the anvil instance with --rpc-url http://localhost:8545
The text was updated successfully, but these errors were encountered:
This was a consistent issue on Wednesday for all Blast mainnet RPC's but since then I've not encountered it and have not been able to repo. I assume it was something on their end and not Foundry. In any case, the error message seems misleading.
Component
Anvil
Have you ensured that all of these are up to date?
What version of Foundry are you on?
forge 0.2.0 (dbc48ea 2024-04-03T00:17:03.697365187Z)
What command(s) is the bug in?
anvil --fork-url
Operating System
Linux
Describe the bug
Whenever running a
forge script
against a forked Blast mainnet anvil instance (created withanvil --fork-url $BLAST_RPC
) the output of the scripts will give the following error:This behavior is consistent across all Blast mainnet RPC's.
It is not the case for Blast Sepolia RPC's which work without issue.
It is also not the case when running a
forge script
against the RPC itself, as opposed to the anvil instance with--rpc-url http://localhost:8545
The text was updated successfully, but these errors were encountered: