Skip to content

Commit

Permalink
Merge pull request #677 from comdex-official/feature/dev
Browse files Browse the repository at this point in the history
Feature/dev
  • Loading branch information
cgsingh33 authored Feb 1, 2023
2 parents bc7b30c + 0e2649c commit 1367270
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/upgrades/mainnet/v8/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ func UpdateAuctionParams(
LiquidationPenalty: Dec("0.05"),
LiquidationBonus: Dec("0.05"),
ReserveFactor: Dec("0.2"),
CAssetID: 21,
CAssetID: 22,
}
lendKeeper.SetAssetRatesParams(ctx, axlUSDCRatesParams)

Expand All @@ -157,7 +157,7 @@ func UpdateAuctionParams(
LiquidationPenalty: Dec("0.075"),
LiquidationBonus: Dec("0.075"),
ReserveFactor: Dec("0.2"),
CAssetID: 22,
CAssetID: 23,
}
lendKeeper.SetAssetRatesParams(ctx, stATOMRatesParams)

Expand Down

0 comments on commit 1367270

Please sign in to comment.