-
Notifications
You must be signed in to change notification settings - Fork 13
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
Document roles and configuration parameters #287
base: pools-v2
Are you sure you want to change the base?
Conversation
Maybe instead of calling fee receiver call it primary fee receiver. This way when people bring up fee receiver they are forced to specify which one so its more clear. |
|
||
These are the configurable parameters of an individual pool: | ||
|
||
| Name | Type | Deployment Only? | Who? | Description | |
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.
Think you should specify Deployment only? means that they cannot be modified adhoc post deployment. Might be not obvious to non technical readers.
|
||
| Name | Type | Deployment Only? | Who? | Description | | ||
| --- | --- | --- | --- | --- | | ||
| Oracle | `address` | True | Deployer | Address of the associated Chainlink oracle to wrap | |
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.
think you shud add deployer address as param.
Its an important param that the factory only allows pools to be deployed from same deployer
and you can also set it as another address when creating oraclewrappers, not neccesarily default the deployer.
Issue
Closes #279
Changes
docs
directory