diff --git a/wallet/v1/msg.proto b/wallet/v1/msg.proto index 5cef4f4..1acde87 100644 --- a/wallet/v1/msg.proto +++ b/wallet/v1/msg.proto @@ -416,9 +416,9 @@ message Network { string description = 6; NetworkType type = 7; bool is_active = 8; - - string updated_at = 9; - string created_at = 10; + string image = 9; + string updated_at = 10; + string created_at = 11; } message NetworkList {