Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/hyperdrive-appconfig/src/scripts/generate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ console.log(
);
await addRewardTokenConfigs({ appConfig: combinedAppConfig });

// Occassionally Hyperdrives have been added to the registry, but the frontend work is not complete.
// Occasionally Hyperdrives have been added to the registry, but the frontend work is not complete.
// Skipping these allows us to continue to push releases without showing these pools in the UI.
console.log(
`\n${chalk.white(chalk.underline("Removing hyperdrives that have been added to the registry but we don't want to show in the UI"))}`,
Expand Down
Loading