[March 3, 2023] Account Integration, Wallet Home Multichain Support, Aptos Testnet Support, Twitter/Kakao Social Login Support, Add Swap/Convert from Wallet Home modal, MEVerse Mainnet support
[Face Wallet SDK for Web] Latest Version: v1.9
[Face Wallet SDK for Unity] Latest Version: v1.3
[Face Wallet SDK for React Native] Latest Version: v1.6
[All] Account Integration Support when logging in with the same email address
Even if different social logins are used, Account Integration is supported on Face Wallet as long as the same email address is used. Thus, users can access their wallet with variety of social login accounts. Email and PIN code verifications are required for account integration.
Refer to this link for detailed information and account integration policy.
[All] Multi-chain support on Wallet Home
‘Face.wallet.home()’ Interface operation has changed. If an older version is used, update of the newest SDK version is required for ‘face.wallet.home()’ interface to function correctly.
Previous Wallet Home modal operated on the blockchain network set as the parameter during initialization of Face Wallet SDK. However, this was changed in order to support Multi-chain.
Wallet Home is no longer affected by the parameter inputted when initializing the SDK. Instead, a separate network parameter will be added on the ‘face.wallet.home()’ interface to display on the Wallet Home modal. Network parameter is in an array format, so choosing multiple networks to open on the Wallet Home modal is possible. If network parameter is not inputted, the Wallet Home modal will open all available networks.
Blockchain Networks supporting Wallet Home Modal and Multi-chain:
- Ethereum
- Polygon
- BNB Smart Chain
- Klaytn
- BORA
Refer to link for details.
[Web SDK] Aptos Testnet Support
Face Wallet’s Web SDK supports Aptos Testnet. Face Wallet can now have Aptos Testnet wallet address and sign fee-delegated transaction using signMultiAgentTransaction
Interface. Through the following interface, transaction will proceed once a signed transaction is submitted to Aptos Testnet network.
Refer to link for details.
[All] Twitter/Kakao Social Login support
Face Wallet now supports login through Twitter and Kakao. Twitter and Kakao login buttons will appear on the Face Wallet Modal. In addition, loginWithIdToken
interface will also be supported through Twitter and Kakao OAuth token.
Refer to link for details.
[RN SDK] loginWithIdToken Support
Now, Face Wallet login integration is possible through loginWithIdToken
on RN SDK.
Refer to link for details.
[All] Swap/Convert & NFT support for Klaytn and BORA on Wallet Home
The Wallet Home modal now supports Swap, Convert and NFT tab on the Klaytn and BORA networks.
Users will now be able to use the Swap whenever Klaytn or BORA networks are selected from the Wallet Home modal. Klaytn Network uses Claimswap while BORA Network will use the BORA's Swap contract.
Convert can be used when both the Klaytn and BORA networks have been selected in the multi-chain settings. Conversions between the two chains are done on BORA’s Convert contract.
Originally, the NFT balance search and transaction functionality was only available on the Ethereum and Polygon blockchain from the Wallet Home modal. Now, this functionality has been extended to the Klaytn and BORA networks as well.
Refer to link for details.
[Web/Unity SDK] MEVerse Mainnet Support
Now, Face Wallet supports MEVerse mainnet. Face Wallet’s Web and Unity SDK can now be integrated on the MEVerse network.
Refer to link for details.
[Web SDK] ES6 Build Support
To enable Face Wallet for both CommonJS and ESM, Face now supports Web SDK’s ES6 Build.
[Unity SDK] WalletConnect v1 Support
Since WalletConnect’s v2 migration has been postponed, Face Wallet’s Unity SDK continues to support both v2 and v1 of WalletConnect.