When running transactions with @propose_from_simulation() I get (VirtualMachineError) {'code': -32003, 'message': 'Insufficient funds for gas * price + value'}.
I can hack my way through that by sending some native tokens to multisig or using gas_price=0 on each transaction. Later seems as if that should be automatically applied during simulations.