Skip to content

Investigate Token Accessibility for t0 Address in claim_token API #335

@akaladarshi

Description

@akaladarshi

Summary

In the claim_token API, we have implemented wallet cap tests for all address formats — including t4, 0x, and t00x.
However, we’ve discovered that tokens sent to the t0 address are not accessible, resulting in token loss.

We need to investigate whether these tokens can be retrieved or not::

  • If retrieval is possible, we can safely uncomment the related tests in test_claim_token_api_config.js.
  • If retrieval is not possible, we must restrict the claim_token API and browser UI from supporting t0 and its corresponding 0x address mappings.

Completion Criteria

  • Verify whether tokens sent to a t0 address can be accessed or recovered.
  • If tokens are recoverable, uncomment the related tests in test_claim_token_api_config.js.
  • If tokens are not recoverable, update the API and browser logic to block t0 and its corresponding 0x address usage.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

In review

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions