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
"2023/10/02 updated:
In order to bring the best user experience to our users, we have decided to postpone the due day of the sunset to November 6th. Please upgrade to wallet v2 as soon as possible in case there are some unexpected issues occurred.
If you already used FCL wallet discovery to support multiple wallet, you can keep using the original discovery URL.
To enhance user experience and safety, we will sunset Blocto Web Wallet v1 on October 2nd, 2023. After this date, users will no longer have access to Blocto Wallet on dApps integrated with Web Wallet v1. To continue providing services with Blocto Wallet, dApps need to upgrade Blocto SDK to versions interacting with v2 services.
By migrating to v2, Blocto users will enjoy an enhanced and safer experience, including new features like social login. To continue using Blocto Wallet and benefit from these features, please upgrade your Blocto SDK and/or update the FCL configuration following the guide below. The upgrade process takes approximately 15 minutes. "
The text was updated successfully, but these errors were encountered:
import * as fcl from "@blocto/fcl";
fcl
.config({
"accessNode.api": "https://rest-mainnet.onflow.org",
"discovery.wallet": "https://wallet-v2.blocto.app/api/flow/authn",
"app.detail.id": "YOUR_DAPP_ID"// this line is optional
"discovery.wallet.method": "HTTP/POST"
})
VioletVerse/flow/config.js
Line 1 in dd7835b
https://docs.blocto.app/blocto-sdk/javascript-sdk/flow/migration-guide
"For why to use @blocto/fcl instead of @onflow/fcl, check out this Github PR for further information."
https://docs.blocto.app/web-wallet-v1-sunset-notice-and-migration-guide
"2023/10/02 updated:
In order to bring the best user experience to our users, we have decided to postpone the due day of the sunset to November 6th. Please upgrade to wallet v2 as soon as possible in case there are some unexpected issues occurred.
If you already used FCL wallet discovery to support multiple wallet, you can keep using the original discovery URL.
To enhance user experience and safety, we will sunset Blocto Web Wallet v1 on October 2nd, 2023. After this date, users will no longer have access to Blocto Wallet on dApps integrated with Web Wallet v1. To continue providing services with Blocto Wallet, dApps need to upgrade Blocto SDK to versions interacting with v2 services.
By migrating to v2, Blocto users will enjoy an enhanced and safer experience, including new features like social login. To continue using Blocto Wallet and benefit from these features, please upgrade your Blocto SDK and/or update the FCL configuration following the guide below. The upgrade process takes approximately 15 minutes. "
The text was updated successfully, but these errors were encountered: