Skip to content
New issue

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

[BUG] Missing Fee Token (STRK) in Katana, Causing Incompatibility with OpenRPC #2529

Closed
Uacias opened this issue Oct 13, 2024 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@Uacias
Copy link

Uacias commented Oct 13, 2024

Describe the bug
It has come to our attention that the Katana implementation is missing the fee token for STRK. This omission leads to incompatibility with OpenRPC due to the absence of v3 transactions, which rely on the STRK fee token.

To Reproduce

  1. Invoke the Transfer function:
  • Invoke the transfer fn on the STRK fee token contract at the address: 0x04718f5a0fc34cc1af16a1cdee98ffb20c31f5cd61d6ab07201858f4287c938d (default address for STRK token as documented here).
  1. Attempt to execute any V3 txn

Expected behavior

  1. STRK token shall be deployed.
  2. Transactions shall complete successfully.
  3. OpenRPC compatibility.

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

@Uacias Uacias added the bug Something isn't working label Oct 13, 2024
@kariy
Copy link
Member

kariy commented Oct 13, 2024

hey @Uacias, yup we're aware of this and are working on it (#2524). but im gonna close this issue as they it is a duplicate of #2405

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

No branches or pull requests

2 participants