Migration Guide
Migrating Blocto wallet from v1 to v2
Changes
Upgrading Dependency
yarn upgrade @blocto/fcl@^1.6.1npm install @blocto/fcl@^1.6.1npm install @blocto/fcl@^1.6.1Upgrading the FCL Configuration
import * as fcl from "@blocto/fcl";
fcl
.config({
"accessNode.api": "https://rest-mainnet.onflow.org",
"discovery.wallet": `https://wallet-v2.blocto.app/-/flow/authn`
})import * as fcl from "@blocto/fcl";
fcl
.config({
"accessNode.api": "https://rest-testnet.onflow.org",
"discovery.wallet": `https://wallet-v2-dev.blocto.app/-/flow/authn`
})FCL Wallet Discovery
Last updated
Was this helpful?