From f642ad8a988e03099e4beed19a68c286e074e349 Mon Sep 17 00:00:00 2001 From: "Prad Nukala (aider)" Date: Sat, 31 Aug 2024 12:03:06 -0400 Subject: [PATCH] refactor: Update `DIDNamespace` to have proper naming convention --- proto/did/v1/grants.proto | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/proto/did/v1/grants.proto b/proto/did/v1/grants.proto index 9e9fafbbb..893cb98ca 100644 --- a/proto/did/v1/grants.proto +++ b/proto/did/v1/grants.proto @@ -6,12 +6,12 @@ import "amino/amino.proto"; option go_package = "github.com/onsonr/hway/x/did/types"; enum DIDNamespace { - GRANT_NAMESPACE_UNSPECIFIED = 0; - GRANT_NAMESPACE_IPFS = 1; - GRANT_NAMESPACE_SONR = 2; - GRANT_NAMESPACE_BITCOIN = 3; - GRANT_NAMESPACE_ETHEREUM = 4; - GRANT_NAMESPACE_IBC = 5; + DID_NAMESPACE_UNSPECIFIED = 0; + DID_NAMESPACE_IPFS = 1; + DID_NAMESPACE_SONR = 2; + DID_NAMESPACE_BITCOIN = 3; + DID_NAMESPACE_ETHEREUM = 4; + DID_NAMESPACE_IBC = 5; } // PermissionScope define the Capabilities Controllers can grant for Services