[October 17, 2022] Ethereum Testnet Ropsten Support Suspended; Added Goerli Support, Apple Social Login Support, Blockchain Network Change Method

Face Wallet SDK Version: v1.2

Greetings from Face Wallet team!

On October 17, 2022, we are informing you about the newly added features and improvements to Face Wallet.


Ethereum Testnet Ropsten Support Suspended and Goerli Support

The support for Ropsten network, which used to be provided via Ethereum testnet, has been discontinued after Ethereum’s the Merge. Accordingly, Face Wallet also stops its support for Ropsten network and starts supporting the new Ethereum testnet—Goerli network.

As various services including Face Wallet are discontinuing support for Ropsten network, we advise you to use other testnet networks, such as the Goerli network.

Following the Goerli network support, the network parameter required when initializing Face objects has been changed.

Before the Change

BlockchainMainnet ParameterTestnet Parameter
EthereumNetwork.ETHEREUMNetwork.ROPSTEN

After the Change

BlockchainMainnet ParameterTestnet Parameter
EthereumNetwork.ETHEREUMNetwork.GOERLI

For more details, please see here.

Apple Social Login Support

1440

Face Wallet supports Apple social login!

Apple social login is one of the social login features supported in the Apple ecosystem, like iOS, iPad OS and Mac OS. To launch an app with the login function at Apple App Store, Apple social support is a must. Hence, to support a platform in the Apple ecosystem, Apple social login is essential. Now, we support Apple social login so that you can integrate Face Wallet into the Apple ecosystem via Apple social login.


Blockchain network change method is added

Face Wallet SDK injects a blockchain network to be used for initializing Face objects and cannot initialize the objects multiple times. We added a new method so that Face Wallet networks can be changed when DApp supports multiple blockchain networks or multi-chains.

For more details, please see here.