You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue Description:
The User Controlled Wallet SDK version 4.0.0 does not support certain chains. However, version 4.5.0 includes support for these chains.
Attempt to use SDK version 4.0.0 with specific chains.
Observe the import statement in onboarding.ts (line 22) causes issues. Expected Behavior: The SDK should support the specified chains without causing compilation or runtime errors.
Actual Behavior: Attempting to import CreateUserWithPinChallenge200Response from the SDK leads to an error.
Additional Context: Please consider updating the documentation and the SDK to ensure seamless usage with the specific chains in question, as this was a known issue in version 4.0.0 and may affect other users.
Suggested Fix: Review the changes made in version 4.5.0 to ensure compatibility with existing functionality and chains supported.
The text was updated successfully, but these errors were encountered:
Title: User Controlled Wallet SDK Needs Update
Issue Description:
The User Controlled Wallet SDK version
4.0.0
does not support certain chains. However, version4.5.0
includes support for these chains.This update causes a break in the following line:
Steps to Reproduce:
Attempt to use SDK version 4.0.0 with specific chains.
Observe the import statement in onboarding.ts (line 22) causes issues.
Expected Behavior: The SDK should support the specified chains without causing compilation or runtime errors.
Actual Behavior: Attempting to import CreateUserWithPinChallenge200Response from the SDK leads to an error.
Additional Context: Please consider updating the documentation and the SDK to ensure seamless usage with the specific chains in question, as this was a known issue in version 4.0.0 and may affect other users.
Suggested Fix: Review the changes made in version 4.5.0 to ensure compatibility with existing functionality and chains supported.
The text was updated successfully, but these errors were encountered: