We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a0b3ab commit 596b353Copy full SHA for 596b353
spot-vaults/tasks/info.ts
@@ -32,7 +32,7 @@ task("info:BillBroker")
32
const unitPerp = await billBroker.perpUnitAmt();
33
34
const pricingStrategy = await hre.ethers.getContractAt(
35
- "pricingStrategy",
+ "SpotAppraiser",
36
await billBroker.pricingStrategy.staticCall(),
37
);
38
const pricingStrategyDecimals = await pricingStrategy.decimals();
0 commit comments