Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

ERC-20 events indexed but token list is empty #2296

Open
leopaul36 opened this issue Oct 30, 2024 · 1 comment
Open

ERC-20 events indexed but token list is empty #2296

leopaul36 opened this issue Oct 30, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@leopaul36
Copy link

Describe the bug
I am running safe-transaction-service instances for multiple Avalanche L1s and I don't understand how the ERC-20 token list is indexed.

For example, the Safe Transaction Service instance I deployed for the Lamina1 blockchain has successfully parsed this ERC-20 event:

image

This corresponds to this Tx: 0xcadb7277052db61d3da45d3db4c4984142592a3506a772fc2fe77d102af266b0 which is indeed a Safe Smart Account receiving 1 ERC-20 token.

But no token has been created in the database:

image

This result in the ERC-20 not showing in the "Assets" tab of the Safe Wallet UI.

I can always create the token manually but what I don't understand is that using the same setup on some other Avalanche L1s (e.g.: Meld), the tokens related to the indexed ERC-20 events are automatically created in the database and thus visible in the Safe Wallet UI.

AFAIK all necessary JSON-RPC are available on the configured RPC.

Is there something I'm missing here?

@leopaul36 leopaul36 added the bug Something isn't working label Oct 30, 2024
@Uxio0 Uxio0 self-assigned this Nov 25, 2024
@Uxio0
Copy link
Member

Uxio0 commented Nov 27, 2024

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants