You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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).
Attempt to execute any V3 txn
Expected behavior
STRK token shall be deployed.
Transactions shall complete successfully.
OpenRPC compatibility.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
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
0x04718f5a0fc34cc1af16a1cdee98ffb20c31f5cd61d6ab07201858f4287c938d
(default address for STRK token as documented here).Expected behavior
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: