Skip to content

Commit

Permalink
adding worldid tx type to enum
Browse files Browse the repository at this point in the history
  • Loading branch information
olegfomenko committed Mar 5, 2024
1 parent 631f382 commit 697e81f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ export default {
"create-identity-default-transfer-op-lbl": "Create Identity Transfer",
"create-identity-gist-transfer-op-lbl": "Create Identity GIST Transfer",
"create-identity-state-transfer-op-lbl": "Create Identity State Transfer",
"create-worldcoin-identity-transfer-op-lbl": "Create WorldID Transfer",
},
"proposal-status": {
"unspecified-lbl": "Unknown",
Expand Down
1 change: 1 addition & 0 deletions src/locales/localizers/msg-type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,5 @@ export const localizeMsgType = (t: TFunction, type: string) =>
[MessageTypeUrls.CreateIdentityDefaultTransferOp]: t('message-types.create-identity-default-transfer-op-lbl'),
[MessageTypeUrls.CreateIdentityGISTTransferOp]: t('message-types.create-identity-gist-transfer-op-lbl'),
[MessageTypeUrls.CreateIdentityStateTransferOp]: t('message-types.create-identity-state-transfer-op-lbl'),
[MessageTypeUrls.MsgCreateWorldCoinIdentityTransferOp]: t('message-types.create-worldcoin-identity-transfer-op-lbl'),
})[type]

0 comments on commit 697e81f

Please sign in to comment.