We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23e637d commit a105a2eCopy full SHA for a105a2e
packages/hyperdrive-appconfig/src/scripts/generate.ts
@@ -158,7 +158,7 @@ console.log(
158
);
159
await addRewardTokenConfigs({ appConfig: combinedAppConfig });
160
161
-// 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.
162
// Skipping these allows us to continue to push releases without showing these pools in the UI.
163
console.log(
164
`\n${chalk.white(chalk.underline("Removing hyperdrives that have been added to the registry but we don't want to show in the UI"))}`,
0 commit comments