Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
spsjvc committed Oct 9, 2024
1 parent 3ab6740 commit a311170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prepareNodeConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export function prepareNodeConfig({

if (parentChainIsCustom && typeof parentChainIsArbitrumParam === 'undefined') {
throw new Error(
`"params.parentChainIsArbitrumParam" must be provided when using a custom parent chain.`,
`"params.parentChainIsArbitrum" must be provided when using a custom parent chain.`,
);
}

Expand Down

0 comments on commit a311170

Please sign in to comment.