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

Commit

Permalink
fix: base
Browse files Browse the repository at this point in the history
  • Loading branch information
rhlsthrm committed Jul 24, 2024
1 parent 67b94d8 commit 0160610
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasks/chain-specific/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ task("market:base:rsr-ion-rewards", "Sets caps on a market").setAction(


const comptrollerContract = await viem.getContractAt("IonicComptroller", comptroller as Address);
const tx = await comptrollerContract.addNonAccruingFlywheel("0x52f8074831f37e9698acaed2b27387d425f585a9");
const tx = await comptrollerContract.write.addNonAccruingFlywheel(["0x52f8074831f37e9698acaed2b27387d425f585a9"]);
console.log("tx: ", tx);
await publicClient.waitForTransactionReceipt({ hash: tx });

/*
Expand Down

0 comments on commit 0160610

Please sign in to comment.