Skip to content

Commit c904776

Browse files
committed
snakecase
1 parent 9109818 commit c904776

File tree

2 files changed

+75
-74
lines changed

2 files changed

+75
-74
lines changed

gen/protos/eigenlayer/sidecar/v1/sidecar/sidecar.pb.go

+70-69
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protos/eigenlayer/sidecar/v1/sidecar/sidecar.proto

+5-5
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ message AboutResponse {
3636
message LoadContractRequest {
3737
string address = 1;
3838
string abi = 2;
39-
string bytecodeHash = 3;
40-
uint64 blockNumber = 4;
41-
string associateToProxy = 5;
39+
string bytecode_hash = 3;
40+
uint64 block_number = 4;
41+
string associate_to_proxy = 5;
4242
}
4343

4444
message LoadContractResponse {
45-
uint64 blockHeight = 1;
45+
uint64 block_height = 1;
4646
string address = 2;
4747
}
4848

@@ -64,6 +64,6 @@ message LoadContractsRequest {
6464
}
6565

6666
message LoadContractsResponse {
67-
uint64 blockHeight = 1;
67+
uint64 block_height = 1;
6868
repeated string addresses = 2;
6969
}

0 commit comments

Comments
 (0)