-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Hello,
I am facing the error "TypeError: signers_1.InMemorySigner is not a constructor" when traing to use @near-wallet-selector/here-wallet.
Dependencies:
"@here-wallet/core": "^3.3.1",
"@near-wallet-selector/core": "8.9.14",
"@near-wallet-selector/here-wallet": "8.9.14
"@near-wallet-selector/modal-ui": "8.9.14",
"near-api-js": "4.0.3",
Code to reproduce the error:
export const selector = await setupWalletSelector({
network: 'mainnet',
languageCode: 'en',
modules: [
setupHereWallet(),
],
});Note that the above code works fine with Nightly and Meteor. I will be useful if you can please provide a project were the wallet selector modal can be used with Here wallet, please.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

