Added bail to stop execution when we have an error during deployment

This commit is contained in:
activecoder10
2025-07-09 11:03:50 +03:00
parent f1a1ae1e9f
commit 77606bf5de
2 changed files with 13 additions and 7 deletions
+2 -1
View File
@@ -54,7 +54,8 @@ pub enum Calldata {
#[serde(untagged)]
pub enum CalldataArg {
Literal(String),
AddressRef(String), // will be "Contract.address"
/// For example: `Contract.address`
AddressRef(String),
}
/// Specify how the contract is called.