Support different callers

This commit is contained in:
Omar Abdulla
2025-07-21 10:34:57 +03:00
parent e5a3f0aee9
commit ac6387b6f0
10 changed files with 206 additions and 103 deletions
+2 -2
View File
@@ -269,11 +269,11 @@ impl Input {
}
}
fn default_instance() -> ContractInstance {
pub fn default_instance() -> ContractInstance {
ContractInstance::new_from("Test")
}
fn default_caller() -> Address {
pub fn default_caller() -> Address {
"90F8bf6A479f320ead074411a4B0e7944Ea8c9C1".parse().unwrap()
}