-
Notifications
You must be signed in to change notification settings - Fork 7
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
Remove fractal registry from fractal contracts #1653
Conversation
✅ Deploy Preview for fractal-dev ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
4622e6d
to
59c4ecc
Compare
1c97106
to
797170e
Compare
59c4ecc
to
e5ce3aa
Compare
797170e
to
7d3c9cc
Compare
e5ce3aa
to
62fc822
Compare
4391fe3
to
967416c
Compare
62fc822
to
fb71f34
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🦅
@@ -73,6 +73,7 @@ export function useMasterCopy() { | |||
let masterCopyAddress: Address = zeroAddress; | |||
let error; | |||
if (baseContracts) { | |||
// TODO after removing this moduleproxyfactorycontract from basecontracts, kill getEventRPC |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔥
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's been killed in a future PR!
* 2. Fractal name registry name | ||
* 3. Truncated Eth address in the form 0xbFC4...7551 | ||
*/ | ||
export default function useDAOName({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this doc no longer accurate?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correct
fb71f34
to
02ed6ce
Compare
…solve all downstream issues
967416c
to
5d38bec
Compare
…ractalContracts Remove fractal registry from fractal contracts
Please review and merge #1652 first.
Remove fractalRegistryContract from FractalContracts interface and resolve all downstream issues