Skip to content
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

build: deployers #50

Closed
wants to merge 14 commits into from
Closed

build: deployers #50

wants to merge 14 commits into from

Conversation

Schlagonia
Copy link
Collaborator

@Schlagonia Schlagonia commented Aug 9, 2024

TODO:

  • Add Project Deployer to address provider
  • Add Tokenized Strategy to Release Registry?
  • Don't require safe factory to be existent to have system work (Release Registry)

@Schlagonia Schlagonia changed the title chore: bump ape build: deployers Aug 12, 2024
Schlagonia and others added 5 commits August 13, 2024 11:59
* build: allocator

* fix: import

* build: compile allocator

* chore: comments

* fix: encode call
import {Strings} from "@openzeppelin/contracts/utils/Strings.sol";
import {ERC20} from "@openzeppelin/contracts/token/ERC20/ERC20.sol";
import {IVaultFactory} from "@yearn-vaults/interfaces/IVaultFactory.sol";
import {ReleaseRegistry} from "../registry/ReleaseRegistry.sol";
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: consider importing interface only, not the full contract.

@wavey0x
Copy link
Collaborator

wavey0x commented Sep 18, 2024

Should deployer include SplitterFactory.newSplitter()?

@Schlagonia
Copy link
Collaborator Author

Should deployer include SplitterFactory.newSplitter()?

I dont think a splitter is needed by default. And likely unnecessary for most use cases.

@Schlagonia
Copy link
Collaborator Author

#57

@Schlagonia Schlagonia closed this Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants