Version Information
- vyper Version (output of
vyper --version): 0.4.0
- OS: linux
- Python Version (output of
python --version): 3.11.9
What's your issue about?
CompilerPanic:unhandled exception 'str' object has no attribute 'get'
contract "contracts/StreamManager.vy:23", line 23:0
22
---> 23 from . import Validator
--------^
24
How can it be fixed?