feat(auth): add protobuf definitions for AuthService

This commit is contained in:
hdbg
2026-02-09 15:33:22 +01:00
parent 284f997cbe
commit 7816518977
6 changed files with 207 additions and 9 deletions

2
protobufs/evm.proto Normal file
View File

@@ -0,0 +1,2 @@
syntax = "proto3";
package arbiter.evm;