Skip to content
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

feat: Adding some extra config to config.sh script #151

Merged
merged 6 commits into from
Jun 24, 2024

Conversation

jcortejoso
Copy link
Member

Adding some additional exposure to config.sh script to expose on .envrc configurations that may be interesting to consider when deploying a new testnet.
Also included a small fix on Makefile caused by a dead npm script: ethereum-optimism#10821

@jcortejoso
Copy link
Member Author

Guide I used for deploying from this branch:
https://gist.github.com/jcortejoso/55baa06eb309199b84219f98d4817a67

"daChallengeWindow": 160,
"daResolveWindow": 160,
"daBondSize": 1000000,
"daResolverRefundPercentage": 0
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure if there's a use case for it, but you could add deployCeloContracts here as well.

Copy link

@palango palango left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left one optional remark, looks good otherwise.

Included Fjord hardfork
Adding deployCeloContracts config
"gasPriceOracleScalar": 1000000,

"enableGovernance": true,
"deployCeloContracts": true,
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this to use together with migrated state? Then it should default to false.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good to know, I'll add as a .envrc variable then

@jcortejoso jcortejoso merged commit 228f762 into celo6 Jun 24, 2024
43 checks passed
@jcortejoso jcortejoso deleted the jcortejoso/celo6 branch June 24, 2024 10:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants