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
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
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.
same flow using the connect your wallet as done in the example on the github.
Ok I managed to reproduce the same issue in the web wallet with a new wallet (new account)
before doing the login flow / signMessage flow - the wallet had these funds
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: