Onboard
- Overview
- Ecosystem Wallets
- Embedded Wallets
- Overview
- Quickstart
- Setup
- Architecture
- Migrating Sequence
- FAQ
Power
- Overview
- Deployable Contracts
- Managing Collections
- Querying Blockchain Data
- Sequence Sidekick Guide
- Analytics
- Gas Sponsorship
- Node Gateway
Monetize
- Overview
- Marketplaces
- Sequence Pay
Technical References
- Why Smart Contracts Wallets?
- Ethers v6 Support
- Contract Internals
Embedded Wallets
FAQ
FAQ and Common Errors
It’s important to ensure that when attempting to call the IsValidMessageSignature
function that the parameters passed are exact - down to whitespace in the message. Otherwise a common issue is that you haven’t deployed a parent wallet on that particular chain.
This is most likely due to a mismatch of the configuration keys from Sequence Builder. Ensure that these are copied and pasted correctly and the project access key matches the tenant key provided as well which should resolve the issue. You can see more information about configuring embedded wallet here.
Was this page helpful?