You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 ?The text was updated successfully, but these errors were encountered: