What went wrong?
Body:
Problem Description: When using the current version of @cheqd/sdk, the project fails to [run/build] due to a conflict or issue with the uint8arrays package. It appears the SDK is resolving to an incompatible version.
The Fix: I was able to resolve this and unblock my project by adding the following manual override to my package.json:
"pnpm": {
"overrides": {
"uint8arrays": "3.1.1"
}
}
How can we reproduce this bug?
...
Environment
Mainnet
Bug prevalence
No response
Which browser/client application did you encounter the bug in? (if applicable)
No response
Relevant log output
Code of Conduct
What went wrong?
Body:
Problem Description: When using the current version of @cheqd/sdk, the project fails to [run/build] due to a conflict or issue with the uint8arrays package. It appears the SDK is resolving to an incompatible version.
The Fix: I was able to resolve this and unblock my project by adding the following manual override to my package.json:
"pnpm": {
"overrides": {
"uint8arrays": "3.1.1"
}
}
How can we reproduce this bug?
...
Environment
Mainnet
Bug prevalence
No response
Which browser/client application did you encounter the bug in? (if applicable)
No response
Relevant log output
Code of Conduct