diff --git a/src/database/postgres.rs b/src/database/postgres.rs index d5ffd8b..e627d41 100644 --- a/src/database/postgres.rs +++ b/src/database/postgres.rs @@ -562,7 +562,7 @@ event Event ( fields: vec![ AbiValue::Bool(true), AbiValue::Bool(false), - AbiValue::String("hello".to_string()), + AbiValue::String("zef".to_string()), ], ..Default::default() };