-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
signMessage costs gas fees #3135
Comments
ok just tested again this behaviour happens when logging in with sender wallet - could not reproduce it with the webwallet. So this happens after the log in - without even using the signMessage api. The add key Txn which cost money: |
Ok I managed to reproduce the same issue in the web wallet with a new wallet (new account)
and this is an after picture: |
Link to conversation on the neardev telegram: |
Environment
A react website using the signMessage api in the MyNearWallet/Web Wallet flow on mainnet.
Problem
Gas fee charges occur on the wallet
Expected Behaviour
No charges should happen as this function just verifies the owner of the wallet with a message.
on other wallets/blockchains this does not cost gas
Steps to reproduce
network: 'mainnet',
- this is the only change from this flow:https://github.com/near/wallet-selector/tree/main/examples/react
export const NEAR_CONTRACT_ID = 'lavanetxyz.near' //'guest-book.testnet'
The text was updated successfully, but these errors were encountered: