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
{{ message }}
This repository was archived by the owner on Mar 11, 2025. It is now read-only.
Context: When a user wants to transfer a Token Type that uses the Percentage Fee Handler, it is requested to allow spending, more than once. It takes a request for a portion of the token to be spent as fee, by a contract, and the rest ( as the transfer amount) to be spend by another contract ( triggering a new request for allow spending).
On EVM chains, this is some how common behavior, but usually everything comes in one spending request. ( signing a single allowance). Our current behavior might be confusing, so we need to inform the user of the allow spending steps/requests, so it is a clear behavior.