diff --git a/src/service/mobile_config.proto b/src/service/mobile_config.proto index e6306ea5..422cbe92 100644 --- a/src/service/mobile_config.proto +++ b/src/service/mobile_config.proto @@ -25,6 +25,12 @@ message gateway_metadata { // The res12 h3 index asserted address of the gateway as a string // where an unasserted gateway returns an empty string string location = 2; + // The unix epoch timestamp (in seconds) + // when the data was read from chain and written to the db + uint64 refreshed_at = 3 + // The unix epoch timestamp (in seconds) + // when the gateway was first added to the database. + uint64 created_at = 4; } message gateway_info {