Skip to content

Commit 596b353

Browse files
committed
nit: info task fix
1 parent 3a0b3ab commit 596b353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spot-vaults/tasks/info.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ task("info:BillBroker")
3232
const unitPerp = await billBroker.perpUnitAmt();
3333

3434
const pricingStrategy = await hre.ethers.getContractAt(
35-
"pricingStrategy",
35+
"SpotAppraiser",
3636
await billBroker.pricingStrategy.staticCall(),
3737
);
3838
const pricingStrategyDecimals = await pricingStrategy.decimals();

0 commit comments

Comments
 (0)