We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
Right now, we show only first ERC-1155 within a transaction without units. https://github.com/trezor/trezor-suite/blob/develop/suite-common/wallet-utils/src/transactionUtils.ts#L413 https://github.com/trezor/trezor-suite/blob/develop/packages/suite/src/components/suite/FormattedNftAmount.tsx#L48
Info:
How to reproduce https://ethereum.org/en/developers/docs/standards/tokens/erc-1155/
Example tx: https://etherscan.io/tx/0xa3074c72e058a29f077f5c478e86dd600623c562939e5ce0a3a3cb65b7a4a706 https://eth1.trezor.io/api/v2/tx/0xa3074c72e058a29f077f5c478e86dd600623c562939e5ce0a3a3cb65b7a4a706
Example address with NFTs: https://eth1.trezor.io/address/0x958B69371e5750Ca8e6436f122322d68b395f781 https://etherscan.io/token/0x05baf9f1961e1ed1dac222a1f97c479441b31b34?a=81#inventory
Expected behavior
The text was updated successfully, but these errors were encountered:
@tomasklim Seems like a blockbook problem first?
Sorry, something went wrong.
I think the data we are getting are correct
The data are correct and we get all the multitoken values, it just has to be displayed on the frontend
QA OK
enjojoy
Successfully merging a pull request may close this issue.
Describe the bug
Right now, we show only first ERC-1155 within a transaction without units.
https://github.com/trezor/trezor-suite/blob/develop/suite-common/wallet-utils/src/transactionUtils.ts#L413
https://github.com/trezor/trezor-suite/blob/develop/packages/suite/src/components/suite/FormattedNftAmount.tsx#L48
Info:
How to reproduce
https://ethereum.org/en/developers/docs/standards/tokens/erc-1155/
Example tx:
https://etherscan.io/tx/0xa3074c72e058a29f077f5c478e86dd600623c562939e5ce0a3a3cb65b7a4a706
https://eth1.trezor.io/api/v2/tx/0xa3074c72e058a29f077f5c478e86dd600623c562939e5ce0a3a3cb65b7a4a706
Example address with NFTs:
https://eth1.trezor.io/address/0x958B69371e5750Ca8e6436f122322d68b395f781
https://etherscan.io/token/0x05baf9f1961e1ed1dac222a1f97c479441b31b34?a=81#inventory
Expected behavior
The text was updated successfully, but these errors were encountered: