easy-retro-pgf
easy-retro-pgf copied to clipboard
Handle Admin addresses added after Pool is created
If an admin is added after the pool has been created they dont have access to call Distribute.
In the Admin addresses UI:
- Check if pool has been created
- For each admin -
allo.isPoolAdmin(poolId, address)
- Show indication if admin address is also Pool admin
- Add button to call
allo.addPoolManager(poolId, address)