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(rundler): update support for rundler to work with 0.3 #26

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

moldy530
Copy link
Contributor

@moldy530 moldy530 commented Jul 25, 2024

Adds support for the CLI arguments in the latest Rundler version v0.3.0

}) as const
export const rundlerOptions = ({
port,
}: { port: number }): RundlerParameters => ({
Copy link
Contributor Author

Choose a reason for hiding this comment

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

without this change I was getting type errors because the as const was making the privateKeys param readonly which doesn't match string[]

@moldy530
Copy link
Contributor Author

test failures seem unrelated to these changes

@moldy530
Copy link
Contributor Author

moldy530 commented Sep 4, 2024

bump @jxom when you get a chance

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.

1 participant