Skip to content

Commit

Permalink
fix: add to make it work
Browse files Browse the repository at this point in the history
  • Loading branch information
rhlsthrm committed Feb 2, 2024
1 parent 0bb94d4 commit 3ffdd16
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/sdk/src/IonicSdk/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,10 @@ export class IonicBase {
this.provider
) as PoolLensSecondary,
IonicLiquidator: new Contract(
// this.chainId == 34443
// ? this.chainDeployment.IonicUniV3Liquidator.address :
this.chainDeployment.IonicLiquidator.address,
// remove this once IonicLiquidator is deployed
this.chainId == 34443
? this.chainDeployment.IonicUniV3Liquidator.address
: this.chainDeployment.IonicLiquidator.address,
IonicLiquidatorArtifact.abi,
this.provider
) as ILiquidator,
Expand Down

0 comments on commit 3ffdd16

Please sign in to comment.