SmartTokenLabs / tokenscript-engine

A JavaScript library for embedding tokenscript functionality in applications.
Other
2 stars 1 forks source link

ERC-20 Transfer Tokens not displaying the correct balance after transactions #34

Open nicktaras opened 3 months ago

nicktaras commented 3 months ago

ERC-20 Transfer Tokens not displaying the correct balance after transactions.

To replicate this issue; open an ERC-20 TS via Launch Pad (SLN, USDC, USDT, DAI, LINK) or directly from the Templates repo. Send tokens to another wallet and wait for the TX to complete, once complete you will see the balance is not updated inside the sender or receiver wallets.

Expected:

The Sender wallet amount is updated on sending of Tokens.