-
Notifications
You must be signed in to change notification settings - Fork 36
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
Create fit-together.json #530
base: master
Are you sure you want to change the base?
Conversation
"StandAloneContracts": [ | ||
{ | ||
"name": "ContributionRewardExt", | ||
"address": "0xD598aAd8700bA3c588c3A2d3A43de6C5D69De23b", |
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.
why there are 2 ContributionRewardExt?
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 is only one (note the address is the same for both).
That's "duplicated" because of how the migration deals with the Contribution Reward + Competition interdependency.
It's like that in all daos, see for example https://github.com/daostack/subgraph/blob/master/daos/mainnet/cryptochicks.json
{ | ||
"name": "ReputationAdmin", | ||
"alias": "ReputationAdmin", | ||
"address": "0x550F422C14780f64685A0959da12b528531847BA", |
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.
the owner of this is 0x06044b5359d8df7886366c22c61c7ecd29becac7 .
who is it ?
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.
I don't know, @Theylon should know that.
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 the dHack metamask address
No description provided.