celo-org / celo-monorepo

Official repository for core projects comprising the Celo platform
https://celo.org
Apache License 2.0
697 stars 370 forks source link

UsingPrecompiles fix for anvil #10996

Closed pahor167 closed 4 months ago

pahor167 commented 4 months ago

Description

When in Anvil we deploy code to an address with fallback function it is not possible to call it with staticcall without passing any value (it will just return empty byte array)