### Component Forge ### Have you ensured that all of these are up to date? - [X] Foundry - [X] Foundryup ### What version of Foundry are you on? forge 0.2.0 (545cd0b 2024-03-14T00:20:00.210934000Z) ### What command(s) is the bug in? forge script ### Operating System macOS (Apple Silicon) ### Describe the bug Blob storage was released today on Base, and I am using `forge script` to run a transaction through a new contract. - [The forge-based tx](https://basescan.org/tx/0x607518b4a7ff312c17160e23a554aed3ee6920619e4e7009b7a571c54df7ad28) - [What the tx should've cost](https://basescan.org/tx/0x879ed42f97027a78ad789be0d6bb02b455f370a95a6f4093209b303d6d891d59) ## Repro steps: 1. clone the repo off this pr / branch https://github.com/0xmetropolis/erc20/pull/3 2. run `export OWNER=rando_addr` 3. run `forge script script/DeployToken.s.sol --rpc-url https://mainnet.base.org`
Component
Forge
Have you ensured that all of these are up to date?
What version of Foundry are you on?
forge 0.2.0 (545cd0b 2024-03-14T00:20:00.210934000Z)
What command(s) is the bug in?
forge script
Operating System
macOS (Apple Silicon)
Describe the bug
Blob storage was released today on Base, and I am using
forge scriptto run a transaction through a new contract.Repro steps:
export OWNER=rando_addrforge script script/DeployToken.s.sol --rpc-url https://mainnet.base.org