-
Notifications
You must be signed in to change notification settings - Fork 12
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
refactor: use address from npm packages #108
Conversation
f2455ac
to
21d5ec0
Compare
21d5ec0
to
20ae3d5
Compare
54461ce
to
f7ffe72
Compare
6d3a573
to
d68e29a
Compare
3cd934c
to
8658645
Compare
f0bcec3
to
1344d76
Compare
1344d76
to
bd0ddf2
Compare
rm -rf contracts/protocol-reserve/contracts/Test | ||
|
||
mkdir -p ./contracts/governance/contracts/Governance | ||
mkdir -p ./contracts/governance/contracts/legacy | ||
mkdir -p ./contracts/governance/contracts/test |
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.
Double checking if these Test contracts are something you want to keep
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.
Yes, we need this because the regular timelock delays are too long. This allows us to customize them
Refactors creating configuration files to use addresses from released packages