LINE Auth, Fetch Users by Email, Contract Deploy Salts, and More
Greg
LINE Authentication
LINE is now supported as an authentication method across the SDK.
This includes linking an account to form a unified identity.
Fetch Users on the Server with getUser
You can now retrieve users by email, phone number, wallet address, or user ID from the server in a single line of code.
⚠️
This function will only work with a secret key and should not be used on the client under any circumstances.
Salts for Deterministic Contract Deploys
You can now use a salt to deterministically deploy published contracts.
This also works with unpublished contracts deployed via deployContract
.
deployPublishedContract
Constructor Parameters Format
Constructor parameters passed to deployPublishedContract
are now passed as an object rather than an array.
Bug Fixes and Other Improvements
- Added support for React Native 0.75
- Fixed ERC721 delayed reveal detection
- Multiple smart wallet transactions can now be sent in parallel
- Added the
toFunctionSelector
utility - Social profiles now display in the linked accounts list
- Polygon MATIC is now POL