We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c3413e commit 16237ffCopy full SHA for 16237ff
1 file changed
brownie/typing.py
@@ -132,13 +132,13 @@ class VyperBuildJson(_ContractBuildJson):
132
@final
133
class SolidityDeploymentJson(SolidityBuildJson):
134
address: ChecksumAddress
135
- alias: NotRequired[ContractName]
+ alias: NotRequired[ContractName | None]
136
137
138
139
class VyperDeploymentJson(VyperBuildJson):
140
141
142
143
144
ContractDeploymentJson = SolidityDeploymentJson | VyperDeploymentJson
0 commit comments