Skip to content
This repository was archived by the owner on Aug 26, 2024. It is now read-only.

Commit 60d0feb

Browse files
committed
fix: naming
1 parent e4e9f00 commit 60d0feb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tasks/chain-specific/base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ task("market:base:rsr-ion-rewards", "Sets caps on a market").setAction(
2828
const tx = await flywheel.write.updateFeeSettings([0, deployer.address]);
2929
await publicClient.waitForTransactionReceipt({ hash: tx });
3030
*/
31-
await run("flywheel:deploy-borrow-booster", { name: "Booster" });
31+
await run("flywheel:deploy-borrow-booster", { name: "ION" });
3232

3333
// NOTE: change name and reward token
3434
await run("flywheel:deploy-dynamic-rewards-fw", {

tasks/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ import "./leverage/configurePair";
66
import "./plugin";
77
import "./pool";
88
import "./market";
9-
import "./chain-setup";
9+
import "./chain-specific";

0 commit comments

Comments
 (0)