-
Notifications
You must be signed in to change notification settings - Fork 49
Add new chain deploy guidelines #124
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
base: main
Are you sure you want to change the base?
Conversation
| | -------------------------------- | ------------------------------------------------------------------------------------------------------------ | | ||
| | `feeToSetter` (UniswapV2Factory) | Admin address | | ||
| | `WETH` | Chain's wrapped native token address | | ||
| | `unsubscribeGasLimit` | 300000 (typical) | |
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 there any more guidance about in which cases we would set a different limit?
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.
we always set 300k, only on Ethereum we set 150k back then
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.
Maybe worth mentioning it like that
|
|
||
| ### Verification | ||
|
|
||
| Obtain an API key for the chain's block explorer to enable automatic contract verification during deployment. |
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.
List of the supported block explorers could help!
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.
Good point
No description provided.