0xKitsune / Foundry-Vyper

A Foundry template to compile and test Vyper contracts.
172 stars 29 forks source link

deployment in the test doesn't work #8

Open viraj124 opened 11 months ago

viraj124 commented 11 months ago

hey @0xKitsune @ControlCplusControlV

I was trying to use this for one of my vyper contracts which has a address argument but deployment in the tests reverts with an error VyperDeployer could not deploy contract to double check this I even cloned this repo and ran the test and it again reverted with the same error for simple store deployment here https://github.com/0xKitsune/Foundry-Vyper/blob/main/src/test/SimpleStore.t.sol#L20 is this happening due to the latest foundry version ?

ControlCplusControlV commented 11 months ago

Do you have Vyper installed locally?

viraj124 commented 11 months ago

Do you have Vyper installed locally?

Yes version 0.3.9

viraj124 commented 11 months ago

@ControlCplusControlV can you check if you are able to run the test command without any errors ?