Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [1.26.2](https://github.com/qubic/static/compare/v1.26.1...v1.26.2) (2026-05-22)


### Bug Fixes

* **smart_contracts:** set fee for QRaffle Transfer Share Management Rights to 200 ([d4090b8](https://github.com/qubic/static/commit/d4090b881e2b9182a814e823c0bc44e45adf1539))

## [1.26.1](https://github.com/qubic/static/compare/v1.26.0...v1.26.1) (2026-05-17)


### Bug Fixes

* **smart_contracts:** set fee for Escrow Transfer Share Management Rights to 100 ([57bc301](https://github.com/qubic/static/commit/57bc301c5744f49ea3055689c28ea8c3e9744237))

# [1.26.0](https://github.com/qubic/static/compare/v1.25.1...v1.26.0) (2026-05-08)


Expand Down
5 changes: 3 additions & 2 deletions data/smart_contracts.json
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@
{
"id": 8,
"name": "Transfer Share Management Rights",
"fee": 100,
"fee": 200,
"sourceIdentifier": "TransferShareManagementRights"
}
],
Expand Down Expand Up @@ -1298,7 +1298,8 @@
{
"id": 5,
"name": "Transfer Share Management Rights",
"sourceIdentifier": "TransferShareManagementRights"
"sourceIdentifier": "TransferShareManagementRights",
"fee": 100
}
],
"firstUseEpoch": 210,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qubic-static-api",
"version": "1.26.0",
"version": "1.26.2",
"description": "Static data and assets for Qubic blockchain",
"private": true,
"packageManager": "pnpm@9.11.0",
Expand Down
Loading