matter-labs / foundry-zksync

Fork of Foundry tailored for zkSync environment
Apache License 2.0
299 stars 130 forks source link

Payable constructor does not receive ether #648

Open Karrq opened 2 weeks ago

Karrq commented 2 weeks ago

Sending ether via new Foo{value: xyz}() doesn’t actually change the balance of the constructed contract on zkEVM, but on EVM it works Solidity by Example