Skip to content

Commit

Permalink
Merge pull request #5 from rarimo/feature/worldid-trasfer
Browse files Browse the repository at this point in the history
adding WorldId transaction type to enum
  • Loading branch information
olegfomenko authored Mar 5, 2024
2 parents 631f382 + 203b478 commit 4afd5c4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning].

## [1.1.3] - 2024-03-05
### Added
- New message locale
### Changed
- Version of js-sdk

## [1.1.2] - 2023-12-01
### Removed
- chrown from the Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@hookform/resolvers": "^3.3.1",
"@mui/icons-material": "^5.14.3",
"@mui/material": "^5.14.3",
"@rarimo/client": "^2.0.0-rc.32",
"@rarimo/client": "^2.0.0-rc.34",
"graphql": "^16.7.1",
"graphql-tag": "^2.12.6",
"lodash-es": "^4.17.21",
Expand Down
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.CreateWorldCoinIdentityTransferOp]: t('message-types.create-worldcoin-identity-transfer-op-lbl'),
})[type]

0 comments on commit 4afd5c4

Please sign in to comment.