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
I tried to make a transaction using here wallet, but this problem in the title keeps popping up.
I wonder if it has anything to do with the sdk. I don't directly use this sdk, but via near-wallet-selector. After logging in, I perform the call as below:
(Note: the above function isn't the only one causing the error. Calling other functions also cause the decimal error).
I wonder what was causing the error. In essence, running the same code in MyNearWallet is successful; yet, it doesn't pass with Here Wallet.
The code is run on testnet. Wallet is connected to testnet as well.
Though one notice one thing: despite wallerhere.testnet (the connected account) having positive non-zero balance, it displays the account balance as $0. Does that affect it?
The text was updated successfully, but these errors were encountered:
Hi.
I tried to make a transaction using here wallet, but this problem in the title keeps popping up.
![here-wallet-sign-transaction-failure](https://private-user-images.githubusercontent.com/71509699/301772652-991933f4-96ab-4bff-9dcb-9efbea9fadc6.jpg?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NTgyOTYsIm5iZiI6MTczODk1Nzk5NiwicGF0aCI6Ii83MTUwOTY5OS8zMDE3NzI2NTItOTkxOTMzZjQtOTZhYi00YmZmLTlkY2ItOWVmYmVhOWZhZGM2LmpwZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDE5NTMxNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTcyYjA1YjYzNjQ0YjMwMzIyMWE1ODBkMTM3OTNlYjI1OGMwYzhjMDliN2M5ZThmMTczOTgxOTJmMDAwODkxOTEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.9wEx5E6IgRGV38kBv2hu0YLs_gp-PEY8u1flvyATZYU)
I wonder if it has anything to do with the sdk. I don't directly use this sdk, but via
near-wallet-selector
. After logging in, I perform the call as below:and an example function that cause the error looks like this (it's located in a service file in Angular):
(Note: the above function isn't the only one causing the error. Calling other functions also cause the decimal error).
I wonder what was causing the error. In essence, running the same code in MyNearWallet is successful; yet, it doesn't pass with Here Wallet.
The code is run on testnet. Wallet is connected to testnet as well.
Though one notice one thing: despite
wallerhere.testnet
(the connected account) having positive non-zero balance, it displays the account balance as $0. Does that affect it?The text was updated successfully, but these errors were encountered: