From 457aeec9014310aa2275e8b4364ed7620fcfe2fe Mon Sep 17 00:00:00 2001 From: Maksim Manylov Date: Fri, 13 Oct 2023 21:03:58 +0600 Subject: [PATCH] fix: rename cms in configs --- config/wbtcTconfig.ts | 2 +- config/wethMTconfig.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/wbtcTconfig.ts b/config/wbtcTconfig.ts index 687858d6..9ed85d1c 100644 --- a/config/wbtcTconfig.ts +++ b/config/wbtcTconfig.ts @@ -31,7 +31,7 @@ export const config: PoolV3DeployConfig = { }, creditManagers: [ { - name: "WBTC v3", + name: "Trade WBTC v3", degenNft: false, expirationDate: undefined, minDebt: (BigInt(1e4) * POOL_DECIMALS) / POOL_DIVIDER, diff --git a/config/wethMTconfig.ts b/config/wethMTconfig.ts index 48303bef..51c72da3 100644 --- a/config/wethMTconfig.ts +++ b/config/wethMTconfig.ts @@ -37,7 +37,7 @@ export const config: PoolV3DeployConfig = { }, creditManagers: [ { - name: "WETH v3", + name: "Trade WETH v3", degenNft: false, expirationDate: undefined, minDebt: (BigInt(1e4) * POOL_DECIMALS) / POOL_DIVIDER,