Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ryangoree committed Nov 10, 2024
1 parent 634f6e4 commit 2d07282
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ export function setupReadHyperdrive() {
drift,
});

// The ReadHyperdrive class doesn't infer that the contract is a MockContract,
// so we need to cast it to the correct type.
// The ReadHyperdrive class doesn't infer that the contract is a MockContract.
const contract = drift.contract({
abi: readHyperdrive.contract.abi,
address: readHyperdrive.contract.address,
Expand Down

0 comments on commit 2d07282

Please sign in to comment.