refactor: rename to to better reflect meaning

This commit is contained in:
Skipper
2026-04-19 13:35:18 +02:00
parent e4db36f145
commit ec5a8143fb
55 changed files with 387 additions and 387 deletions

View File

@@ -10,7 +10,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
.compile_protos(
&[
format!("{}/arbiter.proto", PROTOBUF_DIR),
format!("{}/user_agent.proto", PROTOBUF_DIR),
format!("{}/operator.proto", PROTOBUF_DIR),
format!("{}/client.proto", PROTOBUF_DIR),
format!("{}/evm.proto", PROTOBUF_DIR),
],