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
When calling getAccountBalance on a wallet with Ethereum Sepolia or Holesky, between requests the tokenName in the returned Balance object will occasionally not be consistent and changes between ETH and Ethereum Testnet Sepolia (or Ethereum Testnet Holesky for Holesky). This may happen on other chains, but I've only noticed it on Ethereum testnets.
This issue does not always happen. I think after a period of time the requests get cached and it picks one name to use, but after a period of time it will be inconsistent again.
I have a small Typescript project that reproduces the issue here. The repo also includes a folder of examples that show the issue here. Two wallets with some Ethereum Sepolia that exhibit the issue are
0x52f6c0b306e66893c0414abb70951c4dac15a969
0xd60d9aa2c3fd053e50e1f518bad20366325a7291
The text was updated successfully, but these errors were encountered:
When calling
getAccountBalance
on a wallet with Ethereum Sepolia or Holesky, between requests thetokenName
in the returnedBalance
object will occasionally not be consistent and changes betweenETH
andEthereum Testnet Sepolia
(orEthereum Testnet Holesky
for Holesky). This may happen on other chains, but I've only noticed it on Ethereum testnets.This issue does not always happen. I think after a period of time the requests get cached and it picks one name to use, but after a period of time it will be inconsistent again.
I have a small Typescript project that reproduces the issue here. The repo also includes a folder of examples that show the issue here. Two wallets with some Ethereum Sepolia that exhibit the issue are
0x52f6c0b306e66893c0414abb70951c4dac15a969
0xd60d9aa2c3fd053e50e1f518bad20366325a7291
The text was updated successfully, but these errors were encountered: