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
add precompile to use pallet-assets to implement ERC20 precompile interface
Possible solutions:
Inherit Moonbeam assets-erc20 precompile. Requires maintaining an additional fork to Moonbeam, but benefits from existing precompile maintained by Moonbeam team.
Write custom pallet to implement functionality fulfilled by (1). Requires writing and maintaining separate custom precompile for the custom pallet. This solution could be upstreamed to Frontier.
Contribution Guidelines
I agree to follow this project's Contribution Guidelines
The text was updated successfully, but these errors were encountered:
templates
What is the feature you would like to see?
add precompile to use
pallet-assets
to implement ERC20 precompile interfacePossible solutions:
assets-erc20
precompile. Requires maintaining an additional fork to Moonbeam, but benefits from existing precompile maintained by Moonbeam team.Contribution Guidelines
The text was updated successfully, but these errors were encountered: