-
Notifications
You must be signed in to change notification settings - Fork 14
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
ERC20 support for ANLOG #39
Comments
Let’s nail down the requirements for the Phase-1: Initially Avneet proposed to target ERC20 implementation which
For pp.1-2 Avneet’s proposal is to use OZ’s ERC20PresetMinterPauser preset. Immediate question that arises here is: why TransparentUpgradeableProxy is preferred over UUPSUpgradeable pattern?
@foravneet could you please share your reasoning behind the choice you’ve made here? |
related notion page by @foravneet |
@agryaznov Any upgradable mechanism Research/Engineering sees fit is fine by me. That was just a example I quoted with the point being there are existing standard OZ templates that will make it fast for us to implement |
For the
this repository is created: https://github.com/Analog-Labs/erc20-token |
Phase-1 is done with https://github.com/Analog-Labs/erc20-token/pull/3 merged |
Implement wrapped ERC20 for $ANLOG to support CEX integrations for TGE:
The text was updated successfully, but these errors were encountered: