We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We have mechanism to pay for the fees directly on the smart contract level:
protocol-contracts/contracts/zevm/ZRC20.sol
Line 257 in 161a0d4
We should port a similar mechanism to the v2 design.
This eventually requires to reuse the existing system contract (maybe consider renaming it) to store the address of the ZRC20 for gas tokens
The text was updated successfully, but these errors were encountered:
skosito
Successfully merging a pull request may close this issue.
We have mechanism to pay for the fees directly on the smart contract level:
protocol-contracts/contracts/zevm/ZRC20.sol
Line 257 in 161a0d4
We should port a similar mechanism to the v2 design.
This eventually requires to reuse the existing system contract (maybe consider renaming it) to store the address of the ZRC20 for gas tokens
The text was updated successfully, but these errors were encountered: