Skip to content

Commit 33565b8

Browse files
Apply suggestions from code review
Co-authored-by: Mateo Miccino <mateomiccino@gmail.com> Signed-off-by: Alejandro Alvarez Melucci <163010988+AlejandroAlvarezMelucciDCL@users.noreply.github.com>
1 parent f08003b commit 33565b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

proto/decentraland/sdk/components/realm_info.proto

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ option (common.ecs_component_id) = 1106;
66

77
message PBRealmInfo {
88
string base_url = 1; // the domain of the realm server
9-
string realm_name = 2; // the name of the realm server
10-
int32 network_id = 3; // the Ethereum network
11-
string comms_adapter = 4; // comms adapter, removing all query parameters (credentials)
9+
string realm_name = 2; // the name of the realm server (more info https://adr.decentraland.org/adr/ADR-110)
10+
int32 network_id = 3; // the network id (1=Ethereum, more info https://chainlist.org/)
11+
string comms_adapter = 4; // comms adapter (more info https://adr.decentraland.org/adr/ADR-180)
1212
bool is_preview = 5; // true if the scene is running as a local preview, instead of published in Decentraland.
1313
optional string room = 6; // the room session id.
1414
optional bool is_connected_scene_room = 7; // true if the user is connected to the scene room.

0 commit comments

Comments
 (0)