-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
windowMode parameter is not taken into constructor of Venly or does not work.
e.g.
import { initializeConnector } from "@web3-react/core";
import { Venly } from "@sinodevi/web3-react-venly";
import { WindowMode } from "@venly/web3-provider";
export const [venly, venlyHooks] = initializeConnector<Venly>(
(actions) =>
new Venly({
actions,
options: {
clientId: "Testaccount",
environment: "staging",
skipAuthentication: true,
windowMode: WindowMode.REDIRECT,
authenticationOptions: {
windowMode: WindowMode.REDIRECT,
},
},
})
);
Metadata
Metadata
Assignees
Labels
No labels