Skip to content

Commit

Permalink
chore(client-api): update parachain-api package to include DarenMark…
Browse files Browse the repository at this point in the history
…et (#2906)
  • Loading branch information
jonalvarezz authored Jul 18, 2024
1 parent 8c760bb commit 024e3ff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions tee-worker/client-api/parachain-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- (#2930) `PlatformUserType`: Add `DarenMarket`

### Changed

- (#2930) `PlatformUserType`: rename `MagicCraftStakingUser` to `MagicCraftStaking`
- (#2930) `PlatformUserType`: rename `KaratDaoUser` to `KaratDao`

## [0.9.18-10] - 2024-07-15

Matching version for [parachain-release v0.9.18-10](https://github.com/litentry/litentry-parachain/releases/tag/v0.9.18-10)
Expand Down
2 changes: 1 addition & 1 deletion tee-worker/client-api/parachain-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/src/index.js",
"module": "dist/src/index.js",
"sideEffects": false,
"version": "0.9.18-10",
"version": "0.9.18-10-next.0",
"scripts": {
"clean": "rm -rf dist build node_modules",
"update-metadata": "curl -s -H \"Content-Type: application/json\" -d '{\"id\":\"1\", \"jsonrpc\":\"2.0\", \"method\": \"state_getMetadata\", \"params\":[]}' http://localhost:9944 > prepare-build/litentry-parachain-metadata.json",
Expand Down

0 comments on commit 024e3ff

Please sign in to comment.