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

Commit 7e9722d

Browse files
committed
fix: artfiact
1 parent f6887c0 commit 7e9722d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/flywheel/deploy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ task("flywheel:add-strategy-for-rewards", "Create pool if does not exist")
9797
throw `Invalid 'strategy': ${taskArgs.strategy}`;
9898
}
9999

100-
const flywheel = await viem.getContractAt(`${name}`, flywheelAddress);
100+
const flywheel = await viem.getContractAt(`IonicFlywheelBorrow`, flywheelAddress);
101101
const addTx = await flywheel.write.addStrategyForRewards([strategyAddress]);
102102
await publicClient.waitForTransactionReceipt({ hash: addTx });
103103
console.log(addTx);

0 commit comments

Comments
 (0)